diff --git a/docs/accountManagement.go.md b/docs/accountManagement.go.md
index 0174fd5b5..843befcaa 100644
--- a/docs/accountManagement.go.md
+++ b/docs/accountManagement.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement"
accountmanagement.NewAccountManagement(scope Construct, id *string, config AccountManagementConfig) AccountManagement
```
@@ -385,7 +385,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement"
accountmanagement.AccountManagement_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement"
accountmanagement.AccountManagement_IsTerraformElement(x interface{}) *bool
```
@@ -431,7 +431,7 @@ accountmanagement.AccountManagement_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement"
accountmanagement.AccountManagement_IsTerraformResource(x interface{}) *bool
```
@@ -445,7 +445,7 @@ accountmanagement.AccountManagement_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement"
accountmanagement.AccountManagement_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -740,7 +740,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement"
&accountmanagement.AccountManagementConfig {
Connection: interface{},
diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md
index ec8912132..15cb0527f 100644
--- a/docs/alertChannel.go.md
+++ b/docs/alertChannel.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
alertchannel.NewAlertChannel(scope Construct, id *string, config AlertChannelConfig) AlertChannel
```
@@ -412,7 +412,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
alertchannel.AlertChannel_IsConstruct(x interface{}) *bool
```
@@ -444,7 +444,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
alertchannel.AlertChannel_IsTerraformElement(x interface{}) *bool
```
@@ -458,7 +458,7 @@ alertchannel.AlertChannel_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
alertchannel.AlertChannel_IsTerraformResource(x interface{}) *bool
```
@@ -472,7 +472,7 @@ alertchannel.AlertChannel_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
alertchannel.AlertChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -811,7 +811,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
&alertchannel.AlertChannelConfig {
Connection: interface{},
@@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
Name: *string,
Type: *string,
AccountId: *f64,
- Config: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.alertChannel.AlertChannelConfigA,
+ Config: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertChannel.AlertChannelConfigA,
Id: *string,
}
```
@@ -994,7 +994,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
&alertchannel.AlertChannelConfigA {
ApiKey: *string,
@@ -1354,7 +1354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel"
alertchannel.NewAlertChannelConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertChannelConfigAOutputReference
```
diff --git a/docs/alertCondition.csharp.md b/docs/alertCondition.csharp.md
index a4e744fae..cd76bbe3d 100644
--- a/docs/alertCondition.csharp.md
+++ b/docs/alertCondition.csharp.md
@@ -1098,7 +1098,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -1258,7 +1258,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md
index d375889e3..2c16d128f 100644
--- a/docs/alertCondition.go.md
+++ b/docs/alertCondition.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.NewAlertCondition(scope Construct, id *string, config AlertConditionConfig) AlertCondition
```
@@ -447,7 +447,7 @@ func ResetViolationCloseTimer()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.AlertCondition_IsConstruct(x interface{}) *bool
```
@@ -479,7 +479,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.AlertCondition_IsTerraformElement(x interface{}) *bool
```
@@ -493,7 +493,7 @@ alertcondition.AlertCondition_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.AlertCondition_IsTerraformResource(x interface{}) *bool
```
@@ -507,7 +507,7 @@ alertcondition.AlertCondition_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.AlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1055,7 +1055,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
&alertcondition.AlertConditionConfig {
Connection: interface{},
@@ -1098,7 +1098,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -1258,7 +1258,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
@@ -1386,7 +1386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
&alertcondition.AlertConditionTerm {
Duration: *f64,
@@ -1486,7 +1486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.NewAlertConditionTermList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertConditionTermList
```
@@ -1646,7 +1646,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition"
alertcondition.NewAlertConditionTermOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) AlertConditionTermOutputReference
```
diff --git a/docs/alertCondition.java.md b/docs/alertCondition.java.md
index 8c799db31..89616024e 100644
--- a/docs/alertCondition.java.md
+++ b/docs/alertCondition.java.md
@@ -58,7 +58,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -184,7 +184,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
@@ -1335,7 +1335,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -1495,7 +1495,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.python.md b/docs/alertCondition.python.md
index 87df15ef0..91a4fd335 100644
--- a/docs/alertCondition.python.md
+++ b/docs/alertCondition.python.md
@@ -54,7 +54,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -180,7 +180,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
@@ -1373,7 +1373,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -1533,7 +1533,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.typescript.md b/docs/alertCondition.typescript.md
index d583e05db..8422d0d53 100644
--- a/docs/alertCondition.typescript.md
+++ b/docs/alertCondition.typescript.md
@@ -1076,7 +1076,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_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. |
@@ -1236,7 +1236,7 @@ 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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertMutingRule.go.md b/docs/alertMutingRule.go.md
index b2dea07a1..ac6605603 100644
--- a/docs/alertMutingRule.go.md
+++ b/docs/alertMutingRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.NewAlertMutingRule(scope Construct, id *string, config AlertMutingRuleConfig) AlertMutingRule
```
@@ -432,7 +432,7 @@ func ResetSchedule()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.AlertMutingRule_IsConstruct(x interface{}) *bool
```
@@ -464,7 +464,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.AlertMutingRule_IsTerraformElement(x interface{}) *bool
```
@@ -478,7 +478,7 @@ alertmutingrule.AlertMutingRule_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.AlertMutingRule_IsTerraformResource(x interface{}) *bool
```
@@ -492,7 +492,7 @@ alertmutingrule.AlertMutingRule_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.AlertMutingRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -875,7 +875,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
&alertmutingrule.AlertMutingRuleCondition {
Conditions: interface{},
@@ -925,7 +925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
&alertmutingrule.AlertMutingRuleConditionConditions {
Attribute: *string,
@@ -991,7 +991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
&alertmutingrule.AlertMutingRuleConfig {
Connection: interface{},
@@ -1001,13 +1001,13 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule
Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
- Condition: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.alertMutingRule.AlertMutingRuleCondition,
+ Condition: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertMutingRule.AlertMutingRuleCondition,
Enabled: interface{},
Name: *string,
AccountId: *f64,
Description: *string,
Id: *string,
- Schedule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.alertMutingRule.AlertMutingRuleSchedule,
+ Schedule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertMutingRule.AlertMutingRuleSchedule,
}
```
@@ -1206,7 +1206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
&alertmutingrule.AlertMutingRuleSchedule {
TimeZone: *string,
@@ -1338,7 +1338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.NewAlertMutingRuleConditionConditionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertMutingRuleConditionConditionsList
```
@@ -1498,7 +1498,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.NewAlertMutingRuleConditionConditionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) AlertMutingRuleConditionConditionsOutputReference
```
@@ -1831,7 +1831,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.NewAlertMutingRuleConditionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertMutingRuleConditionOutputReference
```
@@ -2137,7 +2137,7 @@ func InternalValue() AlertMutingRuleCondition
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule"
alertmutingrule.NewAlertMutingRuleScheduleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertMutingRuleScheduleOutputReference
```
diff --git a/docs/alertPolicy.go.md b/docs/alertPolicy.go.md
index 6180556c3..d3b522ee4 100644
--- a/docs/alertPolicy.go.md
+++ b/docs/alertPolicy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy"
alertpolicy.NewAlertPolicy(scope Construct, id *string, config AlertPolicyConfig) AlertPolicy
```
@@ -406,7 +406,7 @@ func ResetIncidentPreference()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy"
alertpolicy.AlertPolicy_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy"
alertpolicy.AlertPolicy_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ alertpolicy.AlertPolicy_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy"
alertpolicy.AlertPolicy_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ alertpolicy.AlertPolicy_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy"
alertpolicy.AlertPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -805,7 +805,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy"
&alertpolicy.AlertPolicyConfig {
Connection: interface{},
diff --git a/docs/alertPolicyChannel.go.md b/docs/alertPolicyChannel.go.md
index 032bd597b..6a84b6673 100644
--- a/docs/alertPolicyChannel.go.md
+++ b/docs/alertPolicyChannel.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
alertpolicychannel.NewAlertPolicyChannel(scope Construct, id *string, config AlertPolicyChannelConfig) AlertPolicyChannel
```
@@ -412,7 +412,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
alertpolicychannel.AlertPolicyChannel_IsConstruct(x interface{}) *bool
```
@@ -444,7 +444,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
alertpolicychannel.AlertPolicyChannel_IsTerraformElement(x interface{}) *bool
```
@@ -458,7 +458,7 @@ alertpolicychannel.AlertPolicyChannel_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
alertpolicychannel.AlertPolicyChannel_IsTerraformResource(x interface{}) *bool
```
@@ -472,7 +472,7 @@ alertpolicychannel.AlertPolicyChannel_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
alertpolicychannel.AlertPolicyChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -811,7 +811,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
&alertpolicychannel.AlertPolicyChannelConfig {
Connection: interface{},
@@ -825,7 +825,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychan
PolicyId: *f64,
AccountId: *f64,
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.alertPolicyChannel.AlertPolicyChannelTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertPolicyChannel.AlertPolicyChannelTimeouts,
}
```
@@ -996,7 +996,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
&alertpolicychannel.AlertPolicyChannelTimeouts {
Create: *string,
@@ -1030,7 +1030,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel"
alertpolicychannel.NewAlertPolicyChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertPolicyChannelTimeoutsOutputReference
```
diff --git a/docs/apiAccessKey.go.md b/docs/apiAccessKey.go.md
index 848bf81ed..eebcbff7d 100644
--- a/docs/apiAccessKey.go.md
+++ b/docs/apiAccessKey.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey"
apiaccesskey.NewApiAccessKey(scope Construct, id *string, config ApiAccessKeyConfig) ApiAccessKey
```
@@ -413,7 +413,7 @@ func ResetUserId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey"
apiaccesskey.ApiAccessKey_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey"
apiaccesskey.ApiAccessKey_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ apiaccesskey.ApiAccessKey_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey"
apiaccesskey.ApiAccessKey_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ apiaccesskey.ApiAccessKey_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey"
apiaccesskey.ApiAccessKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -867,7 +867,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey"
&apiaccesskey.ApiAccessKeyConfig {
Connection: interface{},
diff --git a/docs/applicationSettings.go.md b/docs/applicationSettings.go.md
index a63ea6414..a360e6217 100644
--- a/docs/applicationSettings.go.md
+++ b/docs/applicationSettings.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings"
applicationsettings.NewApplicationSettings(scope Construct, id *string, config ApplicationSettingsConfig) ApplicationSettings
```
@@ -385,7 +385,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings"
applicationsettings.ApplicationSettings_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings"
applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool
```
@@ -431,7 +431,7 @@ applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings"
applicationsettings.ApplicationSettings_IsTerraformResource(x interface{}) *bool
```
@@ -445,7 +445,7 @@ applicationsettings.ApplicationSettings_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings"
applicationsettings.ApplicationSettings_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -784,7 +784,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings"
&applicationsettings.ApplicationSettingsConfig {
Connection: interface{},
diff --git a/docs/browserApplication.go.md b/docs/browserApplication.go.md
index 3eea755e6..d73fbe52b 100644
--- a/docs/browserApplication.go.md
+++ b/docs/browserApplication.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication"
browserapplication.NewBrowserApplication(scope Construct, id *string, config BrowserApplicationConfig) BrowserApplication
```
@@ -413,7 +413,7 @@ func ResetLoaderType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication"
browserapplication.BrowserApplication_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication"
browserapplication.BrowserApplication_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ browserapplication.BrowserApplication_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication"
browserapplication.BrowserApplication_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ browserapplication.BrowserApplication_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication"
browserapplication.BrowserApplication_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -867,7 +867,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication"
&browserapplication.BrowserApplicationConfig {
Connection: interface{},
diff --git a/docs/cloudAwsGovcloudIntegrations.go.md b/docs/cloudAwsGovcloudIntegrations.go.md
index 02942027a..cb8cdff9b 100644
--- a/docs/cloudAwsGovcloudIntegrations.go.md
+++ b/docs/cloudAwsGovcloudIntegrations.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrations(scope Construct, id *string, config CloudAwsGovcloudIntegrationsConfig) CloudAwsGovcloudIntegrations
```
@@ -792,7 +792,7 @@ func ResetSqs()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsConstruct(x interface{}) *bool
```
@@ -824,7 +824,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformElement(x interface{}) *bool
```
@@ -838,7 +838,7 @@ cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformElement(x i
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformResource(x interface{}) *bool
```
@@ -852,7 +852,7 @@ cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformResource(x
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1587,7 +1587,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAlb {
AwsRegions: *[]*string,
@@ -1721,7 +1721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsApiGateway {
AwsRegions: *[]*string,
@@ -1821,7 +1821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAutoScaling {
AwsRegions: *[]*string,
@@ -1871,7 +1871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect {
AwsRegions: *[]*string,
@@ -1921,7 +1921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAwsStates {
AwsRegions: *[]*string,
@@ -1971,7 +1971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsCloudtrail {
AwsRegions: *[]*string,
@@ -2021,7 +2021,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsConfig {
Connection: interface{},
@@ -2033,27 +2033,27 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovclou
Provisioners: *[]interface{},
LinkedAccountId: *f64,
AccountId: *f64,
- Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAlb,
- ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsApiGateway,
- AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAutoScaling,
- AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect,
- AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsStates,
- Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsCloudtrail,
- DynamoDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsDynamoDb,
- Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEbs,
- Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEc2,
- ElasticSearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElasticSearch,
- Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElb,
- Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEmr,
- Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsIam,
+ Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAlb,
+ ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsApiGateway,
+ AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAutoScaling,
+ AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect,
+ AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsStates,
+ Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsCloudtrail,
+ DynamoDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsDynamoDb,
+ Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEbs,
+ Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEc2,
+ ElasticSearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElasticSearch,
+ Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElb,
+ Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEmr,
+ Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsIam,
Id: *string,
- Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsLambda,
- Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRds,
- RedShift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRedShift,
- Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRoute53,
- S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsS3,
- Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSns,
- Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSqs,
+ Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsLambda,
+ Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRds,
+ RedShift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRedShift,
+ Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRoute53,
+ S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsS3,
+ Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSns,
+ Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSqs,
}
```
@@ -2492,7 +2492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsDynamoDb {
AwsRegions: *[]*string,
@@ -2610,7 +2610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEbs {
AwsRegions: *[]*string,
@@ -2710,7 +2710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEc2 {
AwsRegions: *[]*string,
@@ -2808,7 +2808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsElasticSearch {
AwsRegions: *[]*string,
@@ -2906,7 +2906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsElb {
AwsRegions: *[]*string,
@@ -2992,7 +2992,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEmr {
AwsRegions: *string,
@@ -3092,7 +3092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsIam {
MetricsPollingInterval: *f64,
@@ -3158,7 +3158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsLambda {
AwsRegions: *[]*string,
@@ -3258,7 +3258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRds {
AwsRegions: *[]*string,
@@ -3358,7 +3358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRedShift {
AwsRegions: *[]*string,
@@ -3440,7 +3440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRoute53 {
FetchExtendedInventory: interface{},
@@ -3492,7 +3492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsS3 {
FetchExtendedInventory: interface{},
@@ -3594,7 +3594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsSns {
AwsRegions: *[]*string,
@@ -3662,7 +3662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
&cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsSqs {
AwsRegions: *[]*string,
@@ -3798,7 +3798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAlbOutputReference
```
@@ -4250,7 +4250,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAlb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsApiGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsApiGatewayOutputReference
```
@@ -4644,7 +4644,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsApiGateway
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAutoScalingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAutoScalingOutputReference
```
@@ -4951,7 +4951,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAutoScaling
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference
```
@@ -5258,7 +5258,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAwsDirectConnect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAwsStatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAwsStatesOutputReference
```
@@ -5565,7 +5565,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAwsStates
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsCloudtrailOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsCloudtrailOutputReference
```
@@ -5872,7 +5872,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsCloudtrail
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsDynamoDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsDynamoDbOutputReference
```
@@ -6295,7 +6295,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsDynamoDb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEbsOutputReference
```
@@ -6689,7 +6689,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEbs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEc2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEc2OutputReference
```
@@ -7083,7 +7083,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEc2
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsElasticSearchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsElasticSearchOutputReference
```
@@ -7477,7 +7477,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsElasticSearch
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsElbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsElbOutputReference
```
@@ -7842,7 +7842,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsElb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEmrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEmrOutputReference
```
@@ -8236,7 +8236,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEmr
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsIamOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsIamOutputReference
```
@@ -8572,7 +8572,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsIam
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsLambdaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsLambdaOutputReference
```
@@ -8966,7 +8966,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsLambda
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRdsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRdsOutputReference
```
@@ -9360,7 +9360,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRds
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRedShiftOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRedShiftOutputReference
```
@@ -9725,7 +9725,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRedShift
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRoute53OutputReference
```
@@ -10032,7 +10032,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRoute53
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsS3OutputReference
```
@@ -10426,7 +10426,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsS3
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsSnsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsSnsOutputReference
```
@@ -10762,7 +10762,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsSns
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations"
cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsSqsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsSqsOutputReference
```
diff --git a/docs/cloudAwsGovcloudLinkAccount.go.md b/docs/cloudAwsGovcloudLinkAccount.go.md
index f17137057..f0b93e388 100644
--- a/docs/cloudAwsGovcloudLinkAccount.go.md
+++ b/docs/cloudAwsGovcloudLinkAccount.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount"
cloudawsgovcloudlinkaccount.NewCloudAwsGovcloudLinkAccount(scope Construct, id *string, config CloudAwsGovcloudLinkAccountConfig) CloudAwsGovcloudLinkAccount
```
@@ -399,7 +399,7 @@ func ResetMetricCollectionMode()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount"
cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount"
cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformElement(x int
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount"
cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformResource(x in
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount"
cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -842,7 +842,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount"
&cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccountConfig {
Connection: interface{},
diff --git a/docs/cloudAwsIntegrations.go.md b/docs/cloudAwsIntegrations.go.md
index 17bcc1ca9..c9144e4c3 100644
--- a/docs/cloudAwsIntegrations.go.md
+++ b/docs/cloudAwsIntegrations.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrations(scope Construct, id *string, config CloudAwsIntegrationsConfig) CloudAwsIntegrations
```
@@ -1432,7 +1432,7 @@ func ResetXRay()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.CloudAwsIntegrations_IsConstruct(x interface{}) *bool
```
@@ -1464,7 +1464,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.CloudAwsIntegrations_IsTerraformElement(x interface{}) *bool
```
@@ -1478,7 +1478,7 @@ cloudawsintegrations.CloudAwsIntegrations_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.CloudAwsIntegrations_IsTerraformResource(x interface{}) *bool
```
@@ -1492,7 +1492,7 @@ cloudawsintegrations.CloudAwsIntegrations_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.CloudAwsIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2931,7 +2931,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAlb {
AwsRegions: *[]*string,
@@ -3065,7 +3065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsApiGateway {
AwsRegions: *[]*string,
@@ -3165,7 +3165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAutoScaling {
AwsRegions: *[]*string,
@@ -3215,7 +3215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsAppSync {
AwsRegions: *[]*string,
@@ -3265,7 +3265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsAthena {
AwsRegions: *[]*string,
@@ -3315,7 +3315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsCognito {
AwsRegions: *[]*string,
@@ -3365,7 +3365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsConnect {
AwsRegions: *[]*string,
@@ -3415,7 +3415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsDirectConnect {
AwsRegions: *[]*string,
@@ -3465,7 +3465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsFsx {
AwsRegions: *[]*string,
@@ -3515,7 +3515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsGlue {
AwsRegions: *[]*string,
@@ -3565,7 +3565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsKinesisAnalytics {
AwsRegions: *[]*string,
@@ -3615,7 +3615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsMediaConvert {
AwsRegions: *[]*string,
@@ -3665,7 +3665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsMediaPackageVod {
AwsRegions: *[]*string,
@@ -3715,7 +3715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsMq {
AwsRegions: *[]*string,
@@ -3765,7 +3765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsMsk {
AwsRegions: *[]*string,
@@ -3815,7 +3815,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsNeptune {
AwsRegions: *[]*string,
@@ -3865,7 +3865,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsQldb {
AwsRegions: *[]*string,
@@ -3915,7 +3915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsRoute53Resolver {
AwsRegions: *[]*string,
@@ -3965,7 +3965,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsStates {
AwsRegions: *[]*string,
@@ -4015,7 +4015,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsTransitGateway {
AwsRegions: *[]*string,
@@ -4065,7 +4065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsWaf {
AwsRegions: *[]*string,
@@ -4115,7 +4115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsAwsWafv2 {
AwsRegions: *[]*string,
@@ -4165,7 +4165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsBilling {
MetricsPollingInterval: *f64,
@@ -4199,7 +4199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsCloudfront {
FetchLambdasAtEdge: interface{},
@@ -4301,7 +4301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsCloudtrail {
AwsRegions: *[]*string,
@@ -4351,7 +4351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsConfig {
Connection: interface{},
@@ -4363,59 +4363,59 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegra
Provisioners: *[]interface{},
LinkedAccountId: *f64,
AccountId: *f64,
- Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAlb,
- ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsApiGateway,
- AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAutoScaling,
- AwsAppSync: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsAppSync,
- AwsAthena: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsAthena,
- AwsCognito: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsCognito,
- AwsConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsConnect,
- AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsDirectConnect,
- AwsFsx: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsFsx,
- AwsGlue: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsGlue,
- AwsKinesisAnalytics: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsKinesisAnalytics,
- AwsMediaConvert: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaConvert,
- AwsMediaPackageVod: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaPackageVod,
- AwsMq: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMq,
- AwsMsk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMsk,
- AwsNeptune: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsNeptune,
- AwsQldb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsQldb,
- AwsRoute53Resolver: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsRoute53Resolver,
- AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsStates,
- AwsTransitGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsTransitGateway,
- AwsWaf: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsWaf,
- AwsWafv2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsWafv2,
- Billing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsBilling,
- Cloudfront: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsCloudfront,
- Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsCloudtrail,
- DocDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsDocDb,
- Dynamodb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsDynamodb,
- Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEbs,
- Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEc2,
- Ecs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEcs,
- Efs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEfs,
- Elasticache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElasticache,
- Elasticbeanstalk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElasticbeanstalk,
- Elasticsearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElasticsearch,
- Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElb,
- Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEmr,
- Health: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsHealth,
- Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsIam,
+ Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAlb,
+ ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsApiGateway,
+ AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAutoScaling,
+ AwsAppSync: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsAppSync,
+ AwsAthena: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsAthena,
+ AwsCognito: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsCognito,
+ AwsConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsConnect,
+ AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsDirectConnect,
+ AwsFsx: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsFsx,
+ AwsGlue: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsGlue,
+ AwsKinesisAnalytics: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsKinesisAnalytics,
+ AwsMediaConvert: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaConvert,
+ AwsMediaPackageVod: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaPackageVod,
+ AwsMq: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMq,
+ AwsMsk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMsk,
+ AwsNeptune: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsNeptune,
+ AwsQldb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsQldb,
+ AwsRoute53Resolver: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsRoute53Resolver,
+ AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsStates,
+ AwsTransitGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsTransitGateway,
+ AwsWaf: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsWaf,
+ AwsWafv2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsWafv2,
+ Billing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsBilling,
+ Cloudfront: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsCloudfront,
+ Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsCloudtrail,
+ DocDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsDocDb,
+ Dynamodb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsDynamodb,
+ Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEbs,
+ Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEc2,
+ Ecs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEcs,
+ Efs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEfs,
+ Elasticache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElasticache,
+ Elasticbeanstalk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElasticbeanstalk,
+ Elasticsearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElasticsearch,
+ Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElb,
+ Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEmr,
+ Health: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsHealth,
+ Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsIam,
Id: *string,
- Iot: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsIot,
- Kinesis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsKinesis,
- KinesisFirehose: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsKinesisFirehose,
- Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsLambda,
- Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsRds,
- Redshift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsRedshift,
- Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsRoute53,
- S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsS3,
- Ses: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsSes,
- Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsSns,
- Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsSqs,
- TrustedAdvisor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsTrustedAdvisor,
- Vpc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsVpc,
- XRay: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsXRay,
+ Iot: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsIot,
+ Kinesis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsKinesis,
+ KinesisFirehose: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsKinesisFirehose,
+ Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsLambda,
+ Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsRds,
+ Redshift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsRedshift,
+ Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsRoute53,
+ S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsS3,
+ Ses: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsSes,
+ Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsSns,
+ Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsSqs,
+ TrustedAdvisor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsTrustedAdvisor,
+ Vpc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsVpc,
+ XRay: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsXRay,
}
```
@@ -5334,7 +5334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsDocDb {
AwsRegions: *[]*string,
@@ -5384,7 +5384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsDynamodb {
AwsRegions: *[]*string,
@@ -5502,7 +5502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsEbs {
AwsRegions: *[]*string,
@@ -5602,7 +5602,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsEc2 {
AwsRegions: *[]*string,
@@ -5716,7 +5716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsEcs {
AwsRegions: *[]*string,
@@ -5816,7 +5816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsEfs {
AwsRegions: *[]*string,
@@ -5916,7 +5916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsElasticache {
AwsRegions: *[]*string,
@@ -6016,7 +6016,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsElasticbeanstalk {
AwsRegions: *[]*string,
@@ -6134,7 +6134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsElasticsearch {
AwsRegions: *[]*string,
@@ -6234,7 +6234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsElb {
AwsRegions: *[]*string,
@@ -6320,7 +6320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsEmr {
AwsRegions: *[]*string,
@@ -6420,7 +6420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsHealth {
MetricsPollingInterval: *f64,
@@ -6454,7 +6454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsIam {
MetricsPollingInterval: *f64,
@@ -6520,7 +6520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsIot {
AwsRegions: *[]*string,
@@ -6570,7 +6570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsKinesis {
AwsRegions: *[]*string,
@@ -6688,7 +6688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsKinesisFirehose {
AwsRegions: *[]*string,
@@ -6738,7 +6738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsLambda {
AwsRegions: *[]*string,
@@ -6838,7 +6838,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsRds {
AwsRegions: *[]*string,
@@ -6938,7 +6938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsRedshift {
AwsRegions: *[]*string,
@@ -7020,7 +7020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsRoute53 {
FetchExtendedInventory: interface{},
@@ -7072,7 +7072,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsS3 {
FetchExtendedInventory: interface{},
@@ -7174,7 +7174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsSes {
AwsRegions: *[]*string,
@@ -7224,7 +7224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsSns {
AwsRegions: *[]*string,
@@ -7292,7 +7292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsSqs {
AwsRegions: *[]*string,
@@ -7426,7 +7426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsTrustedAdvisor {
MetricsPollingInterval: *f64,
@@ -7460,7 +7460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsVpc {
AwsRegions: *[]*string,
@@ -7578,7 +7578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
&cloudawsintegrations.CloudAwsIntegrationsXRay {
AwsRegions: *[]*string,
@@ -7630,7 +7630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAlbOutputReference
```
@@ -8082,7 +8082,7 @@ func InternalValue() CloudAwsIntegrationsAlb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsApiGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsApiGatewayOutputReference
```
@@ -8476,7 +8476,7 @@ func InternalValue() CloudAwsIntegrationsApiGateway
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAutoScalingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAutoScalingOutputReference
```
@@ -8783,7 +8783,7 @@ func InternalValue() CloudAwsIntegrationsAutoScaling
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsAppSyncOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsAppSyncOutputReference
```
@@ -9090,7 +9090,7 @@ func InternalValue() CloudAwsIntegrationsAwsAppSync
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsAthenaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsAthenaOutputReference
```
@@ -9397,7 +9397,7 @@ func InternalValue() CloudAwsIntegrationsAwsAthena
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsCognitoOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsCognitoOutputReference
```
@@ -9704,7 +9704,7 @@ func InternalValue() CloudAwsIntegrationsAwsCognito
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsConnectOutputReference
```
@@ -10011,7 +10011,7 @@ func InternalValue() CloudAwsIntegrationsAwsConnect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsDirectConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsDirectConnectOutputReference
```
@@ -10318,7 +10318,7 @@ func InternalValue() CloudAwsIntegrationsAwsDirectConnect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsFsxOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsFsxOutputReference
```
@@ -10625,7 +10625,7 @@ func InternalValue() CloudAwsIntegrationsAwsFsx
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsGlueOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsGlueOutputReference
```
@@ -10932,7 +10932,7 @@ func InternalValue() CloudAwsIntegrationsAwsGlue
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsKinesisAnalyticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsKinesisAnalyticsOutputReference
```
@@ -11239,7 +11239,7 @@ func InternalValue() CloudAwsIntegrationsAwsKinesisAnalytics
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsMediaConvertOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMediaConvertOutputReference
```
@@ -11546,7 +11546,7 @@ func InternalValue() CloudAwsIntegrationsAwsMediaConvert
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsMediaPackageVodOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMediaPackageVodOutputReference
```
@@ -11853,7 +11853,7 @@ func InternalValue() CloudAwsIntegrationsAwsMediaPackageVod
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsMqOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMqOutputReference
```
@@ -12160,7 +12160,7 @@ func InternalValue() CloudAwsIntegrationsAwsMq
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsMskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMskOutputReference
```
@@ -12467,7 +12467,7 @@ func InternalValue() CloudAwsIntegrationsAwsMsk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsNeptuneOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsNeptuneOutputReference
```
@@ -12774,7 +12774,7 @@ func InternalValue() CloudAwsIntegrationsAwsNeptune
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsQldbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsQldbOutputReference
```
@@ -13081,7 +13081,7 @@ func InternalValue() CloudAwsIntegrationsAwsQldb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsRoute53ResolverOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsRoute53ResolverOutputReference
```
@@ -13388,7 +13388,7 @@ func InternalValue() CloudAwsIntegrationsAwsRoute53Resolver
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsStatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsStatesOutputReference
```
@@ -13695,7 +13695,7 @@ func InternalValue() CloudAwsIntegrationsAwsStates
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsTransitGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsTransitGatewayOutputReference
```
@@ -14002,7 +14002,7 @@ func InternalValue() CloudAwsIntegrationsAwsTransitGateway
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsWafOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsWafOutputReference
```
@@ -14309,7 +14309,7 @@ func InternalValue() CloudAwsIntegrationsAwsWaf
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsAwsWafv2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsWafv2OutputReference
```
@@ -14616,7 +14616,7 @@ func InternalValue() CloudAwsIntegrationsAwsWafv2
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsBillingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsBillingOutputReference
```
@@ -14894,7 +14894,7 @@ func InternalValue() CloudAwsIntegrationsBilling
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsCloudfrontOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsCloudfrontOutputReference
```
@@ -15288,7 +15288,7 @@ func InternalValue() CloudAwsIntegrationsCloudfront
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsCloudtrailOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsCloudtrailOutputReference
```
@@ -15595,7 +15595,7 @@ func InternalValue() CloudAwsIntegrationsCloudtrail
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsDocDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsDocDbOutputReference
```
@@ -15902,7 +15902,7 @@ func InternalValue() CloudAwsIntegrationsDocDb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsDynamodbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsDynamodbOutputReference
```
@@ -16325,7 +16325,7 @@ func InternalValue() CloudAwsIntegrationsDynamodb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEbsOutputReference
```
@@ -16719,7 +16719,7 @@ func InternalValue() CloudAwsIntegrationsEbs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsEc2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEc2OutputReference
```
@@ -17142,7 +17142,7 @@ func InternalValue() CloudAwsIntegrationsEc2
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEcsOutputReference
```
@@ -17536,7 +17536,7 @@ func InternalValue() CloudAwsIntegrationsEcs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsEfsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEfsOutputReference
```
@@ -17930,7 +17930,7 @@ func InternalValue() CloudAwsIntegrationsEfs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsElasticacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElasticacheOutputReference
```
@@ -18324,7 +18324,7 @@ func InternalValue() CloudAwsIntegrationsElasticache
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsElasticbeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElasticbeanstalkOutputReference
```
@@ -18747,7 +18747,7 @@ func InternalValue() CloudAwsIntegrationsElasticbeanstalk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsElasticsearchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElasticsearchOutputReference
```
@@ -19141,7 +19141,7 @@ func InternalValue() CloudAwsIntegrationsElasticsearch
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsElbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElbOutputReference
```
@@ -19506,7 +19506,7 @@ func InternalValue() CloudAwsIntegrationsElb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsEmrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEmrOutputReference
```
@@ -19900,7 +19900,7 @@ func InternalValue() CloudAwsIntegrationsEmr
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsHealthOutputReference
```
@@ -20178,7 +20178,7 @@ func InternalValue() CloudAwsIntegrationsHealth
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsIamOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsIamOutputReference
```
@@ -20514,7 +20514,7 @@ func InternalValue() CloudAwsIntegrationsIam
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsIotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsIotOutputReference
```
@@ -20821,7 +20821,7 @@ func InternalValue() CloudAwsIntegrationsIot
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsKinesisFirehoseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsKinesisFirehoseOutputReference
```
@@ -21128,7 +21128,7 @@ func InternalValue() CloudAwsIntegrationsKinesisFirehose
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsKinesisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsKinesisOutputReference
```
@@ -21551,7 +21551,7 @@ func InternalValue() CloudAwsIntegrationsKinesis
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsLambdaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsLambdaOutputReference
```
@@ -21945,7 +21945,7 @@ func InternalValue() CloudAwsIntegrationsLambda
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsRdsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsRdsOutputReference
```
@@ -22339,7 +22339,7 @@ func InternalValue() CloudAwsIntegrationsRds
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsRedshiftOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsRedshiftOutputReference
```
@@ -22704,7 +22704,7 @@ func InternalValue() CloudAwsIntegrationsRedshift
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsRoute53OutputReference
```
@@ -23011,7 +23011,7 @@ func InternalValue() CloudAwsIntegrationsRoute53
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsS3OutputReference
```
@@ -23405,7 +23405,7 @@ func InternalValue() CloudAwsIntegrationsS3
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsSesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsSesOutputReference
```
@@ -23712,7 +23712,7 @@ func InternalValue() CloudAwsIntegrationsSes
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsSnsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsSnsOutputReference
```
@@ -24048,7 +24048,7 @@ func InternalValue() CloudAwsIntegrationsSns
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsSqsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsSqsOutputReference
```
@@ -24500,7 +24500,7 @@ func InternalValue() CloudAwsIntegrationsSqs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsTrustedAdvisorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsTrustedAdvisorOutputReference
```
@@ -24778,7 +24778,7 @@ func InternalValue() CloudAwsIntegrationsTrustedAdvisor
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsVpcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsVpcOutputReference
```
@@ -25201,7 +25201,7 @@ func InternalValue() CloudAwsIntegrationsVpc
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations"
cloudawsintegrations.NewCloudAwsIntegrationsXRayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsXRayOutputReference
```
diff --git a/docs/cloudAwsLinkAccount.go.md b/docs/cloudAwsLinkAccount.go.md
index ae7a8961b..1b5382e40 100644
--- a/docs/cloudAwsLinkAccount.go.md
+++ b/docs/cloudAwsLinkAccount.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount"
cloudawslinkaccount.NewCloudAwsLinkAccount(scope Construct, id *string, config CloudAwsLinkAccountConfig) CloudAwsLinkAccount
```
@@ -399,7 +399,7 @@ func ResetMetricCollectionMode()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount"
cloudawslinkaccount.CloudAwsLinkAccount_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount"
cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount"
cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount"
cloudawslinkaccount.CloudAwsLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -798,7 +798,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount"
&cloudawslinkaccount.CloudAwsLinkAccountConfig {
Connection: interface{},
diff --git a/docs/cloudAzureIntegrations.go.md b/docs/cloudAzureIntegrations.go.md
index 3ad1e6734..094bb55b7 100644
--- a/docs/cloudAzureIntegrations.go.md
+++ b/docs/cloudAzureIntegrations.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrations(scope Construct, id *string, config CloudAzureIntegrationsConfig) CloudAzureIntegrations
```
@@ -1032,7 +1032,7 @@ func ResetVpnGateway()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.CloudAzureIntegrations_IsConstruct(x interface{}) *bool
```
@@ -1064,7 +1064,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.CloudAzureIntegrations_IsTerraformElement(x interface{}) *bool
```
@@ -1078,7 +1078,7 @@ cloudazureintegrations.CloudAzureIntegrations_IsTerraformElement(x interface{})
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.CloudAzureIntegrations_IsTerraformResource(x interface{}) *bool
```
@@ -1092,7 +1092,7 @@ cloudazureintegrations.CloudAzureIntegrations_IsTerraformResource(x interface{})
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.CloudAzureIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2091,7 +2091,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsApiManagement {
MetricsPollingInterval: *f64,
@@ -2141,7 +2141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsAppGateway {
MetricsPollingInterval: *f64,
@@ -2191,7 +2191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsAppService {
MetricsPollingInterval: *f64,
@@ -2241,7 +2241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsConfig {
Connection: interface{},
@@ -2253,39 +2253,39 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureinteg
Provisioners: *[]interface{},
LinkedAccountId: *f64,
AccountId: *f64,
- ApiManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsApiManagement,
- AppGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsAppGateway,
- AppService: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsAppService,
- Containers: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsContainers,
- CosmosDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsCosmosDb,
- CostManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsCostManagement,
- DataFactory: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsDataFactory,
- EventHub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsEventHub,
- ExpressRoute: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsExpressRoute,
- Firewalls: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsFirewalls,
- FrontDoor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsFrontDoor,
- Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsFunctions,
+ ApiManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsApiManagement,
+ AppGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsAppGateway,
+ AppService: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsAppService,
+ Containers: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsContainers,
+ CosmosDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsCosmosDb,
+ CostManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsCostManagement,
+ DataFactory: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsDataFactory,
+ EventHub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsEventHub,
+ ExpressRoute: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsExpressRoute,
+ Firewalls: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsFirewalls,
+ FrontDoor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsFrontDoor,
+ Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsFunctions,
Id: *string,
- KeyVault: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsKeyVault,
- LoadBalancer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsLoadBalancer,
- LogicApps: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsLogicApps,
- MachineLearning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMachineLearning,
- MariaDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMariaDb,
- Monitor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMonitor,
- Mysql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMysql,
- MysqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMysqlFlexible,
- Postgresql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsPostgresql,
- PostgresqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsPostgresqlFlexible,
- PowerBiDedicated: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsPowerBiDedicated,
- RedisCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsRedisCache,
- ServiceBus: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsServiceBus,
- Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsSql,
- SqlManaged: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsSqlManaged,
- Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsStorage,
- VirtualMachine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVirtualMachine,
- VirtualNetworks: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVirtualNetworks,
- Vms: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVms,
- VpnGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVpnGateway,
+ KeyVault: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsKeyVault,
+ LoadBalancer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsLoadBalancer,
+ LogicApps: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsLogicApps,
+ MachineLearning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMachineLearning,
+ MariaDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMariaDb,
+ Monitor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMonitor,
+ Mysql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMysql,
+ MysqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMysqlFlexible,
+ Postgresql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsPostgresql,
+ PostgresqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsPostgresqlFlexible,
+ PowerBiDedicated: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsPowerBiDedicated,
+ RedisCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsRedisCache,
+ ServiceBus: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsServiceBus,
+ Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsSql,
+ SqlManaged: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsSqlManaged,
+ Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsStorage,
+ VirtualMachine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVirtualMachine,
+ VirtualNetworks: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVirtualNetworks,
+ Vms: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVms,
+ VpnGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVpnGateway,
}
```
@@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsContainers {
MetricsPollingInterval: *f64,
@@ -2954,7 +2954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsCosmosDb {
MetricsPollingInterval: *f64,
@@ -3004,7 +3004,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsCostManagement {
MetricsPollingInterval: *f64,
@@ -3054,7 +3054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsDataFactory {
MetricsPollingInterval: *f64,
@@ -3104,7 +3104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsEventHub {
MetricsPollingInterval: *f64,
@@ -3154,7 +3154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsExpressRoute {
MetricsPollingInterval: *f64,
@@ -3204,7 +3204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsFirewalls {
MetricsPollingInterval: *f64,
@@ -3254,7 +3254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsFrontDoor {
MetricsPollingInterval: *f64,
@@ -3304,7 +3304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsFunctions {
MetricsPollingInterval: *f64,
@@ -3354,7 +3354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsKeyVault {
MetricsPollingInterval: *f64,
@@ -3404,7 +3404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsLoadBalancer {
MetricsPollingInterval: *f64,
@@ -3454,7 +3454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsLogicApps {
MetricsPollingInterval: *f64,
@@ -3504,7 +3504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsMachineLearning {
MetricsPollingInterval: *f64,
@@ -3554,7 +3554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsMariaDb {
MetricsPollingInterval: *f64,
@@ -3604,7 +3604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsMonitor {
Enabled: interface{},
@@ -3718,7 +3718,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsMysql {
MetricsPollingInterval: *f64,
@@ -3768,7 +3768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsMysqlFlexible {
MetricsPollingInterval: *f64,
@@ -3818,7 +3818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsPostgresql {
MetricsPollingInterval: *f64,
@@ -3868,7 +3868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsPostgresqlFlexible {
MetricsPollingInterval: *f64,
@@ -3918,7 +3918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsPowerBiDedicated {
MetricsPollingInterval: *f64,
@@ -3968,7 +3968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsRedisCache {
MetricsPollingInterval: *f64,
@@ -4018,7 +4018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsServiceBus {
MetricsPollingInterval: *f64,
@@ -4068,7 +4068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsSql {
MetricsPollingInterval: *f64,
@@ -4118,7 +4118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsSqlManaged {
MetricsPollingInterval: *f64,
@@ -4168,7 +4168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsStorage {
MetricsPollingInterval: *f64,
@@ -4218,7 +4218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsVirtualMachine {
MetricsPollingInterval: *f64,
@@ -4268,7 +4268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsVirtualNetworks {
MetricsPollingInterval: *f64,
@@ -4318,7 +4318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsVms {
MetricsPollingInterval: *f64,
@@ -4368,7 +4368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
&cloudazureintegrations.CloudAzureIntegrationsVpnGateway {
MetricsPollingInterval: *f64,
@@ -4420,7 +4420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsApiManagementOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsApiManagementOutputReference
```
@@ -4727,7 +4727,7 @@ func InternalValue() CloudAzureIntegrationsApiManagement
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsAppGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsAppGatewayOutputReference
```
@@ -5034,7 +5034,7 @@ func InternalValue() CloudAzureIntegrationsAppGateway
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsAppServiceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsAppServiceOutputReference
```
@@ -5341,7 +5341,7 @@ func InternalValue() CloudAzureIntegrationsAppService
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsContainersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsContainersOutputReference
```
@@ -5648,7 +5648,7 @@ func InternalValue() CloudAzureIntegrationsContainers
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsCosmosDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsCosmosDbOutputReference
```
@@ -5955,7 +5955,7 @@ func InternalValue() CloudAzureIntegrationsCosmosDb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsCostManagementOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsCostManagementOutputReference
```
@@ -6262,7 +6262,7 @@ func InternalValue() CloudAzureIntegrationsCostManagement
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsDataFactoryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsDataFactoryOutputReference
```
@@ -6569,7 +6569,7 @@ func InternalValue() CloudAzureIntegrationsDataFactory
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsEventHubOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsEventHubOutputReference
```
@@ -6876,7 +6876,7 @@ func InternalValue() CloudAzureIntegrationsEventHub
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsExpressRouteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsExpressRouteOutputReference
```
@@ -7183,7 +7183,7 @@ func InternalValue() CloudAzureIntegrationsExpressRoute
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsFirewallsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFirewallsOutputReference
```
@@ -7490,7 +7490,7 @@ func InternalValue() CloudAzureIntegrationsFirewalls
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsFrontDoorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFrontDoorOutputReference
```
@@ -7797,7 +7797,7 @@ func InternalValue() CloudAzureIntegrationsFrontDoor
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsFunctionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFunctionsOutputReference
```
@@ -8104,7 +8104,7 @@ func InternalValue() CloudAzureIntegrationsFunctions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsKeyVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsKeyVaultOutputReference
```
@@ -8411,7 +8411,7 @@ func InternalValue() CloudAzureIntegrationsKeyVault
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsLoadBalancerOutputReference
```
@@ -8718,7 +8718,7 @@ func InternalValue() CloudAzureIntegrationsLoadBalancer
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsLogicAppsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsLogicAppsOutputReference
```
@@ -9025,7 +9025,7 @@ func InternalValue() CloudAzureIntegrationsLogicApps
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsMachineLearningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMachineLearningOutputReference
```
@@ -9332,7 +9332,7 @@ func InternalValue() CloudAzureIntegrationsMachineLearning
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsMariaDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMariaDbOutputReference
```
@@ -9639,7 +9639,7 @@ func InternalValue() CloudAzureIntegrationsMariaDb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsMonitorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMonitorOutputReference
```
@@ -10062,7 +10062,7 @@ func InternalValue() CloudAzureIntegrationsMonitor
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsMysqlFlexibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMysqlFlexibleOutputReference
```
@@ -10369,7 +10369,7 @@ func InternalValue() CloudAzureIntegrationsMysqlFlexible
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsMysqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMysqlOutputReference
```
@@ -10676,7 +10676,7 @@ func InternalValue() CloudAzureIntegrationsMysql
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsPostgresqlFlexibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPostgresqlFlexibleOutputReference
```
@@ -10983,7 +10983,7 @@ func InternalValue() CloudAzureIntegrationsPostgresqlFlexible
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsPostgresqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPostgresqlOutputReference
```
@@ -11290,7 +11290,7 @@ func InternalValue() CloudAzureIntegrationsPostgresql
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsPowerBiDedicatedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPowerBiDedicatedOutputReference
```
@@ -11597,7 +11597,7 @@ func InternalValue() CloudAzureIntegrationsPowerBiDedicated
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsRedisCacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsRedisCacheOutputReference
```
@@ -11904,7 +11904,7 @@ func InternalValue() CloudAzureIntegrationsRedisCache
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsServiceBusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsServiceBusOutputReference
```
@@ -12211,7 +12211,7 @@ func InternalValue() CloudAzureIntegrationsServiceBus
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsSqlManagedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsSqlManagedOutputReference
```
@@ -12518,7 +12518,7 @@ func InternalValue() CloudAzureIntegrationsSqlManaged
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsSqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsSqlOutputReference
```
@@ -12825,7 +12825,7 @@ func InternalValue() CloudAzureIntegrationsSql
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsStorageOutputReference
```
@@ -13132,7 +13132,7 @@ func InternalValue() CloudAzureIntegrationsStorage
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsVirtualMachineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVirtualMachineOutputReference
```
@@ -13439,7 +13439,7 @@ func InternalValue() CloudAzureIntegrationsVirtualMachine
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsVirtualNetworksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVirtualNetworksOutputReference
```
@@ -13746,7 +13746,7 @@ func InternalValue() CloudAzureIntegrationsVirtualNetworks
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsVmsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVmsOutputReference
```
@@ -14053,7 +14053,7 @@ func InternalValue() CloudAzureIntegrationsVms
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations"
cloudazureintegrations.NewCloudAzureIntegrationsVpnGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVpnGatewayOutputReference
```
diff --git a/docs/cloudAzureLinkAccount.go.md b/docs/cloudAzureLinkAccount.go.md
index 259d01d33..ec71569e7 100644
--- a/docs/cloudAzureLinkAccount.go.md
+++ b/docs/cloudAzureLinkAccount.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount"
cloudazurelinkaccount.NewCloudAzureLinkAccount(scope Construct, id *string, config CloudAzureLinkAccountConfig) CloudAzureLinkAccount
```
@@ -392,7 +392,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount"
cloudazurelinkaccount.CloudAzureLinkAccount_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount"
cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformElement(x interface{}) *b
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount"
cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformResource(x interface{}) *
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount"
cloudazurelinkaccount.CloudAzureLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -835,7 +835,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount"
&cloudazurelinkaccount.CloudAzureLinkAccountConfig {
Connection: interface{},
diff --git a/docs/cloudGcpIntegrations.go.md b/docs/cloudGcpIntegrations.go.md
index f3d30ec85..24d15291a 100644
--- a/docs/cloudGcpIntegrations.go.md
+++ b/docs/cloudGcpIntegrations.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrations(scope Construct, id *string, config CloudGcpIntegrationsConfig) CloudGcpIntegrations
```
@@ -912,7 +912,7 @@ func ResetVpcAccess()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.CloudGcpIntegrations_IsConstruct(x interface{}) *bool
```
@@ -944,7 +944,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.CloudGcpIntegrations_IsTerraformElement(x interface{}) *bool
```
@@ -958,7 +958,7 @@ cloudgcpintegrations.CloudGcpIntegrations_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.CloudGcpIntegrations_IsTerraformResource(x interface{}) *bool
```
@@ -972,7 +972,7 @@ cloudgcpintegrations.CloudGcpIntegrations_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.CloudGcpIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1839,7 +1839,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsAlloyDb {
MetricsPollingInterval: *f64,
@@ -1873,7 +1873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsAppEngine {
MetricsPollingInterval: *f64,
@@ -1907,7 +1907,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsBigQuery {
FetchTags: interface{},
@@ -1957,7 +1957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsBigTable {
MetricsPollingInterval: *f64,
@@ -1991,7 +1991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsComposer {
MetricsPollingInterval: *f64,
@@ -2025,7 +2025,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsConfig {
Connection: interface{},
@@ -2037,33 +2037,33 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegra
Provisioners: *[]interface{},
LinkedAccountId: *f64,
AccountId: *f64,
- AlloyDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsAlloyDb,
- AppEngine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsAppEngine,
- BigQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsBigQuery,
- BigTable: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsBigTable,
- Composer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsComposer,
- DataFlow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsDataFlow,
- DataProc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsDataProc,
- DataStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsDataStore,
- FireBaseDatabase: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseDatabase,
- FireBaseHosting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseHosting,
- FireBaseStorage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseStorage,
- FireStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireStore,
- Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFunctions,
+ AlloyDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsAlloyDb,
+ AppEngine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsAppEngine,
+ BigQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsBigQuery,
+ BigTable: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsBigTable,
+ Composer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsComposer,
+ DataFlow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsDataFlow,
+ DataProc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsDataProc,
+ DataStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsDataStore,
+ FireBaseDatabase: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseDatabase,
+ FireBaseHosting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseHosting,
+ FireBaseStorage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseStorage,
+ FireStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsFireStore,
+ Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsFunctions,
Id: *string,
- Interconnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsInterconnect,
- Kubernetes: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsKubernetes,
- LoadBalancing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsLoadBalancing,
- MemCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsMemCache,
- PubSub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsPubSub,
- Redis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsRedis,
- Router: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsRouter,
- Run: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsRun,
- Spanner: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsSpanner,
- Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsSql,
- Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsStorage,
- VirtualMachines: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsVirtualMachines,
- VpcAccess: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsVpcAccess,
+ Interconnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsInterconnect,
+ Kubernetes: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsKubernetes,
+ LoadBalancing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsLoadBalancing,
+ MemCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsMemCache,
+ PubSub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsPubSub,
+ Redis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsRedis,
+ Router: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsRouter,
+ Run: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsRun,
+ Spanner: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsSpanner,
+ Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsSql,
+ Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsStorage,
+ VirtualMachines: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsVirtualMachines,
+ VpcAccess: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudGcpIntegrations.CloudGcpIntegrationsVpcAccess,
}
```
@@ -2592,7 +2592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsDataFlow {
MetricsPollingInterval: *f64,
@@ -2626,7 +2626,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsDataProc {
MetricsPollingInterval: *f64,
@@ -2660,7 +2660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsDataStore {
MetricsPollingInterval: *f64,
@@ -2694,7 +2694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsFireBaseDatabase {
MetricsPollingInterval: *f64,
@@ -2728,7 +2728,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsFireBaseHosting {
MetricsPollingInterval: *f64,
@@ -2762,7 +2762,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsFireBaseStorage {
MetricsPollingInterval: *f64,
@@ -2796,7 +2796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsFireStore {
MetricsPollingInterval: *f64,
@@ -2830,7 +2830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsFunctions {
MetricsPollingInterval: *f64,
@@ -2864,7 +2864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsInterconnect {
MetricsPollingInterval: *f64,
@@ -2898,7 +2898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsKubernetes {
MetricsPollingInterval: *f64,
@@ -2932,7 +2932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsLoadBalancing {
MetricsPollingInterval: *f64,
@@ -2966,7 +2966,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsMemCache {
MetricsPollingInterval: *f64,
@@ -3000,7 +3000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsPubSub {
FetchTags: interface{},
@@ -3050,7 +3050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsRedis {
MetricsPollingInterval: *f64,
@@ -3084,7 +3084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsRouter {
MetricsPollingInterval: *f64,
@@ -3118,7 +3118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsRun {
MetricsPollingInterval: *f64,
@@ -3152,7 +3152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsSpanner {
FetchTags: interface{},
@@ -3202,7 +3202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsSql {
MetricsPollingInterval: *f64,
@@ -3236,7 +3236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsStorage {
FetchTags: interface{},
@@ -3286,7 +3286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsVirtualMachines {
MetricsPollingInterval: *f64,
@@ -3320,7 +3320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
&cloudgcpintegrations.CloudGcpIntegrationsVpcAccess {
MetricsPollingInterval: *f64,
@@ -3356,7 +3356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsAlloyDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsAlloyDbOutputReference
```
@@ -3634,7 +3634,7 @@ func InternalValue() CloudGcpIntegrationsAlloyDb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsAppEngineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsAppEngineOutputReference
```
@@ -3912,7 +3912,7 @@ func InternalValue() CloudGcpIntegrationsAppEngine
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsBigQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsBigQueryOutputReference
```
@@ -4219,7 +4219,7 @@ func InternalValue() CloudGcpIntegrationsBigQuery
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsBigTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsBigTableOutputReference
```
@@ -4497,7 +4497,7 @@ func InternalValue() CloudGcpIntegrationsBigTable
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsComposerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsComposerOutputReference
```
@@ -4775,7 +4775,7 @@ func InternalValue() CloudGcpIntegrationsComposer
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsDataFlowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataFlowOutputReference
```
@@ -5053,7 +5053,7 @@ func InternalValue() CloudGcpIntegrationsDataFlow
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsDataProcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataProcOutputReference
```
@@ -5331,7 +5331,7 @@ func InternalValue() CloudGcpIntegrationsDataProc
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsDataStoreOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataStoreOutputReference
```
@@ -5609,7 +5609,7 @@ func InternalValue() CloudGcpIntegrationsDataStore
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseDatabaseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseDatabaseOutputReference
```
@@ -5887,7 +5887,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseDatabase
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseHostingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseHostingOutputReference
```
@@ -6165,7 +6165,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseHosting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseStorageOutputReference
```
@@ -6443,7 +6443,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseStorage
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsFireStoreOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireStoreOutputReference
```
@@ -6721,7 +6721,7 @@ func InternalValue() CloudGcpIntegrationsFireStore
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsFunctionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFunctionsOutputReference
```
@@ -6999,7 +6999,7 @@ func InternalValue() CloudGcpIntegrationsFunctions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsInterconnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsInterconnectOutputReference
```
@@ -7277,7 +7277,7 @@ func InternalValue() CloudGcpIntegrationsInterconnect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsKubernetesOutputReference
```
@@ -7555,7 +7555,7 @@ func InternalValue() CloudGcpIntegrationsKubernetes
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsLoadBalancingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsLoadBalancingOutputReference
```
@@ -7833,7 +7833,7 @@ func InternalValue() CloudGcpIntegrationsLoadBalancing
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsMemCacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsMemCacheOutputReference
```
@@ -8111,7 +8111,7 @@ func InternalValue() CloudGcpIntegrationsMemCache
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsPubSubOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsPubSubOutputReference
```
@@ -8418,7 +8418,7 @@ func InternalValue() CloudGcpIntegrationsPubSub
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsRedisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRedisOutputReference
```
@@ -8696,7 +8696,7 @@ func InternalValue() CloudGcpIntegrationsRedis
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsRouterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRouterOutputReference
```
@@ -8974,7 +8974,7 @@ func InternalValue() CloudGcpIntegrationsRouter
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsRunOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRunOutputReference
```
@@ -9252,7 +9252,7 @@ func InternalValue() CloudGcpIntegrationsRun
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsSpannerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsSpannerOutputReference
```
@@ -9559,7 +9559,7 @@ func InternalValue() CloudGcpIntegrationsSpanner
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsSqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsSqlOutputReference
```
@@ -9837,7 +9837,7 @@ func InternalValue() CloudGcpIntegrationsSql
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsStorageOutputReference
```
@@ -10144,7 +10144,7 @@ func InternalValue() CloudGcpIntegrationsStorage
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsVirtualMachinesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsVirtualMachinesOutputReference
```
@@ -10422,7 +10422,7 @@ func InternalValue() CloudGcpIntegrationsVirtualMachines
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations"
cloudgcpintegrations.NewCloudGcpIntegrationsVpcAccessOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsVpcAccessOutputReference
```
diff --git a/docs/cloudGcpLinkAccount.go.md b/docs/cloudGcpLinkAccount.go.md
index 007da2be9..75cd83030 100644
--- a/docs/cloudGcpLinkAccount.go.md
+++ b/docs/cloudGcpLinkAccount.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount"
cloudgcplinkaccount.NewCloudGcpLinkAccount(scope Construct, id *string, config CloudGcpLinkAccountConfig) CloudGcpLinkAccount
```
@@ -392,7 +392,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount"
cloudgcplinkaccount.CloudGcpLinkAccount_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount"
cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount"
cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount"
cloudgcplinkaccount.CloudGcpLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -769,7 +769,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount"
&cloudgcplinkaccount.CloudGcpLinkAccountConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicAccount.go.md b/docs/dataNewrelicAccount.go.md
index 46bb61db6..74f1bed7a 100644
--- a/docs/dataNewrelicAccount.go.md
+++ b/docs/dataNewrelicAccount.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount"
datanewrelicaccount.NewDataNewrelicAccount(scope Construct, id *string, config DataNewrelicAccountConfig) DataNewrelicAccount
```
@@ -304,7 +304,7 @@ func ResetScope()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount"
datanewrelicaccount.DataNewrelicAccount_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount"
datanewrelicaccount.DataNewrelicAccount_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelicaccount.DataNewrelicAccount_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount"
datanewrelicaccount.DataNewrelicAccount_IsTerraformDataSource(x interface{}) *bool
```
@@ -364,7 +364,7 @@ datanewrelicaccount.DataNewrelicAccount_IsTerraformDataSource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount"
datanewrelicaccount.DataNewrelicAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -659,7 +659,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount"
&datanewrelicaccount.DataNewrelicAccountConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicAlertChannel.go.md b/docs/dataNewrelicAlertChannel.go.md
index 947be8249..49588d16e 100644
--- a/docs/dataNewrelicAlertChannel.go.md
+++ b/docs/dataNewrelicAlertChannel.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.NewDataNewrelicAlertChannel(scope Construct, id *string, config DataNewrelicAlertChannelConfig) DataNewrelicAlertChannel
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.DataNewrelicAlertChannel_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformDataSource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.DataNewrelicAlertChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -656,7 +656,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
&datanewrelicalertchannel.DataNewrelicAlertChannelConfig {
Connection: interface{},
@@ -807,7 +807,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
&datanewrelicalertchannel.DataNewrelicAlertChannelConfigA {
@@ -822,7 +822,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicale
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.NewDataNewrelicAlertChannelConfigAList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicAlertChannelConfigAList
```
@@ -971,7 +971,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel"
datanewrelicalertchannel.NewDataNewrelicAlertChannelConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicAlertChannelConfigAOutputReference
```
diff --git a/docs/dataNewrelicAlertPolicy.go.md b/docs/dataNewrelicAlertPolicy.go.md
index a54eb173c..130e16c34 100644
--- a/docs/dataNewrelicAlertPolicy.go.md
+++ b/docs/dataNewrelicAlertPolicy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy"
datanewrelicalertpolicy.NewDataNewrelicAlertPolicy(scope Construct, id *string, config DataNewrelicAlertPolicyConfig) DataNewrelicAlertPolicy
```
@@ -297,7 +297,7 @@ func ResetIncidentPreference()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy"
datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy"
datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformElement(x interface{}
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy"
datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformDataSource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy"
datanewrelicalertpolicy.DataNewrelicAlertPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -674,7 +674,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy"
&datanewrelicalertpolicy.DataNewrelicAlertPolicyConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicApplication.go.md b/docs/dataNewrelicApplication.go.md
index 0d6a6d484..d972b15fd 100644
--- a/docs/dataNewrelicApplication.go.md
+++ b/docs/dataNewrelicApplication.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication"
datanewrelicapplication.NewDataNewrelicApplication(scope Construct, id *string, config DataNewrelicApplicationConfig) DataNewrelicApplication
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication"
datanewrelicapplication.DataNewrelicApplication_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication"
datanewrelicapplication.DataNewrelicApplication_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datanewrelicapplication.DataNewrelicApplication_IsTerraformElement(x interface{}
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication"
datanewrelicapplication.DataNewrelicApplication_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datanewrelicapplication.DataNewrelicApplication_IsTerraformDataSource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication"
datanewrelicapplication.DataNewrelicApplication_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -616,7 +616,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication"
&datanewrelicapplication.DataNewrelicApplicationConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicAuthenticationDomain.go.md b/docs/dataNewrelicAuthenticationDomain.go.md
index 87f977504..81fd90bf6 100644
--- a/docs/dataNewrelicAuthenticationDomain.go.md
+++ b/docs/dataNewrelicAuthenticationDomain.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain"
datanewrelicauthenticationdomain.NewDataNewrelicAuthenticationDomain(scope Construct, id *string, config DataNewrelicAuthenticationDomainConfig) DataNewrelicAuthenticationDomain
```
@@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain"
datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsConstruct(x interface{}) *bool
```
@@ -308,7 +308,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain"
datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformElement(x interface{}) *bool
```
@@ -322,7 +322,7 @@ datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformEle
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain"
datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformDataSource(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformDat
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain"
datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -576,7 +576,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain"
&datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomainConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicCloudAccount.go.md b/docs/dataNewrelicCloudAccount.go.md
index 0ef1e8c8b..b0375cb69 100644
--- a/docs/dataNewrelicCloudAccount.go.md
+++ b/docs/dataNewrelicCloudAccount.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount"
datanewreliccloudaccount.NewDataNewrelicCloudAccount(scope Construct, id *string, config DataNewrelicCloudAccountConfig) DataNewrelicCloudAccount
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount"
datanewreliccloudaccount.DataNewrelicCloudAccount_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount"
datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount"
datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformDataSource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount"
datanewreliccloudaccount.DataNewrelicCloudAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -645,7 +645,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount"
&datanewreliccloudaccount.DataNewrelicCloudAccountConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicEntity.go.md b/docs/dataNewrelicEntity.go.md
index e97e448c0..14261b841 100644
--- a/docs/dataNewrelicEntity.go.md
+++ b/docs/dataNewrelicEntity.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.NewDataNewrelicEntity(scope Construct, id *string, config DataNewrelicEntityConfig) DataNewrelicEntity
```
@@ -345,7 +345,7 @@ func ResetType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.DataNewrelicEntity_IsConstruct(x interface{}) *bool
```
@@ -377,7 +377,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.DataNewrelicEntity_IsTerraformElement(x interface{}) *bool
```
@@ -391,7 +391,7 @@ datanewrelicentity.DataNewrelicEntity_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.DataNewrelicEntity_IsTerraformDataSource(x interface{}) *bool
```
@@ -405,7 +405,7 @@ datanewrelicentity.DataNewrelicEntity_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.DataNewrelicEntity_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -843,7 +843,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
&datanewrelicentity.DataNewrelicEntityConfig {
Connection: interface{},
@@ -1094,7 +1094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
&datanewrelicentity.DataNewrelicEntityTag {
Key: *string,
@@ -1146,7 +1146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.NewDataNewrelicEntityTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicEntityTagList
```
@@ -1306,7 +1306,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity"
datanewrelicentity.NewDataNewrelicEntityTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicEntityTagOutputReference
```
diff --git a/docs/dataNewrelicGroup.go.md b/docs/dataNewrelicGroup.go.md
index 249bd75e5..31f69c379 100644
--- a/docs/dataNewrelicGroup.go.md
+++ b/docs/dataNewrelicGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup"
datanewrelicgroup.NewDataNewrelicGroup(scope Construct, id *string, config DataNewrelicGroupConfig) DataNewrelicGroup
```
@@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup"
datanewrelicgroup.DataNewrelicGroup_IsConstruct(x interface{}) *bool
```
@@ -308,7 +308,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup"
datanewrelicgroup.DataNewrelicGroup_IsTerraformElement(x interface{}) *bool
```
@@ -322,7 +322,7 @@ datanewrelicgroup.DataNewrelicGroup_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup"
datanewrelicgroup.DataNewrelicGroup_IsTerraformDataSource(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelicgroup.DataNewrelicGroup_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup"
datanewrelicgroup.DataNewrelicGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -609,7 +609,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup"
&datanewrelicgroup.DataNewrelicGroupConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicKeyTransaction.go.md b/docs/dataNewrelicKeyTransaction.go.md
index 35e6ebaa4..26356813a 100644
--- a/docs/dataNewrelicKeyTransaction.go.md
+++ b/docs/dataNewrelicKeyTransaction.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction"
datanewrelickeytransaction.NewDataNewrelicKeyTransaction(scope Construct, id *string, config DataNewrelicKeyTransactionConfig) DataNewrelicKeyTransaction
```
@@ -297,7 +297,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction"
datanewrelickeytransaction.DataNewrelicKeyTransaction_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction"
datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformElement(x inter
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction"
datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformDataSource(x in
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction"
datanewrelickeytransaction.DataNewrelicKeyTransaction_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -674,7 +674,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction"
&datanewrelickeytransaction.DataNewrelicKeyTransactionConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicNotificationDestination.go.md b/docs/dataNewrelicNotificationDestination.go.md
index fbeb4807f..692e3f5c9 100644
--- a/docs/dataNewrelicNotificationDestination.go.md
+++ b/docs/dataNewrelicNotificationDestination.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.NewDataNewrelicNotificationDestination(scope Construct, id *string, config DataNewrelicNotificationDestinationConfig) DataNewrelicNotificationDestination
```
@@ -317,7 +317,7 @@ func ResetSecureUrl()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsConstruct(x interface{}) *bool
```
@@ -349,7 +349,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraformElement(x interface{}) *bool
```
@@ -363,7 +363,7 @@ datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraf
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraformDataSource(x interface{}) *bool
```
@@ -377,7 +377,7 @@ datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.DataNewrelicNotificationDestination_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -727,7 +727,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
&datanewrelicnotificationdestination.DataNewrelicNotificationDestinationConfig {
Connection: interface{},
@@ -896,7 +896,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
&datanewrelicnotificationdestination.DataNewrelicNotificationDestinationProperty {
@@ -909,7 +909,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnot
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
&datanewrelicnotificationdestination.DataNewrelicNotificationDestinationSecureUrl {
Prefix: *string,
@@ -943,7 +943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicNotificationDestinationPropertyList
```
@@ -1092,7 +1092,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicNotificationDestinationPropertyOutputReference
```
@@ -1403,7 +1403,7 @@ func InternalValue() DataNewrelicNotificationDestinationProperty
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationSecureUrlList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicNotificationDestinationSecureUrlList
```
@@ -1563,7 +1563,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination"
datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationSecureUrlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicNotificationDestinationSecureUrlOutputReference
```
diff --git a/docs/dataNewrelicObfuscationExpression.go.md b/docs/dataNewrelicObfuscationExpression.go.md
index 860e98caa..628671e7a 100644
--- a/docs/dataNewrelicObfuscationExpression.go.md
+++ b/docs/dataNewrelicObfuscationExpression.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression"
datanewrelicobfuscationexpression.NewDataNewrelicObfuscationExpression(scope Construct, id *string, config DataNewrelicObfuscationExpressionConfig) DataNewrelicObfuscationExpression
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression"
datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression"
datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformE
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression"
datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformD
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression"
datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -623,7 +623,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression"
&datanewrelicobfuscationexpression.DataNewrelicObfuscationExpressionConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicServiceLevelAlertHelper.go.md b/docs/dataNewrelicServiceLevelAlertHelper.go.md
index 22f004314..5504184b1 100644
--- a/docs/dataNewrelicServiceLevelAlertHelper.go.md
+++ b/docs/dataNewrelicServiceLevelAlertHelper.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper"
datanewrelicservicelevelalerthelper.NewDataNewrelicServiceLevelAlertHelper(scope Construct, id *string, config DataNewrelicServiceLevelAlertHelperConfig) DataNewrelicServiceLevelAlertHelper
```
@@ -304,7 +304,7 @@ func ResetIsBadEvents()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper"
datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper"
datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraf
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper"
datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraformDataSource(x interface{}) *bool
```
@@ -364,7 +364,7 @@ datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper"
datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -791,7 +791,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper"
&datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelperConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.go.md b/docs/dataNewrelicSyntheticsPrivateLocation.go.md
index 67fe3ae03..9508ca819 100644
--- a/docs/dataNewrelicSyntheticsPrivateLocation.go.md
+++ b/docs/dataNewrelicSyntheticsPrivateLocation.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation"
datanewrelicsyntheticsprivatelocation.NewDataNewrelicSyntheticsPrivateLocation(scope Construct, id *string, config DataNewrelicSyntheticsPrivateLocationConfig) DataNewrelicSyntheticsPrivateLocation
```
@@ -297,7 +297,7 @@ func ResetKey()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation"
datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation"
datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTe
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation"
datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTe
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation"
datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -652,7 +652,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation"
&datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocationConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicSyntheticsSecureCredential.go.md b/docs/dataNewrelicSyntheticsSecureCredential.go.md
index 64e2d7617..622d3b899 100644
--- a/docs/dataNewrelicSyntheticsSecureCredential.go.md
+++ b/docs/dataNewrelicSyntheticsSecureCredential.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential"
datanewrelicsyntheticssecurecredential.NewDataNewrelicSyntheticsSecureCredential(scope Construct, id *string, config DataNewrelicSyntheticsSecureCredentialConfig) DataNewrelicSyntheticsSecureCredential
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential"
datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential"
datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_Is
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential"
datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_Is
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential"
datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -645,7 +645,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential"
&datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredentialConfig {
Connection: interface{},
diff --git a/docs/dataNewrelicTestGrokPattern.go.md b/docs/dataNewrelicTestGrokPattern.go.md
index 830708784..dd86f712d 100644
--- a/docs/dataNewrelicTestGrokPattern.go.md
+++ b/docs/dataNewrelicTestGrokPattern.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.NewDataNewrelicTestGrokPattern(scope Construct, id *string, config DataNewrelicTestGrokPatternConfig) DataNewrelicTestGrokPattern
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformElement(x int
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformDataSource(x
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -656,7 +656,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
&datanewrelictestgrokpattern.DataNewrelicTestGrokPatternConfig {
Connection: interface{},
@@ -823,7 +823,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
&datanewrelictestgrokpattern.DataNewrelicTestGrokPatternTestGrok {
@@ -836,7 +836,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictes
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
&datanewrelictestgrokpattern.DataNewrelicTestGrokPatternTestGrokAttributes {
@@ -851,7 +851,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictes
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicTestGrokPatternTestGrokAttributesList
```
@@ -1000,7 +1000,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicTestGrokPatternTestGrokAttributesOutputReference
```
@@ -1289,7 +1289,7 @@ func InternalValue() DataNewrelicTestGrokPatternTestGrokAttributes
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicTestGrokPatternTestGrokList
```
@@ -1438,7 +1438,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern"
datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicTestGrokPatternTestGrokOutputReference
```
diff --git a/docs/dataNewrelicUser.go.md b/docs/dataNewrelicUser.go.md
index 1a73e56a6..5e396354f 100644
--- a/docs/dataNewrelicUser.go.md
+++ b/docs/dataNewrelicUser.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser"
datanewrelicuser.NewDataNewrelicUser(scope Construct, id *string, config DataNewrelicUserConfig) DataNewrelicUser
```
@@ -290,7 +290,7 @@ func ResetName()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser"
datanewrelicuser.DataNewrelicUser_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser"
datanewrelicuser.DataNewrelicUser_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datanewrelicuser.DataNewrelicUser_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser"
datanewrelicuser.DataNewrelicUser_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datanewrelicuser.DataNewrelicUser_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser"
datanewrelicuser.DataNewrelicUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -634,7 +634,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser"
&datanewrelicuser.DataNewrelicUserConfig {
Connection: interface{},
diff --git a/docs/dataPartitionRule.go.md b/docs/dataPartitionRule.go.md
index fa704a528..a6a8101bb 100644
--- a/docs/dataPartitionRule.go.md
+++ b/docs/dataPartitionRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
datapartitionrule.NewDataPartitionRule(scope Construct, id *string, config DataPartitionRuleConfig) DataPartitionRule
```
@@ -419,7 +419,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
datapartitionrule.DataPartitionRule_IsConstruct(x interface{}) *bool
```
@@ -451,7 +451,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
datapartitionrule.DataPartitionRule_IsTerraformElement(x interface{}) *bool
```
@@ -465,7 +465,7 @@ datapartitionrule.DataPartitionRule_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
datapartitionrule.DataPartitionRule_IsTerraformResource(x interface{}) *bool
```
@@ -479,7 +479,7 @@ datapartitionrule.DataPartitionRule_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
datapartitionrule.DataPartitionRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -895,7 +895,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
&datapartitionrule.DataPartitionRuleConfig {
Connection: interface{},
@@ -912,7 +912,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionru
AccountId: *f64,
Description: *string,
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.dataPartitionRule.DataPartitionRuleTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.dataPartitionRule.DataPartitionRuleTimeouts,
}
```
@@ -1128,7 +1128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
&datapartitionrule.DataPartitionRuleTimeouts {
Create: *string,
@@ -1162,7 +1162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule"
datapartitionrule.NewDataPartitionRuleTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataPartitionRuleTimeoutsOutputReference
```
diff --git a/docs/entityTags.go.md b/docs/entityTags.go.md
index a24cbddc1..2d4414ab0 100644
--- a/docs/entityTags.go.md
+++ b/docs/entityTags.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.NewEntityTags(scope Construct, id *string, config EntityTagsConfig) EntityTags
```
@@ -418,7 +418,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.EntityTags_IsConstruct(x interface{}) *bool
```
@@ -450,7 +450,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.EntityTags_IsTerraformElement(x interface{}) *bool
```
@@ -464,7 +464,7 @@ entitytags.EntityTags_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.EntityTags_IsTerraformResource(x interface{}) *bool
```
@@ -478,7 +478,7 @@ entitytags.EntityTags_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.EntityTags_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -795,7 +795,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
&entitytags.EntityTagsConfig {
Connection: interface{},
@@ -808,7 +808,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
Guid: *string,
Tag: interface{},
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.entityTags.EntityTagsTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.entityTags.EntityTagsTimeouts,
}
```
@@ -962,7 +962,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
&entitytags.EntityTagsTag {
Key: *string,
@@ -1012,7 +1012,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
&entitytags.EntityTagsTimeouts {
Create: *string,
@@ -1046,7 +1046,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.NewEntityTagsTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) EntityTagsTagList
```
@@ -1206,7 +1206,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.NewEntityTagsTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) EntityTagsTagOutputReference
```
@@ -1517,7 +1517,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags"
entitytags.NewEntityTagsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) EntityTagsTimeoutsOutputReference
```
diff --git a/docs/eventsToMetricsRule.go.md b/docs/eventsToMetricsRule.go.md
index ac15091f4..2acdbd663 100644
--- a/docs/eventsToMetricsRule.go.md
+++ b/docs/eventsToMetricsRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule"
eventstometricsrule.NewEventsToMetricsRule(scope Construct, id *string, config EventsToMetricsRuleConfig) EventsToMetricsRule
```
@@ -406,7 +406,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule"
eventstometricsrule.EventsToMetricsRule_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule"
eventstometricsrule.EventsToMetricsRule_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ eventstometricsrule.EventsToMetricsRule_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule"
eventstometricsrule.EventsToMetricsRule_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ eventstometricsrule.EventsToMetricsRule_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule"
eventstometricsrule.EventsToMetricsRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -838,7 +838,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule"
&eventstometricsrule.EventsToMetricsRuleConfig {
Connection: interface{},
diff --git a/docs/group.go.md b/docs/group.go.md
index b43bafcbc..5841d325f 100644
--- a/docs/group.go.md
+++ b/docs/group.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group"
group.NewGroup(scope Construct, id *string, config GroupConfig) Group
```
@@ -392,7 +392,7 @@ func ResetUserIds()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group"
group.Group_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group"
group.Group_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ group.Group_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group"
group.Group_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ group.Group_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group"
group.Group_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -769,7 +769,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group"
&group.GroupConfig {
Connection: interface{},
diff --git a/docs/infraAlertCondition.go.md b/docs/infraAlertCondition.go.md
index bc4e2944a..5581ae0d1 100644
--- a/docs/infraAlertCondition.go.md
+++ b/docs/infraAlertCondition.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.NewInfraAlertCondition(scope Construct, id *string, config InfraAlertConditionConfig) InfraAlertCondition
```
@@ -495,7 +495,7 @@ func ResetWhere()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.InfraAlertCondition_IsConstruct(x interface{}) *bool
```
@@ -527,7 +527,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.InfraAlertCondition_IsTerraformElement(x interface{}) *bool
```
@@ -541,7 +541,7 @@ infraalertcondition.InfraAlertCondition_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.InfraAlertCondition_IsTerraformResource(x interface{}) *bool
```
@@ -555,7 +555,7 @@ infraalertcondition.InfraAlertCondition_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.InfraAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1169,7 +1169,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
&infraalertcondition.InfraAlertConditionConfig {
Connection: interface{},
@@ -1183,7 +1183,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondi
PolicyId: *f64,
Type: *string,
Comparison: *string,
- Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.infraAlertCondition.InfraAlertConditionCritical,
+ Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.infraAlertCondition.InfraAlertConditionCritical,
Description: *string,
Enabled: interface{},
Event: *string,
@@ -1193,7 +1193,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondi
RunbookUrl: *string,
Select: *string,
ViolationCloseTimer: *f64,
- Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.infraAlertCondition.InfraAlertConditionWarning,
+ Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.infraAlertCondition.InfraAlertConditionWarning,
Where: *string,
}
```
@@ -1534,7 +1534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
&infraalertcondition.InfraAlertConditionCritical {
Duration: *f64,
@@ -1594,7 +1594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
&infraalertcondition.InfraAlertConditionWarning {
Duration: *f64,
@@ -1656,7 +1656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.NewInfraAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) InfraAlertConditionCriticalOutputReference
```
@@ -1985,7 +1985,7 @@ func InternalValue() InfraAlertConditionCritical
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition"
infraalertcondition.NewInfraAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) InfraAlertConditionWarningOutputReference
```
diff --git a/docs/insightsEvent.go.md b/docs/insightsEvent.go.md
index 1efa0d99b..2dc3f2d74 100644
--- a/docs/insightsEvent.go.md
+++ b/docs/insightsEvent.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.NewInsightsEvent(scope Construct, id *string, config InsightsEventConfig) InsightsEvent
```
@@ -398,7 +398,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.InsightsEvent_IsConstruct(x interface{}) *bool
```
@@ -430,7 +430,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.InsightsEvent_IsTerraformElement(x interface{}) *bool
```
@@ -444,7 +444,7 @@ insightsevent.InsightsEvent_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.InsightsEvent_IsTerraformResource(x interface{}) *bool
```
@@ -458,7 +458,7 @@ insightsevent.InsightsEvent_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.InsightsEvent_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -731,7 +731,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
&insightsevent.InsightsEventConfig {
Connection: interface{},
@@ -866,7 +866,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
&insightsevent.InsightsEventEvent {
Attribute: interface{},
@@ -932,7 +932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
&insightsevent.InsightsEventEventAttribute {
Key: *string,
@@ -1002,7 +1002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.NewInsightsEventEventAttributeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) InsightsEventEventAttributeList
```
@@ -1162,7 +1162,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.NewInsightsEventEventAttributeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) InsightsEventEventAttributeOutputReference
```
@@ -1502,7 +1502,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.NewInsightsEventEventList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) InsightsEventEventList
```
@@ -1662,7 +1662,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent"
insightsevent.NewInsightsEventEventOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) InsightsEventEventOutputReference
```
diff --git a/docs/keyTransaction.go.md b/docs/keyTransaction.go.md
index 725fa7190..11b0a9512 100644
--- a/docs/keyTransaction.go.md
+++ b/docs/keyTransaction.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction"
keytransaction.NewKeyTransaction(scope Construct, id *string, config KeyTransactionConfig) KeyTransaction
```
@@ -385,7 +385,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction"
keytransaction.KeyTransaction_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction"
keytransaction.KeyTransaction_IsTerraformElement(x interface{}) *bool
```
@@ -431,7 +431,7 @@ keytransaction.KeyTransaction_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction"
keytransaction.KeyTransaction_IsTerraformResource(x interface{}) *bool
```
@@ -445,7 +445,7 @@ keytransaction.KeyTransaction_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction"
keytransaction.KeyTransaction_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -828,7 +828,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction"
&keytransaction.KeyTransactionConfig {
Connection: interface{},
diff --git a/docs/logParsingRule.go.md b/docs/logParsingRule.go.md
index db5f1f75b..c421c02ff 100644
--- a/docs/logParsingRule.go.md
+++ b/docs/logParsingRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule"
logparsingrule.NewLogParsingRule(scope Construct, id *string, config LogParsingRuleConfig) LogParsingRule
```
@@ -406,7 +406,7 @@ func ResetMatched()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule"
logparsingrule.LogParsingRule_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule"
logparsingrule.LogParsingRule_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ logparsingrule.LogParsingRule_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule"
logparsingrule.LogParsingRule_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ logparsingrule.LogParsingRule_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule"
logparsingrule.LogParsingRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -904,7 +904,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule"
&logparsingrule.LogParsingRuleConfig {
Connection: interface{},
diff --git a/docs/monitorDowntime.go.md b/docs/monitorDowntime.go.md
index 94dccf6cc..62f293055 100644
--- a/docs/monitorDowntime.go.md
+++ b/docs/monitorDowntime.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.NewMonitorDowntime(scope Construct, id *string, config MonitorDowntimeConfig) MonitorDowntime
```
@@ -446,7 +446,7 @@ func ResetMonitorGuids()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.MonitorDowntime_IsConstruct(x interface{}) *bool
```
@@ -478,7 +478,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.MonitorDowntime_IsTerraformElement(x interface{}) *bool
```
@@ -492,7 +492,7 @@ monitordowntime.MonitorDowntime_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.MonitorDowntime_IsTerraformResource(x interface{}) *bool
```
@@ -506,7 +506,7 @@ monitordowntime.MonitorDowntime_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.MonitorDowntime_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -977,7 +977,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
&monitordowntime.MonitorDowntimeConfig {
Connection: interface{},
@@ -993,8 +993,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime
StartTime: *string,
TimeZone: *string,
AccountId: *f64,
- EndRepeat: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.monitorDowntime.MonitorDowntimeEndRepeat,
- Frequency: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.monitorDowntime.MonitorDowntimeFrequency,
+ EndRepeat: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.monitorDowntime.MonitorDowntimeEndRepeat,
+ Frequency: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.monitorDowntime.MonitorDowntimeFrequency,
Id: *string,
MaintenanceDays: *[]*string,
MonitorGuids: *[]*string,
@@ -1258,7 +1258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
&monitordowntime.MonitorDowntimeEndRepeat {
OnDate: *string,
@@ -1308,11 +1308,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
&monitordowntime.MonitorDowntimeFrequency {
DaysOfMonth: *[]*f64,
- DaysOfWeek: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.monitorDowntime.MonitorDowntimeFrequencyDaysOfWeek,
+ DaysOfWeek: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.monitorDowntime.MonitorDowntimeFrequencyDaysOfWeek,
}
```
@@ -1358,7 +1358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
&monitordowntime.MonitorDowntimeFrequencyDaysOfWeek {
OrdinalDayOfMonth: *string,
@@ -1410,7 +1410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.NewMonitorDowntimeEndRepeatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MonitorDowntimeEndRepeatOutputReference
```
@@ -1717,7 +1717,7 @@ func InternalValue() MonitorDowntimeEndRepeat
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.NewMonitorDowntimeFrequencyDaysOfWeekOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MonitorDowntimeFrequencyDaysOfWeekOutputReference
```
@@ -2010,7 +2010,7 @@ func InternalValue() MonitorDowntimeFrequencyDaysOfWeek
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime"
monitordowntime.NewMonitorDowntimeFrequencyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MonitorDowntimeFrequencyOutputReference
```
diff --git a/docs/notificationChannel.go.md b/docs/notificationChannel.go.md
index c79292715..e0f1aadb5 100644
--- a/docs/notificationChannel.go.md
+++ b/docs/notificationChannel.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NewNotificationChannel(scope Construct, id *string, config NotificationChannelConfig) NotificationChannel
```
@@ -432,7 +432,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NotificationChannel_IsConstruct(x interface{}) *bool
```
@@ -464,7 +464,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NotificationChannel_IsTerraformElement(x interface{}) *bool
```
@@ -478,7 +478,7 @@ notificationchannel.NotificationChannel_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NotificationChannel_IsTerraformResource(x interface{}) *bool
```
@@ -492,7 +492,7 @@ notificationchannel.NotificationChannel_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NotificationChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -930,7 +930,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
¬ificationchannel.NotificationChannelConfig {
Connection: interface{},
@@ -948,7 +948,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationcha
AccountId: *f64,
Active: interface{},
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationChannel.NotificationChannelTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationChannel.NotificationChannelTimeouts,
}
```
@@ -1179,7 +1179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
¬ificationchannel.NotificationChannelProperty {
Key: *string,
@@ -1261,7 +1261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
¬ificationchannel.NotificationChannelTimeouts {
Create: *string,
@@ -1309,7 +1309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NewNotificationChannelPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationChannelPropertyList
```
@@ -1469,7 +1469,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NewNotificationChannelPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationChannelPropertyOutputReference
```
@@ -1838,7 +1838,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel"
notificationchannel.NewNotificationChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationChannelTimeoutsOutputReference
```
diff --git a/docs/notificationDestination.go.md b/docs/notificationDestination.go.md
index d5af889cb..a864171c5 100644
--- a/docs/notificationDestination.go.md
+++ b/docs/notificationDestination.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestination(scope Construct, id *string, config NotificationDestinationConfig) NotificationDestination
```
@@ -512,7 +512,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NotificationDestination_IsConstruct(x interface{}) *bool
```
@@ -544,7 +544,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NotificationDestination_IsTerraformElement(x interface{}) *bool
```
@@ -558,7 +558,7 @@ notificationdestination.NotificationDestination_IsTerraformElement(x interface{}
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NotificationDestination_IsTerraformResource(x interface{}) *bool
```
@@ -572,7 +572,7 @@ notificationdestination.NotificationDestination_IsTerraformResource(x interface{
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NotificationDestination_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1076,7 +1076,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationAuthBasic {
Password: *string,
@@ -1122,7 +1122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationAuthCustomHeader {
Key: *string,
@@ -1168,7 +1168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationAuthToken {
Token: *string,
@@ -1214,7 +1214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationConfig {
Connection: interface{},
@@ -1229,12 +1229,12 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes
Type: *string,
AccountId: *f64,
Active: interface{},
- AuthBasic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationAuthBasic,
+ AuthBasic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationAuthBasic,
AuthCustomHeader: interface{},
- AuthToken: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationAuthToken,
+ AuthToken: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationAuthToken,
Id: *string,
- SecureUrl: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationSecureUrl,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationTimeouts,
+ SecureUrl: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationSecureUrl,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationTimeouts,
}
```
@@ -1495,7 +1495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationProperty {
Key: *string,
@@ -1577,7 +1577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationSecureUrl {
Prefix: *string,
@@ -1623,7 +1623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
¬ificationdestination.NotificationDestinationTimeouts {
Create: *string,
@@ -1671,7 +1671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationAuthBasicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationAuthBasicOutputReference
```
@@ -1964,7 +1964,7 @@ func InternalValue() NotificationDestinationAuthBasic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationAuthCustomHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationDestinationAuthCustomHeaderList
```
@@ -2124,7 +2124,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationAuthCustomHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationDestinationAuthCustomHeaderOutputReference
```
@@ -2435,7 +2435,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationAuthTokenOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationAuthTokenOutputReference
```
@@ -2735,7 +2735,7 @@ func InternalValue() NotificationDestinationAuthToken
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationDestinationPropertyList
```
@@ -2895,7 +2895,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationDestinationPropertyOutputReference
```
@@ -3264,7 +3264,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationSecureUrlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationSecureUrlOutputReference
```
@@ -3557,7 +3557,7 @@ func InternalValue() NotificationDestinationSecureUrl
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination"
notificationdestination.NewNotificationDestinationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationTimeoutsOutputReference
```
diff --git a/docs/nrqlAlertCondition.go.md b/docs/nrqlAlertCondition.go.md
index 3529b0867..ce0587053 100644
--- a/docs/nrqlAlertCondition.go.md
+++ b/docs/nrqlAlertCondition.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertCondition(scope Construct, id *string, config NrqlAlertConditionConfig) NrqlAlertCondition
```
@@ -625,7 +625,7 @@ func ResetWarning()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NrqlAlertCondition_IsConstruct(x interface{}) *bool
```
@@ -657,7 +657,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NrqlAlertCondition_IsTerraformElement(x interface{}) *bool
```
@@ -671,7 +671,7 @@ nrqlalertcondition.NrqlAlertCondition_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NrqlAlertCondition_IsTerraformResource(x interface{}) *bool
```
@@ -685,7 +685,7 @@ nrqlalertcondition.NrqlAlertCondition_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NrqlAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1563,7 +1563,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
&nrqlalertcondition.NrqlAlertConditionConfig {
Connection: interface{},
@@ -1574,7 +1574,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondit
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
Name: *string,
- Nrql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.nrqlAlertCondition.NrqlAlertConditionNrql,
+ Nrql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionNrql,
PolicyId: *f64,
AccountId: *f64,
AggregationDelay: *string,
@@ -1583,7 +1583,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondit
AggregationWindow: *f64,
BaselineDirection: *string,
CloseViolationsOnExpiration: interface{},
- Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.nrqlAlertCondition.NrqlAlertConditionCritical,
+ Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionCritical,
Description: *string,
Enabled: interface{},
EvaluationDelay: *f64,
@@ -1596,12 +1596,12 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondit
RunbookUrl: *string,
SlideBy: *f64,
Term: interface{},
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.nrqlAlertCondition.NrqlAlertConditionTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionTimeouts,
TitleTemplate: *string,
Type: *string,
ViolationTimeLimit: *string,
ViolationTimeLimitSeconds: *f64,
- Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.nrqlAlertCondition.NrqlAlertConditionWarning,
+ Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionWarning,
}
```
@@ -2148,7 +2148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
&nrqlalertcondition.NrqlAlertConditionCritical {
Threshold: *f64,
@@ -2266,7 +2266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
&nrqlalertcondition.NrqlAlertConditionNrql {
Query: *string,
@@ -2352,7 +2352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
&nrqlalertcondition.NrqlAlertConditionTerm {
Threshold: *f64,
@@ -2486,7 +2486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
&nrqlalertcondition.NrqlAlertConditionTimeouts {
Create: *string,
@@ -2518,7 +2518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
&nrqlalertcondition.NrqlAlertConditionWarning {
Threshold: *f64,
@@ -2638,7 +2638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionCriticalOutputReference
```
@@ -3054,7 +3054,7 @@ func InternalValue() NrqlAlertConditionCritical
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertConditionNrqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionNrqlOutputReference
```
@@ -3412,7 +3412,7 @@ func InternalValue() NrqlAlertConditionNrql
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertConditionTermList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NrqlAlertConditionTermList
```
@@ -3572,7 +3572,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertConditionTermOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NrqlAlertConditionTermOutputReference
```
@@ -4035,7 +4035,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertConditionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionTimeoutsOutputReference
```
@@ -4313,7 +4313,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition"
nrqlalertcondition.NewNrqlAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionWarningOutputReference
```
diff --git a/docs/nrqlDropRule.go.md b/docs/nrqlDropRule.go.md
index e2cbda472..d434a146a 100644
--- a/docs/nrqlDropRule.go.md
+++ b/docs/nrqlDropRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule"
nrqldroprule.NewNrqlDropRule(scope Construct, id *string, config NrqlDropRuleConfig) NrqlDropRule
```
@@ -399,7 +399,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule"
nrqldroprule.NrqlDropRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule"
nrqldroprule.NrqlDropRule_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ nrqldroprule.NrqlDropRule_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule"
nrqldroprule.NrqlDropRule_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ nrqldroprule.NrqlDropRule_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule"
nrqldroprule.NrqlDropRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -809,7 +809,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule"
&nrqldroprule.NrqlDropRuleConfig {
Connection: interface{},
diff --git a/docs/obfuscationExpression.go.md b/docs/obfuscationExpression.go.md
index da65a78df..3817a9a74 100644
--- a/docs/obfuscationExpression.go.md
+++ b/docs/obfuscationExpression.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression"
obfuscationexpression.NewObfuscationExpression(scope Construct, id *string, config ObfuscationExpressionConfig) ObfuscationExpression
```
@@ -399,7 +399,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression"
obfuscationexpression.ObfuscationExpression_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression"
obfuscationexpression.ObfuscationExpression_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ obfuscationexpression.ObfuscationExpression_IsTerraformElement(x interface{}) *b
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression"
obfuscationexpression.ObfuscationExpression_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ obfuscationexpression.ObfuscationExpression_IsTerraformResource(x interface{}) *
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression"
obfuscationexpression.ObfuscationExpression_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -798,7 +798,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression"
&obfuscationexpression.ObfuscationExpressionConfig {
Connection: interface{},
diff --git a/docs/obfuscationRule.go.md b/docs/obfuscationRule.go.md
index f2d34bd96..c1fe78741 100644
--- a/docs/obfuscationRule.go.md
+++ b/docs/obfuscationRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.NewObfuscationRule(scope Construct, id *string, config ObfuscationRuleConfig) ObfuscationRule
```
@@ -412,7 +412,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.ObfuscationRule_IsConstruct(x interface{}) *bool
```
@@ -444,7 +444,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.ObfuscationRule_IsTerraformElement(x interface{}) *bool
```
@@ -458,7 +458,7 @@ obfuscationrule.ObfuscationRule_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.ObfuscationRule_IsTerraformResource(x interface{}) *bool
```
@@ -472,7 +472,7 @@ obfuscationrule.ObfuscationRule_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.ObfuscationRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -855,7 +855,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
&obfuscationrule.ObfuscationRuleAction {
Attribute: *[]*string,
@@ -921,7 +921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
&obfuscationrule.ObfuscationRuleConfig {
Connection: interface{},
@@ -1138,7 +1138,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.NewObfuscationRuleActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ObfuscationRuleActionList
```
@@ -1298,7 +1298,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule"
obfuscationrule.NewObfuscationRuleActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ObfuscationRuleActionOutputReference
```
diff --git a/docs/oneDashboard.go.md b/docs/oneDashboard.go.md
index 1804c9c7c..92edd6c21 100644
--- a/docs/oneDashboard.go.md
+++ b/docs/oneDashboard.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboard(scope Construct, id *string, config OneDashboardConfig) OneDashboard
```
@@ -439,7 +439,7 @@ func ResetVariable()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.OneDashboard_IsConstruct(x interface{}) *bool
```
@@ -471,7 +471,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.OneDashboard_IsTerraformElement(x interface{}) *bool
```
@@ -485,7 +485,7 @@ onedashboard.OneDashboard_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.OneDashboard_IsTerraformResource(x interface{}) *bool
```
@@ -499,7 +499,7 @@ onedashboard.OneDashboard_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.OneDashboard_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -904,7 +904,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardConfig {
Connection: interface{},
@@ -1119,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPage {
Name: *string,
@@ -1393,7 +1393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetArea {
Column: *f64,
@@ -1405,7 +1405,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetAreaInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetAreaInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -1663,7 +1663,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaColors {
Color: *string,
@@ -1711,7 +1711,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaColorsSeriesOverrides {
Color: *string,
@@ -1761,7 +1761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaDataFormat {
Name: *string,
@@ -1843,7 +1843,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaInitialSorting {
Direction: *string,
@@ -1893,7 +1893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaNrqlQuery {
Query: *string,
@@ -1943,7 +1943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaNullValues {
NullValue: *string,
@@ -1991,7 +1991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaNullValuesSeriesOverrides {
NullValue: *string,
@@ -2041,7 +2041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaUnits {
SeriesOverrides: interface{},
@@ -2089,7 +2089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetAreaUnitsSeriesOverrides {
SeriesName: *string,
@@ -2139,7 +2139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBar {
Column: *f64,
@@ -2152,7 +2152,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FilterCurrentDashboard: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetBarInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetBarInitialSorting,
LegendEnabled: interface{},
LinkedEntityGuids: *[]*string,
NullValues: interface{},
@@ -2441,7 +2441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarColors {
Color: *string,
@@ -2489,7 +2489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarColorsSeriesOverrides {
Color: *string,
@@ -2539,7 +2539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarDataFormat {
Name: *string,
@@ -2621,7 +2621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarInitialSorting {
Direction: *string,
@@ -2671,7 +2671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarNrqlQuery {
Query: *string,
@@ -2721,7 +2721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarNullValues {
NullValue: *string,
@@ -2769,7 +2769,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarNullValuesSeriesOverrides {
NullValue: *string,
@@ -2819,7 +2819,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarUnits {
SeriesOverrides: interface{},
@@ -2867,7 +2867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBarUnitsSeriesOverrides {
SeriesName: *string,
@@ -2917,7 +2917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboard {
Column: *f64,
@@ -2930,7 +2930,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetBillboardInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetBillboardInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -3219,7 +3219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardColors {
Color: *string,
@@ -3267,7 +3267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardColorsSeriesOverrides {
Color: *string,
@@ -3317,7 +3317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardDataFormat {
Name: *string,
@@ -3399,7 +3399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardInitialSorting {
Direction: *string,
@@ -3449,7 +3449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardNrqlQuery {
Query: *string,
@@ -3499,7 +3499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardNullValues {
NullValue: *string,
@@ -3547,7 +3547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardNullValuesSeriesOverrides {
NullValue: *string,
@@ -3597,7 +3597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardUnits {
SeriesOverrides: interface{},
@@ -3645,7 +3645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBillboardUnitsSeriesOverrides {
SeriesName: *string,
@@ -3695,7 +3695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBullet {
Column: *f64,
@@ -3708,7 +3708,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetBulletInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetBulletInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -3981,7 +3981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletColors {
Color: *string,
@@ -4029,7 +4029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletColorsSeriesOverrides {
Color: *string,
@@ -4079,7 +4079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletDataFormat {
Name: *string,
@@ -4161,7 +4161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletInitialSorting {
Direction: *string,
@@ -4211,7 +4211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletNrqlQuery {
Query: *string,
@@ -4261,7 +4261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletNullValues {
NullValue: *string,
@@ -4309,7 +4309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletNullValuesSeriesOverrides {
NullValue: *string,
@@ -4359,7 +4359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletUnits {
SeriesOverrides: interface{},
@@ -4407,7 +4407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetBulletUnitsSeriesOverrides {
SeriesName: *string,
@@ -4457,7 +4457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnel {
Column: *f64,
@@ -4469,7 +4469,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetFunnelInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetFunnelInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -4727,7 +4727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelColors {
Color: *string,
@@ -4775,7 +4775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelColorsSeriesOverrides {
Color: *string,
@@ -4825,7 +4825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelDataFormat {
Name: *string,
@@ -4907,7 +4907,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelInitialSorting {
Direction: *string,
@@ -4957,7 +4957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelNrqlQuery {
Query: *string,
@@ -5007,7 +5007,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelNullValues {
NullValue: *string,
@@ -5055,7 +5055,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelNullValuesSeriesOverrides {
NullValue: *string,
@@ -5105,7 +5105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelUnits {
SeriesOverrides: interface{},
@@ -5153,7 +5153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetFunnelUnitsSeriesOverrides {
SeriesName: *string,
@@ -5203,7 +5203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmap {
Column: *f64,
@@ -5216,7 +5216,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FilterCurrentDashboard: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetHeatmapInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetHeatmapInitialSorting,
LegendEnabled: interface{},
LinkedEntityGuids: *[]*string,
NullValues: interface{},
@@ -5505,7 +5505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapColors {
Color: *string,
@@ -5553,7 +5553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapColorsSeriesOverrides {
Color: *string,
@@ -5603,7 +5603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapDataFormat {
Name: *string,
@@ -5685,7 +5685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapInitialSorting {
Direction: *string,
@@ -5735,7 +5735,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapNrqlQuery {
Query: *string,
@@ -5785,7 +5785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapNullValues {
NullValue: *string,
@@ -5833,7 +5833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides {
NullValue: *string,
@@ -5883,7 +5883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapUnits {
SeriesOverrides: interface{},
@@ -5931,7 +5931,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHeatmapUnitsSeriesOverrides {
SeriesName: *string,
@@ -5981,7 +5981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogram {
Column: *f64,
@@ -5993,7 +5993,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetHistogramInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetHistogramInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -6251,7 +6251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramColors {
Color: *string,
@@ -6299,7 +6299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramColorsSeriesOverrides {
Color: *string,
@@ -6349,7 +6349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramDataFormat {
Name: *string,
@@ -6431,7 +6431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramInitialSorting {
Direction: *string,
@@ -6481,7 +6481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramNrqlQuery {
Query: *string,
@@ -6531,7 +6531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramNullValues {
NullValue: *string,
@@ -6579,7 +6579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramNullValuesSeriesOverrides {
NullValue: *string,
@@ -6629,7 +6629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramUnits {
SeriesOverrides: interface{},
@@ -6677,7 +6677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetHistogramUnitsSeriesOverrides {
SeriesName: *string,
@@ -6727,7 +6727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJson {
Column: *f64,
@@ -6739,7 +6739,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetJsonInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetJsonInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -6997,7 +6997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonColors {
Color: *string,
@@ -7045,7 +7045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonColorsSeriesOverrides {
Color: *string,
@@ -7095,7 +7095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonDataFormat {
Name: *string,
@@ -7177,7 +7177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonInitialSorting {
Direction: *string,
@@ -7227,7 +7227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonNrqlQuery {
Query: *string,
@@ -7277,7 +7277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonNullValues {
NullValue: *string,
@@ -7325,7 +7325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonNullValuesSeriesOverrides {
NullValue: *string,
@@ -7375,7 +7375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonUnits {
SeriesOverrides: interface{},
@@ -7423,7 +7423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetJsonUnitsSeriesOverrides {
SeriesName: *string,
@@ -7473,7 +7473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLine {
Column: *f64,
@@ -7485,7 +7485,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetLineInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetLineInitialSorting,
IsLabelVisible: interface{},
LegendEnabled: interface{},
NullValues: interface{},
@@ -7496,7 +7496,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
YAxisLeftMax: *f64,
YAxisLeftMin: *f64,
YAxisLeftZero: interface{},
- YAxisRight: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetLineYAxisRight,
+ YAxisRight: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetLineYAxisRight,
}
```
@@ -7807,7 +7807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineColors {
Color: *string,
@@ -7855,7 +7855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineColorsSeriesOverrides {
Color: *string,
@@ -7905,7 +7905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineDataFormat {
Name: *string,
@@ -7987,7 +7987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineInitialSorting {
Direction: *string,
@@ -8037,7 +8037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineNrqlQuery {
Query: *string,
@@ -8087,7 +8087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineNullValues {
NullValue: *string,
@@ -8135,7 +8135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineNullValuesSeriesOverrides {
NullValue: *string,
@@ -8185,7 +8185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineThreshold {
From: *string,
@@ -8267,7 +8267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineUnits {
SeriesOverrides: interface{},
@@ -8315,7 +8315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineUnitsSeriesOverrides {
SeriesName: *string,
@@ -8365,7 +8365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLineYAxisRight {
YAxisRightMax: *f64,
@@ -8447,7 +8447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTable {
Column: *f64,
@@ -8459,7 +8459,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetLogTableInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetLogTableInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -8717,7 +8717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableColors {
Color: *string,
@@ -8765,7 +8765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableColorsSeriesOverrides {
Color: *string,
@@ -8815,7 +8815,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableDataFormat {
Name: *string,
@@ -8897,7 +8897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableInitialSorting {
Direction: *string,
@@ -8947,7 +8947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableNrqlQuery {
Query: *string,
@@ -8997,7 +8997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableNullValues {
NullValue: *string,
@@ -9045,7 +9045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableNullValuesSeriesOverrides {
NullValue: *string,
@@ -9095,7 +9095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableUnits {
SeriesOverrides: interface{},
@@ -9143,7 +9143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetLogTableUnitsSeriesOverrides {
SeriesName: *string,
@@ -9193,7 +9193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdown {
Column: *f64,
@@ -9205,7 +9205,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetMarkdownInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetMarkdownInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -9461,7 +9461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownColors {
Color: *string,
@@ -9509,7 +9509,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownColorsSeriesOverrides {
Color: *string,
@@ -9559,7 +9559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownDataFormat {
Name: *string,
@@ -9641,7 +9641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownInitialSorting {
Direction: *string,
@@ -9691,7 +9691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownNullValues {
NullValue: *string,
@@ -9739,7 +9739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides {
NullValue: *string,
@@ -9789,7 +9789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownUnits {
SeriesOverrides: interface{},
@@ -9837,7 +9837,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetMarkdownUnitsSeriesOverrides {
SeriesName: *string,
@@ -9887,7 +9887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPie {
Column: *f64,
@@ -9900,7 +9900,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FilterCurrentDashboard: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetPieInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetPieInitialSorting,
LegendEnabled: interface{},
LinkedEntityGuids: *[]*string,
NullValues: interface{},
@@ -10189,7 +10189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieColors {
Color: *string,
@@ -10237,7 +10237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieColorsSeriesOverrides {
Color: *string,
@@ -10287,7 +10287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieDataFormat {
Name: *string,
@@ -10369,7 +10369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieInitialSorting {
Direction: *string,
@@ -10419,7 +10419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieNrqlQuery {
Query: *string,
@@ -10469,7 +10469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieNullValues {
NullValue: *string,
@@ -10517,7 +10517,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieNullValuesSeriesOverrides {
NullValue: *string,
@@ -10567,7 +10567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieUnits {
SeriesOverrides: interface{},
@@ -10615,7 +10615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetPieUnitsSeriesOverrides {
SeriesName: *string,
@@ -10665,7 +10665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBar {
Column: *f64,
@@ -10677,7 +10677,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FacetShowOtherSeries: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetStackedBarInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetStackedBarInitialSorting,
LegendEnabled: interface{},
NullValues: interface{},
RefreshRate: *string,
@@ -10935,7 +10935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarColors {
Color: *string,
@@ -10983,7 +10983,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarColorsSeriesOverrides {
Color: *string,
@@ -11033,7 +11033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarDataFormat {
Name: *string,
@@ -11115,7 +11115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarInitialSorting {
Direction: *string,
@@ -11165,7 +11165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarNrqlQuery {
Query: *string,
@@ -11215,7 +11215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarNullValues {
NullValue: *string,
@@ -11263,7 +11263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides {
NullValue: *string,
@@ -11313,7 +11313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarUnits {
SeriesOverrides: interface{},
@@ -11361,7 +11361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetStackedBarUnitsSeriesOverrides {
SeriesName: *string,
@@ -11411,7 +11411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTable {
Column: *f64,
@@ -11424,7 +11424,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
FilterCurrentDashboard: interface{},
Height: *f64,
IgnoreTimeRange: interface{},
- InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetTableInitialSorting,
+ InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetTableInitialSorting,
LegendEnabled: interface{},
LinkedEntityGuids: *[]*string,
NullValues: interface{},
@@ -11729,7 +11729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableColors {
Color: *string,
@@ -11777,7 +11777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableColorsSeriesOverrides {
Color: *string,
@@ -11827,7 +11827,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableDataFormat {
Name: *string,
@@ -11909,7 +11909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableInitialSorting {
Direction: *string,
@@ -11959,7 +11959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableNrqlQuery {
Query: *string,
@@ -12009,7 +12009,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableNullValues {
NullValue: *string,
@@ -12057,7 +12057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableNullValuesSeriesOverrides {
NullValue: *string,
@@ -12107,7 +12107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableThreshold {
ColumnName: *string,
@@ -12189,7 +12189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableUnits {
SeriesOverrides: interface{},
@@ -12237,7 +12237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardPageWidgetTableUnitsSeriesOverrides {
SeriesName: *string,
@@ -12287,7 +12287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardVariable {
Name: *string,
@@ -12297,7 +12297,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
DefaultValues: *[]*string,
IsMultiSelection: interface{},
Item: interface{},
- NrqlQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardVariableNrqlQuery,
+ NrqlQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardVariableNrqlQuery,
Options: interface{},
}
```
@@ -12449,7 +12449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardVariableItem {
Value: *string,
@@ -12499,7 +12499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardVariableNrqlQuery {
Query: *string,
@@ -12549,7 +12549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
&onedashboard.OneDashboardVariableOptions {
Excluded: interface{},
@@ -12605,7 +12605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageList
```
@@ -12765,7 +12765,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageOutputReference
```
@@ -13682,7 +13682,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaColorsList
```
@@ -13842,7 +13842,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaColorsOutputReference
```
@@ -14180,7 +14180,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaColorsSeriesOverridesList
```
@@ -14340,7 +14340,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaColorsSeriesOverridesOutputReference
```
@@ -14665,7 +14665,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaDataFormatList
```
@@ -14825,7 +14825,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaDataFormatOutputReference
```
@@ -15194,7 +15194,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetAreaInitialSortingOutputReference
```
@@ -15487,7 +15487,7 @@ func InternalValue() OneDashboardPageWidgetAreaInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaList
```
@@ -15647,7 +15647,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNrqlQueryList
```
@@ -15807,7 +15807,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNrqlQueryOutputReference
```
@@ -16125,7 +16125,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNullValuesList
```
@@ -16285,7 +16285,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNullValuesOutputReference
```
@@ -16623,7 +16623,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNullValuesSeriesOverridesList
```
@@ -16783,7 +16783,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNullValuesSeriesOverridesOutputReference
```
@@ -17108,7 +17108,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaOutputReference
```
@@ -17929,7 +17929,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaUnitsList
```
@@ -18089,7 +18089,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaUnitsOutputReference
```
@@ -18427,7 +18427,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaUnitsSeriesOverridesList
```
@@ -18587,7 +18587,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetAreaUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaUnitsSeriesOverridesOutputReference
```
@@ -18912,7 +18912,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarColorsList
```
@@ -19072,7 +19072,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarColorsOutputReference
```
@@ -19410,7 +19410,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarColorsSeriesOverridesList
```
@@ -19570,7 +19570,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarColorsSeriesOverridesOutputReference
```
@@ -19895,7 +19895,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarDataFormatList
```
@@ -20055,7 +20055,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarDataFormatOutputReference
```
@@ -20424,7 +20424,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetBarInitialSortingOutputReference
```
@@ -20717,7 +20717,7 @@ func InternalValue() OneDashboardPageWidgetBarInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarList
```
@@ -20877,7 +20877,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNrqlQueryList
```
@@ -21037,7 +21037,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNrqlQueryOutputReference
```
@@ -21355,7 +21355,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNullValuesList
```
@@ -21515,7 +21515,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNullValuesOutputReference
```
@@ -21853,7 +21853,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNullValuesSeriesOverridesList
```
@@ -22013,7 +22013,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNullValuesSeriesOverridesOutputReference
```
@@ -22338,7 +22338,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarOutputReference
```
@@ -23217,7 +23217,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarUnitsList
```
@@ -23377,7 +23377,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarUnitsOutputReference
```
@@ -23715,7 +23715,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarUnitsSeriesOverridesList
```
@@ -23875,7 +23875,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBarUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarUnitsSeriesOverridesOutputReference
```
@@ -24200,7 +24200,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardColorsList
```
@@ -24360,7 +24360,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardColorsOutputReference
```
@@ -24698,7 +24698,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardColorsSeriesOverridesList
```
@@ -24858,7 +24858,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardColorsSeriesOverridesOutputReference
```
@@ -25183,7 +25183,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardDataFormatList
```
@@ -25343,7 +25343,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardDataFormatOutputReference
```
@@ -25712,7 +25712,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetBillboardInitialSortingOutputReference
```
@@ -26005,7 +26005,7 @@ func InternalValue() OneDashboardPageWidgetBillboardInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardList
```
@@ -26165,7 +26165,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNrqlQueryList
```
@@ -26325,7 +26325,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNrqlQueryOutputReference
```
@@ -26643,7 +26643,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNullValuesList
```
@@ -26803,7 +26803,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNullValuesOutputReference
```
@@ -27141,7 +27141,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNullValuesSeriesOverridesList
```
@@ -27301,7 +27301,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNullValuesSeriesOverridesOutputReference
```
@@ -27626,7 +27626,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardOutputReference
```
@@ -28505,7 +28505,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardUnitsList
```
@@ -28665,7 +28665,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardUnitsOutputReference
```
@@ -29003,7 +29003,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardUnitsSeriesOverridesList
```
@@ -29163,7 +29163,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBillboardUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardUnitsSeriesOverridesOutputReference
```
@@ -29488,7 +29488,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletColorsList
```
@@ -29648,7 +29648,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletColorsOutputReference
```
@@ -29986,7 +29986,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletColorsSeriesOverridesList
```
@@ -30146,7 +30146,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletColorsSeriesOverridesOutputReference
```
@@ -30471,7 +30471,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletDataFormatList
```
@@ -30631,7 +30631,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletDataFormatOutputReference
```
@@ -31000,7 +31000,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetBulletInitialSortingOutputReference
```
@@ -31293,7 +31293,7 @@ func InternalValue() OneDashboardPageWidgetBulletInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletList
```
@@ -31453,7 +31453,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNrqlQueryList
```
@@ -31613,7 +31613,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNrqlQueryOutputReference
```
@@ -31931,7 +31931,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNullValuesList
```
@@ -32091,7 +32091,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNullValuesOutputReference
```
@@ -32429,7 +32429,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNullValuesSeriesOverridesList
```
@@ -32589,7 +32589,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNullValuesSeriesOverridesOutputReference
```
@@ -32914,7 +32914,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletOutputReference
```
@@ -33757,7 +33757,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletUnitsList
```
@@ -33917,7 +33917,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletUnitsOutputReference
```
@@ -34255,7 +34255,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletUnitsSeriesOverridesList
```
@@ -34415,7 +34415,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetBulletUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletUnitsSeriesOverridesOutputReference
```
@@ -34740,7 +34740,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelColorsList
```
@@ -34900,7 +34900,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelColorsOutputReference
```
@@ -35238,7 +35238,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelColorsSeriesOverridesList
```
@@ -35398,7 +35398,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelColorsSeriesOverridesOutputReference
```
@@ -35723,7 +35723,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelDataFormatList
```
@@ -35883,7 +35883,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelDataFormatOutputReference
```
@@ -36252,7 +36252,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetFunnelInitialSortingOutputReference
```
@@ -36545,7 +36545,7 @@ func InternalValue() OneDashboardPageWidgetFunnelInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelList
```
@@ -36705,7 +36705,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNrqlQueryList
```
@@ -36865,7 +36865,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNrqlQueryOutputReference
```
@@ -37183,7 +37183,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNullValuesList
```
@@ -37343,7 +37343,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNullValuesOutputReference
```
@@ -37681,7 +37681,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNullValuesSeriesOverridesList
```
@@ -37841,7 +37841,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNullValuesSeriesOverridesOutputReference
```
@@ -38166,7 +38166,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelOutputReference
```
@@ -38987,7 +38987,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelUnitsList
```
@@ -39147,7 +39147,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelUnitsOutputReference
```
@@ -39485,7 +39485,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelUnitsSeriesOverridesList
```
@@ -39645,7 +39645,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetFunnelUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelUnitsSeriesOverridesOutputReference
```
@@ -39970,7 +39970,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapColorsList
```
@@ -40130,7 +40130,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapColorsOutputReference
```
@@ -40468,7 +40468,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapColorsSeriesOverridesList
```
@@ -40628,7 +40628,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapColorsSeriesOverridesOutputReference
```
@@ -40953,7 +40953,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapDataFormatList
```
@@ -41113,7 +41113,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapDataFormatOutputReference
```
@@ -41482,7 +41482,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetHeatmapInitialSortingOutputReference
```
@@ -41775,7 +41775,7 @@ func InternalValue() OneDashboardPageWidgetHeatmapInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapList
```
@@ -41935,7 +41935,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNrqlQueryList
```
@@ -42095,7 +42095,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNrqlQueryOutputReference
```
@@ -42413,7 +42413,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNullValuesList
```
@@ -42573,7 +42573,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNullValuesOutputReference
```
@@ -42911,7 +42911,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNullValuesSeriesOverridesList
```
@@ -43071,7 +43071,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNullValuesSeriesOverridesOutputReference
```
@@ -43396,7 +43396,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapOutputReference
```
@@ -44275,7 +44275,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapUnitsList
```
@@ -44435,7 +44435,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapUnitsOutputReference
```
@@ -44773,7 +44773,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapUnitsSeriesOverridesList
```
@@ -44933,7 +44933,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHeatmapUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapUnitsSeriesOverridesOutputReference
```
@@ -45258,7 +45258,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramColorsList
```
@@ -45418,7 +45418,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramColorsOutputReference
```
@@ -45756,7 +45756,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramColorsSeriesOverridesList
```
@@ -45916,7 +45916,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramColorsSeriesOverridesOutputReference
```
@@ -46241,7 +46241,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramDataFormatList
```
@@ -46401,7 +46401,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramDataFormatOutputReference
```
@@ -46770,7 +46770,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetHistogramInitialSortingOutputReference
```
@@ -47063,7 +47063,7 @@ func InternalValue() OneDashboardPageWidgetHistogramInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramList
```
@@ -47223,7 +47223,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNrqlQueryList
```
@@ -47383,7 +47383,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNrqlQueryOutputReference
```
@@ -47701,7 +47701,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNullValuesList
```
@@ -47861,7 +47861,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNullValuesOutputReference
```
@@ -48199,7 +48199,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNullValuesSeriesOverridesList
```
@@ -48359,7 +48359,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNullValuesSeriesOverridesOutputReference
```
@@ -48684,7 +48684,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramOutputReference
```
@@ -49505,7 +49505,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramUnitsList
```
@@ -49665,7 +49665,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramUnitsOutputReference
```
@@ -50003,7 +50003,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramUnitsSeriesOverridesList
```
@@ -50163,7 +50163,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetHistogramUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramUnitsSeriesOverridesOutputReference
```
@@ -50488,7 +50488,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonColorsList
```
@@ -50648,7 +50648,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonColorsOutputReference
```
@@ -50986,7 +50986,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonColorsSeriesOverridesList
```
@@ -51146,7 +51146,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonColorsSeriesOverridesOutputReference
```
@@ -51471,7 +51471,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonDataFormatList
```
@@ -51631,7 +51631,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonDataFormatOutputReference
```
@@ -52000,7 +52000,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetJsonInitialSortingOutputReference
```
@@ -52293,7 +52293,7 @@ func InternalValue() OneDashboardPageWidgetJsonInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonList
```
@@ -52453,7 +52453,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNrqlQueryList
```
@@ -52613,7 +52613,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNrqlQueryOutputReference
```
@@ -52931,7 +52931,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNullValuesList
```
@@ -53091,7 +53091,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNullValuesOutputReference
```
@@ -53429,7 +53429,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNullValuesSeriesOverridesList
```
@@ -53589,7 +53589,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNullValuesSeriesOverridesOutputReference
```
@@ -53914,7 +53914,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonOutputReference
```
@@ -54735,7 +54735,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonUnitsList
```
@@ -54895,7 +54895,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonUnitsOutputReference
```
@@ -55233,7 +55233,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonUnitsSeriesOverridesList
```
@@ -55393,7 +55393,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetJsonUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonUnitsSeriesOverridesOutputReference
```
@@ -55718,7 +55718,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineColorsList
```
@@ -55878,7 +55878,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineColorsOutputReference
```
@@ -56216,7 +56216,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineColorsSeriesOverridesList
```
@@ -56376,7 +56376,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineColorsSeriesOverridesOutputReference
```
@@ -56701,7 +56701,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineDataFormatList
```
@@ -56861,7 +56861,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineDataFormatOutputReference
```
@@ -57230,7 +57230,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetLineInitialSortingOutputReference
```
@@ -57523,7 +57523,7 @@ func InternalValue() OneDashboardPageWidgetLineInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineList
```
@@ -57683,7 +57683,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNrqlQueryList
```
@@ -57843,7 +57843,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNrqlQueryOutputReference
```
@@ -58161,7 +58161,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNullValuesList
```
@@ -58321,7 +58321,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNullValuesOutputReference
```
@@ -58659,7 +58659,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNullValuesSeriesOverridesList
```
@@ -58819,7 +58819,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNullValuesSeriesOverridesOutputReference
```
@@ -59144,7 +59144,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineOutputReference
```
@@ -60107,7 +60107,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineThresholdList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineThresholdList
```
@@ -60267,7 +60267,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineThresholdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineThresholdOutputReference
```
@@ -60650,7 +60650,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineUnitsList
```
@@ -60810,7 +60810,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineUnitsOutputReference
```
@@ -61148,7 +61148,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineUnitsSeriesOverridesList
```
@@ -61308,7 +61308,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineUnitsSeriesOverridesOutputReference
```
@@ -61633,7 +61633,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLineYAxisRightOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetLineYAxisRightOutputReference
```
@@ -61998,7 +61998,7 @@ func InternalValue() OneDashboardPageWidgetLineYAxisRight
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableColorsList
```
@@ -62158,7 +62158,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableColorsOutputReference
```
@@ -62496,7 +62496,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableColorsSeriesOverridesList
```
@@ -62656,7 +62656,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableColorsSeriesOverridesOutputReference
```
@@ -62981,7 +62981,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableDataFormatList
```
@@ -63141,7 +63141,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableDataFormatOutputReference
```
@@ -63510,7 +63510,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetLogTableInitialSortingOutputReference
```
@@ -63803,7 +63803,7 @@ func InternalValue() OneDashboardPageWidgetLogTableInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableList
```
@@ -63963,7 +63963,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNrqlQueryList
```
@@ -64123,7 +64123,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNrqlQueryOutputReference
```
@@ -64441,7 +64441,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNullValuesList
```
@@ -64601,7 +64601,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNullValuesOutputReference
```
@@ -64939,7 +64939,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNullValuesSeriesOverridesList
```
@@ -65099,7 +65099,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNullValuesSeriesOverridesOutputReference
```
@@ -65424,7 +65424,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableOutputReference
```
@@ -66245,7 +66245,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableUnitsList
```
@@ -66405,7 +66405,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableUnitsOutputReference
```
@@ -66743,7 +66743,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableUnitsSeriesOverridesList
```
@@ -66903,7 +66903,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetLogTableUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableUnitsSeriesOverridesOutputReference
```
@@ -67228,7 +67228,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownColorsList
```
@@ -67388,7 +67388,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownColorsOutputReference
```
@@ -67726,7 +67726,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownColorsSeriesOverridesList
```
@@ -67886,7 +67886,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownColorsSeriesOverridesOutputReference
```
@@ -68211,7 +68211,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownDataFormatList
```
@@ -68371,7 +68371,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownDataFormatOutputReference
```
@@ -68740,7 +68740,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetMarkdownInitialSortingOutputReference
```
@@ -69033,7 +69033,7 @@ func InternalValue() OneDashboardPageWidgetMarkdownInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownList
```
@@ -69193,7 +69193,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownNullValuesList
```
@@ -69353,7 +69353,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownNullValuesOutputReference
```
@@ -69691,7 +69691,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList
```
@@ -69851,7 +69851,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesOutputReference
```
@@ -70176,7 +70176,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownOutputReference
```
@@ -70984,7 +70984,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownUnitsList
```
@@ -71144,7 +71144,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownUnitsOutputReference
```
@@ -71482,7 +71482,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownUnitsSeriesOverridesList
```
@@ -71642,7 +71642,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetMarkdownUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownUnitsSeriesOverridesOutputReference
```
@@ -71967,7 +71967,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieColorsList
```
@@ -72127,7 +72127,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieColorsOutputReference
```
@@ -72465,7 +72465,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieColorsSeriesOverridesList
```
@@ -72625,7 +72625,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieColorsSeriesOverridesOutputReference
```
@@ -72950,7 +72950,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieDataFormatList
```
@@ -73110,7 +73110,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieDataFormatOutputReference
```
@@ -73479,7 +73479,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetPieInitialSortingOutputReference
```
@@ -73772,7 +73772,7 @@ func InternalValue() OneDashboardPageWidgetPieInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieList
```
@@ -73932,7 +73932,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNrqlQueryList
```
@@ -74092,7 +74092,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNrqlQueryOutputReference
```
@@ -74410,7 +74410,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNullValuesList
```
@@ -74570,7 +74570,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNullValuesOutputReference
```
@@ -74908,7 +74908,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNullValuesSeriesOverridesList
```
@@ -75068,7 +75068,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNullValuesSeriesOverridesOutputReference
```
@@ -75393,7 +75393,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieOutputReference
```
@@ -76272,7 +76272,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieUnitsList
```
@@ -76432,7 +76432,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieUnitsOutputReference
```
@@ -76770,7 +76770,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieUnitsSeriesOverridesList
```
@@ -76930,7 +76930,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetPieUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieUnitsSeriesOverridesOutputReference
```
@@ -77255,7 +77255,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarColorsList
```
@@ -77415,7 +77415,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarColorsOutputReference
```
@@ -77753,7 +77753,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarColorsSeriesOverridesList
```
@@ -77913,7 +77913,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarColorsSeriesOverridesOutputReference
```
@@ -78238,7 +78238,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarDataFormatList
```
@@ -78398,7 +78398,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarDataFormatOutputReference
```
@@ -78767,7 +78767,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetStackedBarInitialSortingOutputReference
```
@@ -79060,7 +79060,7 @@ func InternalValue() OneDashboardPageWidgetStackedBarInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarList
```
@@ -79220,7 +79220,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNrqlQueryList
```
@@ -79380,7 +79380,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNrqlQueryOutputReference
```
@@ -79698,7 +79698,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNullValuesList
```
@@ -79858,7 +79858,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNullValuesOutputReference
```
@@ -80196,7 +80196,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList
```
@@ -80356,7 +80356,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesOutputReference
```
@@ -80681,7 +80681,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarOutputReference
```
@@ -81502,7 +81502,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarUnitsList
```
@@ -81662,7 +81662,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarUnitsOutputReference
```
@@ -82000,7 +82000,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarUnitsSeriesOverridesList
```
@@ -82160,7 +82160,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetStackedBarUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarUnitsSeriesOverridesOutputReference
```
@@ -82485,7 +82485,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableColorsList
```
@@ -82645,7 +82645,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableColorsOutputReference
```
@@ -82983,7 +82983,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableColorsSeriesOverridesList
```
@@ -83143,7 +83143,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableColorsSeriesOverridesOutputReference
```
@@ -83468,7 +83468,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableDataFormatList
```
@@ -83628,7 +83628,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableDataFormatOutputReference
```
@@ -83997,7 +83997,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetTableInitialSortingOutputReference
```
@@ -84290,7 +84290,7 @@ func InternalValue() OneDashboardPageWidgetTableInitialSorting
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableList
```
@@ -84450,7 +84450,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNrqlQueryList
```
@@ -84610,7 +84610,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNrqlQueryOutputReference
```
@@ -84928,7 +84928,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNullValuesList
```
@@ -85088,7 +85088,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNullValuesOutputReference
```
@@ -85426,7 +85426,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNullValuesSeriesOverridesList
```
@@ -85586,7 +85586,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNullValuesSeriesOverridesOutputReference
```
@@ -85911,7 +85911,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableOutputReference
```
@@ -86832,7 +86832,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableThresholdList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableThresholdList
```
@@ -86992,7 +86992,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableThresholdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableThresholdOutputReference
```
@@ -87375,7 +87375,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableUnitsList
```
@@ -87535,7 +87535,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableUnitsOutputReference
```
@@ -87873,7 +87873,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableUnitsSeriesOverridesList
```
@@ -88033,7 +88033,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardPageWidgetTableUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableUnitsSeriesOverridesOutputReference
```
@@ -88358,7 +88358,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableItemList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableItemList
```
@@ -88518,7 +88518,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableItemOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardVariableItemOutputReference
```
@@ -88836,7 +88836,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableList
```
@@ -88996,7 +88996,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardVariableNrqlQueryOutputReference
```
@@ -89296,7 +89296,7 @@ func InternalValue() OneDashboardVariableNrqlQuery
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableOptionsList
```
@@ -89456,7 +89456,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardVariableOptionsOutputReference
```
@@ -89781,7 +89781,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard"
onedashboard.NewOneDashboardVariableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardVariableOutputReference
```
diff --git a/docs/oneDashboardJson.go.md b/docs/oneDashboardJson.go.md
index 96c2a8682..6e9f37077 100644
--- a/docs/oneDashboardJson.go.md
+++ b/docs/oneDashboardJson.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
onedashboardjson.NewOneDashboardJson(scope Construct, id *string, config OneDashboardJsonConfig) OneDashboardJson
```
@@ -412,7 +412,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
onedashboardjson.OneDashboardJson_IsConstruct(x interface{}) *bool
```
@@ -444,7 +444,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
onedashboardjson.OneDashboardJson_IsTerraformElement(x interface{}) *bool
```
@@ -458,7 +458,7 @@ onedashboardjson.OneDashboardJson_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
onedashboardjson.OneDashboardJson_IsTerraformResource(x interface{}) *bool
```
@@ -472,7 +472,7 @@ onedashboardjson.OneDashboardJson_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
onedashboardjson.OneDashboardJson_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -822,7 +822,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
&onedashboardjson.OneDashboardJsonConfig {
Connection: interface{},
@@ -835,7 +835,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjso
Json: *string,
AccountId: *f64,
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboardJson.OneDashboardJsonTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboardJson.OneDashboardJsonTimeouts,
}
```
@@ -989,7 +989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
&onedashboardjson.OneDashboardJsonTimeouts {
Create: *string,
@@ -1037,7 +1037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson"
onedashboardjson.NewOneDashboardJsonTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardJsonTimeoutsOutputReference
```
diff --git a/docs/oneDashboardRaw.go.md b/docs/oneDashboardRaw.go.md
index f2815ef80..28e13be10 100644
--- a/docs/oneDashboardRaw.go.md
+++ b/docs/oneDashboardRaw.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.NewOneDashboardRaw(scope Construct, id *string, config OneDashboardRawConfig) OneDashboardRaw
```
@@ -419,7 +419,7 @@ func ResetPermissions()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.OneDashboardRaw_IsConstruct(x interface{}) *bool
```
@@ -451,7 +451,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.OneDashboardRaw_IsTerraformElement(x interface{}) *bool
```
@@ -465,7 +465,7 @@ onedashboardraw.OneDashboardRaw_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.OneDashboardRaw_IsTerraformResource(x interface{}) *bool
```
@@ -479,7 +479,7 @@ onedashboardraw.OneDashboardRaw_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.OneDashboardRaw_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -862,7 +862,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
&onedashboardraw.OneDashboardRawConfig {
Connection: interface{},
@@ -1061,7 +1061,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
&onedashboardraw.OneDashboardRawPage {
Name: *string,
@@ -1127,7 +1127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
&onedashboardraw.OneDashboardRawPageWidget {
Column: *f64,
@@ -1267,7 +1267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.NewOneDashboardRawPageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardRawPageList
```
@@ -1427,7 +1427,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.NewOneDashboardRawPageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardRawPageOutputReference
```
@@ -1798,7 +1798,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.NewOneDashboardRawPageWidgetList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardRawPageWidgetList
```
@@ -1958,7 +1958,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw"
onedashboardraw.NewOneDashboardRawPageWidgetOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardRawPageWidgetOutputReference
```
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 4e63027b5..1de71515f 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider"
provider.NewNewrelicProvider(scope Construct, id *string, config NewrelicProviderConfig) NewrelicProvider
```
@@ -228,7 +228,7 @@ func ResetSyntheticsApiUrl()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider"
provider.NewrelicProvider_IsConstruct(x interface{}) *bool
```
@@ -260,7 +260,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider"
provider.NewrelicProvider_IsTerraformElement(x interface{}) *bool
```
@@ -274,7 +274,7 @@ provider.NewrelicProvider_IsTerraformElement(x interface{}) *bool
##### `IsTerraformProvider`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider"
provider.NewrelicProvider_IsTerraformProvider(x interface{}) *bool
```
@@ -288,7 +288,7 @@ provider.NewrelicProvider_IsTerraformProvider(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider"
provider.NewrelicProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -759,7 +759,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider"
&provider.NewrelicProviderConfig {
AccountId: *f64,
diff --git a/docs/serviceLevel.go.md b/docs/serviceLevel.go.md
index ac4a8e03b..d923dcad6 100644
--- a/docs/serviceLevel.go.md
+++ b/docs/serviceLevel.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevel(scope Construct, id *string, config ServiceLevelConfig) ServiceLevel
```
@@ -418,7 +418,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.ServiceLevel_IsConstruct(x interface{}) *bool
```
@@ -450,7 +450,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.ServiceLevel_IsTerraformElement(x interface{}) *bool
```
@@ -464,7 +464,7 @@ servicelevel.ServiceLevel_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.ServiceLevel_IsTerraformResource(x interface{}) *bool
```
@@ -478,7 +478,7 @@ servicelevel.ServiceLevel_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.ServiceLevel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -861,7 +861,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelConfig {
Connection: interface{},
@@ -871,10 +871,10 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
- Events: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEvents,
+ Events: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEvents,
Guid: *string,
Name: *string,
- Objective: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelObjective,
+ Objective: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjective,
Description: *string,
Id: *string,
}
@@ -1054,13 +1054,13 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEvents {
AccountId: *f64,
- ValidEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsValidEvents,
- BadEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsBadEvents,
- GoodEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsGoodEvents,
+ ValidEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsValidEvents,
+ BadEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsBadEvents,
+ GoodEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsGoodEvents,
}
```
@@ -1134,11 +1134,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEventsBadEvents {
From: *string,
- Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsBadEventsSelect,
+ Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsBadEventsSelect,
Where: *string,
}
```
@@ -1196,7 +1196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEventsBadEventsSelect {
Function: *string,
@@ -1258,11 +1258,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEventsGoodEvents {
From: *string,
- Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsGoodEventsSelect,
+ Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsGoodEventsSelect,
Where: *string,
}
```
@@ -1320,7 +1320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEventsGoodEventsSelect {
Function: *string,
@@ -1382,11 +1382,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEventsValidEvents {
From: *string,
- Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsValidEventsSelect,
+ Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsValidEventsSelect,
Where: *string,
}
```
@@ -1444,7 +1444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelEventsValidEventsSelect {
Function: *string,
@@ -1506,11 +1506,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelObjective {
Target: *f64,
- TimeWindow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelObjectiveTimeWindow,
+ TimeWindow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjectiveTimeWindow,
Description: *string,
Name: *string,
}
@@ -1582,10 +1582,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelObjectiveTimeWindow {
- Rolling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelObjectiveTimeWindowRolling,
+ Rolling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjectiveTimeWindowRolling,
}
```
@@ -1616,7 +1616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
&servicelevel.ServiceLevelObjectiveTimeWindowRolling {
Count: *f64,
@@ -1664,7 +1664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsBadEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsOutputReference
```
@@ -2006,7 +2006,7 @@ func InternalValue() ServiceLevelEventsBadEvents
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsBadEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsSelectOutputReference
```
@@ -2335,7 +2335,7 @@ func InternalValue() ServiceLevelEventsBadEventsSelect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsGoodEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsOutputReference
```
@@ -2677,7 +2677,7 @@ func InternalValue() ServiceLevelEventsGoodEvents
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsGoodEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsSelectOutputReference
```
@@ -3006,7 +3006,7 @@ func InternalValue() ServiceLevelEventsGoodEventsSelect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsOutputReference
```
@@ -3396,7 +3396,7 @@ func InternalValue() ServiceLevelEvents
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsValidEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsOutputReference
```
@@ -3738,7 +3738,7 @@ func InternalValue() ServiceLevelEventsValidEvents
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelEventsValidEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsSelectOutputReference
```
@@ -4067,7 +4067,7 @@ func InternalValue() ServiceLevelEventsValidEventsSelect
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelObjectiveOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveOutputReference
```
@@ -4431,7 +4431,7 @@ func InternalValue() ServiceLevelObjective
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelObjectiveTimeWindowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowOutputReference
```
@@ -4715,7 +4715,7 @@ func InternalValue() ServiceLevelObjectiveTimeWindow
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel"
servicelevel.NewServiceLevelObjectiveTimeWindowRollingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowRollingOutputReference
```
diff --git a/docs/syntheticsAlertCondition.go.md b/docs/syntheticsAlertCondition.go.md
index 2d9e1c1e9..091b4c5b0 100644
--- a/docs/syntheticsAlertCondition.go.md
+++ b/docs/syntheticsAlertCondition.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition"
syntheticsalertcondition.NewSyntheticsAlertCondition(scope Construct, id *string, config SyntheticsAlertConditionConfig) SyntheticsAlertCondition
```
@@ -399,7 +399,7 @@ func ResetRunbookUrl()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition"
syntheticsalertcondition.SyntheticsAlertCondition_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition"
syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformElement(x interface
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition"
syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformResource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition"
syntheticsalertcondition.SyntheticsAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -831,7 +831,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition"
&syntheticsalertcondition.SyntheticsAlertConditionConfig {
Connection: interface{},
diff --git a/docs/syntheticsBrokenLinksMonitor.go.md b/docs/syntheticsBrokenLinksMonitor.go.md
index 083f65e71..f39390167 100644
--- a/docs/syntheticsBrokenLinksMonitor.go.md
+++ b/docs/syntheticsBrokenLinksMonitor.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitor(scope Construct, id *string, config SyntheticsBrokenLinksMonitorConfig) SyntheticsBrokenLinksMonitor
```
@@ -447,7 +447,7 @@ func ResetUseUnsupportedLegacyRuntime()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsConstruct(x interface{}) *bool
```
@@ -479,7 +479,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformElement(x interface{}) *bool
```
@@ -493,7 +493,7 @@ syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformElement(x i
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformResource(x interface{}) *bool
```
@@ -507,7 +507,7 @@ syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformResource(x
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1022,7 +1022,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
&syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitorConfig {
Connection: interface{},
@@ -1321,7 +1321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
&syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitorTag {
Key: *string,
@@ -1373,7 +1373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsBrokenLinksMonitorTagList
```
@@ -1533,7 +1533,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor"
syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsBrokenLinksMonitorTagOutputReference
```
diff --git a/docs/syntheticsCertCheckMonitor.go.md b/docs/syntheticsCertCheckMonitor.go.md
index 847700b9d..362a96e48 100644
--- a/docs/syntheticsCertCheckMonitor.go.md
+++ b/docs/syntheticsCertCheckMonitor.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitor(scope Construct, id *string, config SyntheticsCertCheckMonitorConfig) SyntheticsCertCheckMonitor
```
@@ -447,7 +447,7 @@ func ResetUseUnsupportedLegacyRuntime()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsConstruct(x interface{}) *bool
```
@@ -479,7 +479,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformElement(x interface{}) *bool
```
@@ -493,7 +493,7 @@ syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformElement(x inter
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformResource(x interface{}) *bool
```
@@ -507,7 +507,7 @@ syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformResource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1033,7 +1033,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
&syntheticscertcheckmonitor.SyntheticsCertCheckMonitorConfig {
Connection: interface{},
@@ -1344,7 +1344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
&syntheticscertcheckmonitor.SyntheticsCertCheckMonitorTag {
Key: *string,
@@ -1396,7 +1396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsCertCheckMonitorTagList
```
@@ -1556,7 +1556,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor"
syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsCertCheckMonitorTagOutputReference
```
diff --git a/docs/syntheticsMonitor.go.md b/docs/syntheticsMonitor.go.md
index b54795f74..72417919d 100644
--- a/docs/syntheticsMonitor.go.md
+++ b/docs/syntheticsMonitor.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.NewSyntheticsMonitor(scope Construct, id *string, config SyntheticsMonitorConfig) SyntheticsMonitor
```
@@ -551,7 +551,7 @@ func ResetVerifySsl()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.SyntheticsMonitor_IsConstruct(x interface{}) *bool
```
@@ -583,7 +583,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.SyntheticsMonitor_IsTerraformElement(x interface{}) *bool
```
@@ -597,7 +597,7 @@ syntheticsmonitor.SyntheticsMonitor_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.SyntheticsMonitor_IsTerraformResource(x interface{}) *bool
```
@@ -611,7 +611,7 @@ syntheticsmonitor.SyntheticsMonitor_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.SyntheticsMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1379,7 +1379,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
&syntheticsmonitor.SyntheticsMonitorConfig {
Connection: interface{},
@@ -1872,7 +1872,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
&syntheticsmonitor.SyntheticsMonitorCustomHeader {
Name: *string,
@@ -1922,7 +1922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
&syntheticsmonitor.SyntheticsMonitorTag {
Key: *string,
@@ -1974,7 +1974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.NewSyntheticsMonitorCustomHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsMonitorCustomHeaderList
```
@@ -2134,7 +2134,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.NewSyntheticsMonitorCustomHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsMonitorCustomHeaderOutputReference
```
@@ -2459,7 +2459,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.NewSyntheticsMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsMonitorTagList
```
@@ -2619,7 +2619,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor"
syntheticsmonitor.NewSyntheticsMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsMonitorTagOutputReference
```
diff --git a/docs/syntheticsMultilocationAlertCondition.go.md b/docs/syntheticsMultilocationAlertCondition.go.md
index 6c3daf400..bdc88fa3a 100644
--- a/docs/syntheticsMultilocationAlertCondition.go.md
+++ b/docs/syntheticsMultilocationAlertCondition.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertCondition(scope Construct, id *string, config SyntheticsMultilocationAlertConditionConfig) SyntheticsMultilocationAlertCondition
```
@@ -439,7 +439,7 @@ func ResetWarning()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsConstruct(x interface{}) *bool
```
@@ -471,7 +471,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTerraformElement(x interface{}) *bool
```
@@ -485,7 +485,7 @@ syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTe
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTerraformResource(x interface{}) *bool
```
@@ -499,7 +499,7 @@ syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTe
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -937,7 +937,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
&syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionConfig {
Connection: interface{},
@@ -947,7 +947,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmulti
Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
- Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionCritical,
+ Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionCritical,
Entities: *[]*string,
Name: *string,
PolicyId: *f64,
@@ -955,7 +955,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmulti
Id: *string,
RunbookUrl: *string,
ViolationTimeLimitSeconds: *f64,
- Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionWarning,
+ Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionWarning,
}
```
@@ -1186,7 +1186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
&syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionCritical {
Threshold: *f64,
@@ -1220,7 +1220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
&syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionWarning {
Threshold: *f64,
@@ -1256,7 +1256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsMultilocationAlertConditionCriticalOutputReference
```
@@ -1527,7 +1527,7 @@ func InternalValue() SyntheticsMultilocationAlertConditionCritical
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition"
syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsMultilocationAlertConditionWarningOutputReference
```
diff --git a/docs/syntheticsPrivateLocation.go.md b/docs/syntheticsPrivateLocation.go.md
index 2adb6cb3f..31da19aec 100644
--- a/docs/syntheticsPrivateLocation.go.md
+++ b/docs/syntheticsPrivateLocation.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation"
syntheticsprivatelocation.NewSyntheticsPrivateLocation(scope Construct, id *string, config SyntheticsPrivateLocationConfig) SyntheticsPrivateLocation
```
@@ -399,7 +399,7 @@ func ResetVerifiedScriptExecution()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation"
syntheticsprivatelocation.SyntheticsPrivateLocation_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation"
syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformElement(x interfa
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation"
syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformResource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation"
syntheticsprivatelocation.SyntheticsPrivateLocation_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -842,7 +842,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation"
&syntheticsprivatelocation.SyntheticsPrivateLocationConfig {
Connection: interface{},
diff --git a/docs/syntheticsScriptMonitor.go.md b/docs/syntheticsScriptMonitor.go.md
index eb4c7f460..b17d6095c 100644
--- a/docs/syntheticsScriptMonitor.go.md
+++ b/docs/syntheticsScriptMonitor.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.NewSyntheticsScriptMonitor(scope Construct, id *string, config SyntheticsScriptMonitorConfig) SyntheticsScriptMonitor
```
@@ -509,7 +509,7 @@ func ResetUseUnsupportedLegacyRuntime()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.SyntheticsScriptMonitor_IsConstruct(x interface{}) *bool
```
@@ -541,7 +541,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformElement(x interface{}) *bool
```
@@ -555,7 +555,7 @@ syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformElement(x interface{}
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformResource(x interface{}) *bool
```
@@ -569,7 +569,7 @@ syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformResource(x interface{
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.SyntheticsScriptMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1238,7 +1238,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
&syntheticsscriptmonitor.SyntheticsScriptMonitorConfig {
Connection: interface{},
@@ -1651,7 +1651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
&syntheticsscriptmonitor.SyntheticsScriptMonitorLocationPrivate {
Guid: *string,
@@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
&syntheticsscriptmonitor.SyntheticsScriptMonitorTag {
Key: *string,
@@ -1753,7 +1753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.NewSyntheticsScriptMonitorLocationPrivateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorLocationPrivateList
```
@@ -1913,7 +1913,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.NewSyntheticsScriptMonitorLocationPrivateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsScriptMonitorLocationPrivateOutputReference
```
@@ -2231,7 +2231,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.NewSyntheticsScriptMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorTagList
```
@@ -2391,7 +2391,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor"
syntheticsscriptmonitor.NewSyntheticsScriptMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsScriptMonitorTagOutputReference
```
diff --git a/docs/syntheticsSecureCredential.go.md b/docs/syntheticsSecureCredential.go.md
index 8c58bd0d1..01882e3a5 100644
--- a/docs/syntheticsSecureCredential.go.md
+++ b/docs/syntheticsSecureCredential.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
syntheticssecurecredential.NewSyntheticsSecureCredential(scope Construct, id *string, config SyntheticsSecureCredentialConfig) SyntheticsSecureCredential
```
@@ -426,7 +426,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
syntheticssecurecredential.SyntheticsSecureCredential_IsConstruct(x interface{}) *bool
```
@@ -458,7 +458,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformElement(x interface{}) *bool
```
@@ -472,7 +472,7 @@ syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformElement(x inter
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformResource(x interface{}) *bool
```
@@ -486,7 +486,7 @@ syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformResource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
syntheticssecurecredential.SyntheticsSecureCredential_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -869,7 +869,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
&syntheticssecurecredential.SyntheticsSecureCredentialConfig {
Connection: interface{},
@@ -885,7 +885,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecur
Description: *string,
Id: *string,
LastUpdated: *string,
- Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.syntheticsSecureCredential.SyntheticsSecureCredentialTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.syntheticsSecureCredential.SyntheticsSecureCredentialTimeouts,
}
```
@@ -1086,7 +1086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
&syntheticssecurecredential.SyntheticsSecureCredentialTimeouts {
Read: *string,
@@ -1120,7 +1120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential"
syntheticssecurecredential.NewSyntheticsSecureCredentialTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsSecureCredentialTimeoutsOutputReference
```
diff --git a/docs/syntheticsStepMonitor.go.md b/docs/syntheticsStepMonitor.go.md
index d26fd501e..d693433c8 100644
--- a/docs/syntheticsStepMonitor.go.md
+++ b/docs/syntheticsStepMonitor.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitor(scope Construct, id *string, config SyntheticsStepMonitorConfig) SyntheticsStepMonitor
```
@@ -494,7 +494,7 @@ func ResetUseUnsupportedLegacyRuntime()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.SyntheticsStepMonitor_IsConstruct(x interface{}) *bool
```
@@ -526,7 +526,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformElement(x interface{}) *bool
```
@@ -540,7 +540,7 @@ syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformElement(x interface{}) *b
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformResource(x interface{}) *bool
```
@@ -554,7 +554,7 @@ syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformResource(x interface{}) *
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.SyntheticsStepMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1135,7 +1135,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
&syntheticsstepmonitor.SyntheticsStepMonitorConfig {
Connection: interface{},
@@ -1484,7 +1484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
&syntheticsstepmonitor.SyntheticsStepMonitorLocationPrivate {
Guid: *string,
@@ -1534,7 +1534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
&syntheticsstepmonitor.SyntheticsStepMonitorSteps {
Ordinal: *f64,
@@ -1600,7 +1600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
&syntheticsstepmonitor.SyntheticsStepMonitorTag {
Key: *string,
@@ -1652,7 +1652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitorLocationPrivateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorLocationPrivateList
```
@@ -1812,7 +1812,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitorLocationPrivateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorLocationPrivateOutputReference
```
@@ -2130,7 +2130,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitorStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorStepsList
```
@@ -2290,7 +2290,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitorStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorStepsOutputReference
```
@@ -2630,7 +2630,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorTagList
```
@@ -2790,7 +2790,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor"
syntheticsstepmonitor.NewSyntheticsStepMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorTagOutputReference
```
diff --git a/docs/user.go.md b/docs/user.go.md
index 88fa962f0..df37305e6 100644
--- a/docs/user.go.md
+++ b/docs/user.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user"
user.NewUser(scope Construct, id *string, config UserConfig) User
```
@@ -392,7 +392,7 @@ func ResetUserType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user"
user.User_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user"
user.User_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ user.User_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user"
user.User_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ user.User_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user"
user.User_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -791,7 +791,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user"
&user.UserConfig {
Connection: interface{},
diff --git a/docs/workflow.go.md b/docs/workflow.go.md
index 773f6f34e..8541e9eaa 100644
--- a/docs/workflow.go.md
+++ b/docs/workflow.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflow(scope Construct, id *string, config WorkflowConfig) Workflow
```
@@ -459,7 +459,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.Workflow_IsConstruct(x interface{}) *bool
```
@@ -491,7 +491,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.Workflow_IsTerraformElement(x interface{}) *bool
```
@@ -505,7 +505,7 @@ workflow.Workflow_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.Workflow_IsTerraformResource(x interface{}) *bool
```
@@ -519,7 +519,7 @@ workflow.Workflow_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.Workflow_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1001,7 +1001,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowConfig {
Connection: interface{},
@@ -1012,13 +1012,13 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
Destination: interface{},
- IssuesFilter: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workflow.WorkflowIssuesFilter,
+ IssuesFilter: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workflow.WorkflowIssuesFilter,
MutingRulesHandling: *string,
Name: *string,
AccountId: *f64,
DestinationsEnabled: interface{},
Enabled: interface{},
- Enrichments: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workflow.WorkflowEnrichments,
+ Enrichments: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workflow.WorkflowEnrichments,
EnrichmentsEnabled: interface{},
Id: *string,
}
@@ -1264,7 +1264,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowDestination {
ChannelId: *string,
@@ -1330,7 +1330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowEnrichments {
Nrql: interface{},
@@ -1364,7 +1364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowEnrichmentsNrql {
Configuration: interface{},
@@ -1414,7 +1414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowEnrichmentsNrqlConfiguration {
Query: *string,
@@ -1448,7 +1448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowIssuesFilter {
Name: *string,
@@ -1514,7 +1514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
&workflow.WorkflowIssuesFilterPredicate {
Attribute: *string,
@@ -1584,7 +1584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowDestinationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowDestinationList
```
@@ -1744,7 +1744,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowDestinationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowDestinationOutputReference
```
@@ -2113,7 +2113,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowEnrichmentsNrqlConfigurationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlConfigurationList
```
@@ -2273,7 +2273,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowEnrichmentsNrqlConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlConfigurationOutputReference
```
@@ -2562,7 +2562,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowEnrichmentsNrqlList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlList
```
@@ -2722,7 +2722,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowEnrichmentsNrqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlOutputReference
```
@@ -3079,7 +3079,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowEnrichmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkflowEnrichmentsOutputReference
```
@@ -3363,7 +3363,7 @@ func InternalValue() WorkflowEnrichments
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowIssuesFilterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkflowIssuesFilterOutputReference
```
@@ -3709,7 +3709,7 @@ func InternalValue() WorkflowIssuesFilter
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowIssuesFilterPredicateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowIssuesFilterPredicateList
```
@@ -3869,7 +3869,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow"
workflow.NewWorkflowIssuesFilterPredicateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowIssuesFilterPredicateOutputReference
```
diff --git a/docs/workload.go.md b/docs/workload.go.md
index 88ff2cdbe..b2ee3b0fd 100644
--- a/docs/workload.go.md
+++ b/docs/workload.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkload(scope Construct, id *string, config WorkloadConfig) Workload
```
@@ -473,7 +473,7 @@ func ResetStatusConfigStatic()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.Workload_IsConstruct(x interface{}) *bool
```
@@ -505,7 +505,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.Workload_IsTerraformElement(x interface{}) *bool
```
@@ -519,7 +519,7 @@ workload.Workload_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.Workload_IsTerraformResource(x interface{}) *bool
```
@@ -533,7 +533,7 @@ workload.Workload_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.Workload_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1004,7 +1004,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadConfig {
Connection: interface{},
@@ -1021,8 +1021,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
EntitySearchQuery: interface{},
Id: *string,
ScopeAccountIds: *[]*f64,
- StatusConfigAutomatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigAutomatic,
- StatusConfigStatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigStatic,
+ StatusConfigAutomatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomatic,
+ StatusConfigStatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigStatic,
}
```
@@ -1251,7 +1251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadEntitySearchQuery {
Query: *string,
@@ -1285,11 +1285,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigAutomatic {
Enabled: interface{},
- RemainingEntitiesRule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule,
+ RemainingEntitiesRule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule,
Rule: interface{},
}
```
@@ -1351,10 +1351,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule {
- RemainingEntitiesRuleRollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup,
+ RemainingEntitiesRuleRollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup,
}
```
@@ -1385,7 +1385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup {
GroupBy: *string,
@@ -1471,10 +1471,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigAutomaticRule {
- Rollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigAutomaticRuleRollup,
+ Rollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRuleRollup,
EntityGuids: *[]*string,
NrqlQuery: interface{},
}
@@ -1537,7 +1537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigAutomaticRuleNrqlQuery {
Query: *string,
@@ -1571,7 +1571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigAutomaticRuleRollup {
Strategy: *string,
@@ -1641,7 +1641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
&workload.WorkloadStatusConfigStatic {
Enabled: interface{},
@@ -1725,7 +1725,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadEntitySearchQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadEntitySearchQueryList
```
@@ -1885,7 +1885,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadEntitySearchQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadEntitySearchQueryOutputReference
```
@@ -2174,7 +2174,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticOutputReference
```
@@ -2529,7 +2529,7 @@ func InternalValue() WorkloadStatusConfigAutomatic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference
```
@@ -2813,7 +2813,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRemainingEntitiesRule
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupOutputReference
```
@@ -3164,7 +3164,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemaining
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadStatusConfigAutomaticRuleList
```
@@ -3324,7 +3324,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRuleNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadStatusConfigAutomaticRuleNrqlQueryList
```
@@ -3484,7 +3484,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRuleNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadStatusConfigAutomaticRuleNrqlQueryOutputReference
```
@@ -3773,7 +3773,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadStatusConfigAutomaticRuleOutputReference
```
@@ -4146,7 +4146,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigAutomaticRuleRollupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRuleRollupOutputReference
```
@@ -4475,7 +4475,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRuleRollup
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload"
+import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload"
workload.NewWorkloadStatusConfigStaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigStaticOutputReference
```
diff --git a/src/account-management/index.ts b/src/account-management/index.ts
index 5412bba93..4429f11c4 100644
--- a/src/account-management/index.ts
+++ b/src/account-management/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/account_management
// generated from terraform resource schema
diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts
index 4ef88eeff..05d58dd4f 100644
--- a/src/alert-channel/index.ts
+++ b/src/alert-channel/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_channel
// generated from terraform resource schema
diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts
index ffc88e111..76d186ae1 100644
--- a/src/alert-condition/index.ts
+++ b/src/alert-condition/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition
// generated from terraform resource schema
@@ -68,7 +63,7 @@ export interface AlertConditionConfig extends cdktf.TerraformMetaArguments {
*/
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: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
*/
diff --git a/src/alert-muting-rule/index.ts b/src/alert-muting-rule/index.ts
index 45c9df450..130674c99 100644
--- a/src/alert-muting-rule/index.ts
+++ b/src/alert-muting-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_muting_rule
// generated from terraform resource schema
diff --git a/src/alert-policy-channel/index.ts b/src/alert-policy-channel/index.ts
index be0004d5b..71bec7c30 100644
--- a/src/alert-policy-channel/index.ts
+++ b/src/alert-policy-channel/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_policy_channel
// generated from terraform resource schema
diff --git a/src/alert-policy/index.ts b/src/alert-policy/index.ts
index 93aa7ffd3..e18108e29 100644
--- a/src/alert-policy/index.ts
+++ b/src/alert-policy/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_policy
// generated from terraform resource schema
diff --git a/src/api-access-key/index.ts b/src/api-access-key/index.ts
index 90ca21d31..54ea8a9f4 100644
--- a/src/api-access-key/index.ts
+++ b/src/api-access-key/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/api_access_key
// generated from terraform resource schema
diff --git a/src/application-settings/index.ts b/src/application-settings/index.ts
index 2d874a87c..78b85cb4a 100644
--- a/src/application-settings/index.ts
+++ b/src/application-settings/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/application_settings
// generated from terraform resource schema
diff --git a/src/browser-application/index.ts b/src/browser-application/index.ts
index af07a8e17..566420953 100644
--- a/src/browser-application/index.ts
+++ b/src/browser-application/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/browser_application
// generated from terraform resource schema
diff --git a/src/cloud-aws-govcloud-integrations/index.ts b/src/cloud-aws-govcloud-integrations/index.ts
index 7cb52a64c..93313ccbd 100644
--- a/src/cloud-aws-govcloud-integrations/index.ts
+++ b/src/cloud-aws-govcloud-integrations/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_govcloud_integrations
// generated from terraform resource schema
diff --git a/src/cloud-aws-govcloud-link-account/index.ts b/src/cloud-aws-govcloud-link-account/index.ts
index 5e54d3dc7..9376c5ba7 100644
--- a/src/cloud-aws-govcloud-link-account/index.ts
+++ b/src/cloud-aws-govcloud-link-account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_govcloud_link_account
// generated from terraform resource schema
diff --git a/src/cloud-aws-integrations/index.ts b/src/cloud-aws-integrations/index.ts
index 626d2393c..834808b36 100644
--- a/src/cloud-aws-integrations/index.ts
+++ b/src/cloud-aws-integrations/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_integrations
// generated from terraform resource schema
diff --git a/src/cloud-aws-link-account/index.ts b/src/cloud-aws-link-account/index.ts
index 859f68b8b..e27048574 100644
--- a/src/cloud-aws-link-account/index.ts
+++ b/src/cloud-aws-link-account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_link_account
// generated from terraform resource schema
diff --git a/src/cloud-azure-integrations/index.ts b/src/cloud-azure-integrations/index.ts
index baa92c12c..2b074547a 100644
--- a/src/cloud-azure-integrations/index.ts
+++ b/src/cloud-azure-integrations/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_azure_integrations
// generated from terraform resource schema
diff --git a/src/cloud-azure-link-account/index.ts b/src/cloud-azure-link-account/index.ts
index f8edf06bf..85849dda1 100644
--- a/src/cloud-azure-link-account/index.ts
+++ b/src/cloud-azure-link-account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_azure_link_account
// generated from terraform resource schema
diff --git a/src/cloud-gcp-integrations/index.ts b/src/cloud-gcp-integrations/index.ts
index 02b270e7c..efafd1e41 100644
--- a/src/cloud-gcp-integrations/index.ts
+++ b/src/cloud-gcp-integrations/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_gcp_integrations
// generated from terraform resource schema
diff --git a/src/cloud-gcp-link-account/index.ts b/src/cloud-gcp-link-account/index.ts
index edc6f1475..a911dce8f 100644
--- a/src/cloud-gcp-link-account/index.ts
+++ b/src/cloud-gcp-link-account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_gcp_link_account
// generated from terraform resource schema
diff --git a/src/data-newrelic-account/index.ts b/src/data-newrelic-account/index.ts
index cf246accd..c64069c79 100644
--- a/src/data-newrelic-account/index.ts
+++ b/src/data-newrelic-account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/account
// generated from terraform resource schema
diff --git a/src/data-newrelic-alert-channel/index.ts b/src/data-newrelic-alert-channel/index.ts
index 02d562f0c..660531d17 100644
--- a/src/data-newrelic-alert-channel/index.ts
+++ b/src/data-newrelic-alert-channel/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/alert_channel
// generated from terraform resource schema
diff --git a/src/data-newrelic-alert-policy/index.ts b/src/data-newrelic-alert-policy/index.ts
index a716fa112..e11e007a0 100644
--- a/src/data-newrelic-alert-policy/index.ts
+++ b/src/data-newrelic-alert-policy/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/alert_policy
// generated from terraform resource schema
diff --git a/src/data-newrelic-application/index.ts b/src/data-newrelic-application/index.ts
index d565d41c4..de8b988b3 100644
--- a/src/data-newrelic-application/index.ts
+++ b/src/data-newrelic-application/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/application
// generated from terraform resource schema
diff --git a/src/data-newrelic-authentication-domain/index.ts b/src/data-newrelic-authentication-domain/index.ts
index 0967e03bb..5faca486d 100644
--- a/src/data-newrelic-authentication-domain/index.ts
+++ b/src/data-newrelic-authentication-domain/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/authentication_domain
// generated from terraform resource schema
diff --git a/src/data-newrelic-cloud-account/index.ts b/src/data-newrelic-cloud-account/index.ts
index 880a28bae..267f9de7a 100644
--- a/src/data-newrelic-cloud-account/index.ts
+++ b/src/data-newrelic-cloud-account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/cloud_account
// generated from terraform resource schema
diff --git a/src/data-newrelic-entity/index.ts b/src/data-newrelic-entity/index.ts
index 3f5499ba0..0c79dcf5b 100644
--- a/src/data-newrelic-entity/index.ts
+++ b/src/data-newrelic-entity/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/entity
// generated from terraform resource schema
diff --git a/src/data-newrelic-group/index.ts b/src/data-newrelic-group/index.ts
index 2791f08d2..ef45021da 100644
--- a/src/data-newrelic-group/index.ts
+++ b/src/data-newrelic-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/group
// generated from terraform resource schema
diff --git a/src/data-newrelic-key-transaction/index.ts b/src/data-newrelic-key-transaction/index.ts
index 720449226..64f74a762 100644
--- a/src/data-newrelic-key-transaction/index.ts
+++ b/src/data-newrelic-key-transaction/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/key_transaction
// generated from terraform resource schema
diff --git a/src/data-newrelic-notification-destination/index.ts b/src/data-newrelic-notification-destination/index.ts
index 9c8f83b33..090bdad8c 100644
--- a/src/data-newrelic-notification-destination/index.ts
+++ b/src/data-newrelic-notification-destination/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/notification_destination
// generated from terraform resource schema
diff --git a/src/data-newrelic-obfuscation-expression/index.ts b/src/data-newrelic-obfuscation-expression/index.ts
index b0b3661b8..148dfd069 100644
--- a/src/data-newrelic-obfuscation-expression/index.ts
+++ b/src/data-newrelic-obfuscation-expression/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/obfuscation_expression
// generated from terraform resource schema
diff --git a/src/data-newrelic-service-level-alert-helper/index.ts b/src/data-newrelic-service-level-alert-helper/index.ts
index 671ea4a36..af5e2b78e 100644
--- a/src/data-newrelic-service-level-alert-helper/index.ts
+++ b/src/data-newrelic-service-level-alert-helper/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/service_level_alert_helper
// generated from terraform resource schema
diff --git a/src/data-newrelic-synthetics-private-location/index.ts b/src/data-newrelic-synthetics-private-location/index.ts
index ad2e8ab67..dc78e5e43 100644
--- a/src/data-newrelic-synthetics-private-location/index.ts
+++ b/src/data-newrelic-synthetics-private-location/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/synthetics_private_location
// generated from terraform resource schema
diff --git a/src/data-newrelic-synthetics-secure-credential/index.ts b/src/data-newrelic-synthetics-secure-credential/index.ts
index 4b66e4c21..410cdffb1 100644
--- a/src/data-newrelic-synthetics-secure-credential/index.ts
+++ b/src/data-newrelic-synthetics-secure-credential/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/synthetics_secure_credential
// generated from terraform resource schema
diff --git a/src/data-newrelic-test-grok-pattern/index.ts b/src/data-newrelic-test-grok-pattern/index.ts
index 678c8445a..1d03e0aa0 100644
--- a/src/data-newrelic-test-grok-pattern/index.ts
+++ b/src/data-newrelic-test-grok-pattern/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/test_grok_pattern
// generated from terraform resource schema
diff --git a/src/data-newrelic-user/index.ts b/src/data-newrelic-user/index.ts
index 276ebb08c..7f2368c1e 100644
--- a/src/data-newrelic-user/index.ts
+++ b/src/data-newrelic-user/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/user
// generated from terraform resource schema
diff --git a/src/data-partition-rule/index.ts b/src/data-partition-rule/index.ts
index e545e7a7d..2e1260a38 100644
--- a/src/data-partition-rule/index.ts
+++ b/src/data-partition-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/data_partition_rule
// generated from terraform resource schema
diff --git a/src/entity-tags/index.ts b/src/entity-tags/index.ts
index a5cf81d98..7581f2aa7 100644
--- a/src/entity-tags/index.ts
+++ b/src/entity-tags/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/entity_tags
// generated from terraform resource schema
diff --git a/src/events-to-metrics-rule/index.ts b/src/events-to-metrics-rule/index.ts
index 0289926d5..1f837ff7c 100644
--- a/src/events-to-metrics-rule/index.ts
+++ b/src/events-to-metrics-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/events_to_metrics_rule
// generated from terraform resource schema
diff --git a/src/group/index.ts b/src/group/index.ts
index 9b075a246..c5a19f876 100644
--- a/src/group/index.ts
+++ b/src/group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/group
// generated from terraform resource schema
diff --git a/src/index.ts b/src/index.ts
index 191e920fd..4c60f4703 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
export * as accountManagement from './account-management';
export * as alertChannel from './alert-channel';
diff --git a/src/infra-alert-condition/index.ts b/src/infra-alert-condition/index.ts
index d66501067..bf0b7afee 100644
--- a/src/infra-alert-condition/index.ts
+++ b/src/infra-alert-condition/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/infra_alert_condition
// generated from terraform resource schema
diff --git a/src/insights-event/index.ts b/src/insights-event/index.ts
index 23812cb4f..2d138f531 100644
--- a/src/insights-event/index.ts
+++ b/src/insights-event/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/insights_event
// generated from terraform resource schema
diff --git a/src/key-transaction/index.ts b/src/key-transaction/index.ts
index 33a099924..72f343294 100644
--- a/src/key-transaction/index.ts
+++ b/src/key-transaction/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/key_transaction
// generated from terraform resource schema
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index d3f5bc226..3328e893f 100644
--- a/src/lazy-index.ts
+++ b/src/lazy-index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
Object.defineProperty(exports, 'accountManagement', { get: function () { return require('./account-management'); } });
Object.defineProperty(exports, 'alertChannel', { get: function () { return require('./alert-channel'); } });
diff --git a/src/log-parsing-rule/index.ts b/src/log-parsing-rule/index.ts
index 1f6af893c..3e374199b 100644
--- a/src/log-parsing-rule/index.ts
+++ b/src/log-parsing-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/log_parsing_rule
// generated from terraform resource schema
diff --git a/src/monitor-downtime/index.ts b/src/monitor-downtime/index.ts
index 51b0c76a6..998fa89d9 100644
--- a/src/monitor-downtime/index.ts
+++ b/src/monitor-downtime/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/monitor_downtime
// generated from terraform resource schema
diff --git a/src/notification-channel/index.ts b/src/notification-channel/index.ts
index 84bb9736d..d4224902d 100644
--- a/src/notification-channel/index.ts
+++ b/src/notification-channel/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/notification_channel
// generated from terraform resource schema
diff --git a/src/notification-destination/index.ts b/src/notification-destination/index.ts
index 943514b55..e402fccad 100644
--- a/src/notification-destination/index.ts
+++ b/src/notification-destination/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/notification_destination
// generated from terraform resource schema
diff --git a/src/nrql-alert-condition/index.ts b/src/nrql-alert-condition/index.ts
index d34c49be5..560463462 100644
--- a/src/nrql-alert-condition/index.ts
+++ b/src/nrql-alert-condition/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/nrql_alert_condition
// generated from terraform resource schema
diff --git a/src/nrql-drop-rule/index.ts b/src/nrql-drop-rule/index.ts
index fc6c5d4a7..72663f5d7 100644
--- a/src/nrql-drop-rule/index.ts
+++ b/src/nrql-drop-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/nrql_drop_rule
// generated from terraform resource schema
diff --git a/src/obfuscation-expression/index.ts b/src/obfuscation-expression/index.ts
index b7033a807..afee44fba 100644
--- a/src/obfuscation-expression/index.ts
+++ b/src/obfuscation-expression/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/obfuscation_expression
// generated from terraform resource schema
diff --git a/src/obfuscation-rule/index.ts b/src/obfuscation-rule/index.ts
index c8e462554..6a2510d45 100644
--- a/src/obfuscation-rule/index.ts
+++ b/src/obfuscation-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/obfuscation_rule
// generated from terraform resource schema
diff --git a/src/one-dashboard-json/index.ts b/src/one-dashboard-json/index.ts
index d84a887e6..2311156ce 100644
--- a/src/one-dashboard-json/index.ts
+++ b/src/one-dashboard-json/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/one_dashboard_json
// generated from terraform resource schema
diff --git a/src/one-dashboard-raw/index.ts b/src/one-dashboard-raw/index.ts
index d8d837756..0aca29b49 100644
--- a/src/one-dashboard-raw/index.ts
+++ b/src/one-dashboard-raw/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/one_dashboard_raw
// generated from terraform resource schema
diff --git a/src/one-dashboard/index-structs/index.ts b/src/one-dashboard/index-structs/index.ts
index c3bafa1fb..3a7a0f2ec 100644
--- a/src/one-dashboard/index-structs/index.ts
+++ b/src/one-dashboard/index-structs/index.ts
@@ -1,7 +1,2 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
export * from './structs0'
export * from './structs400'
diff --git a/src/one-dashboard/index-structs/structs0.ts b/src/one-dashboard/index-structs/structs0.ts
index b6e21e106..0fe8e185b 100644
--- a/src/one-dashboard/index-structs/structs0.ts
+++ b/src/one-dashboard/index-structs/structs0.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
import * as cdktf from 'cdktf';
export interface OneDashboardPageWidgetAreaColorsSeriesOverrides {
/**
diff --git a/src/one-dashboard/index-structs/structs400.ts b/src/one-dashboard/index-structs/structs400.ts
index fe3ab884c..aee3b06f2 100644
--- a/src/one-dashboard/index-structs/structs400.ts
+++ b/src/one-dashboard/index-structs/structs400.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
import * as cdktf from 'cdktf';
import { OneDashboardPageWidgetArea,
oneDashboardPageWidgetAreaToTerraform,
diff --git a/src/one-dashboard/index.ts b/src/one-dashboard/index.ts
index afb3ff523..64eafcc4b 100644
--- a/src/one-dashboard/index.ts
+++ b/src/one-dashboard/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated from terraform resource schema
import { OneDashboardPage,
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 222d7dcbb..731e7bd90 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs
// generated from terraform resource schema
diff --git a/src/service-level/index.ts b/src/service-level/index.ts
index 350b516af..1a9e9a205 100644
--- a/src/service-level/index.ts
+++ b/src/service-level/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/service_level
// generated from terraform resource schema
diff --git a/src/synthetics-alert-condition/index.ts b/src/synthetics-alert-condition/index.ts
index bbdaffeb6..3a210e916 100644
--- a/src/synthetics-alert-condition/index.ts
+++ b/src/synthetics-alert-condition/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_alert_condition
// generated from terraform resource schema
diff --git a/src/synthetics-broken-links-monitor/index.ts b/src/synthetics-broken-links-monitor/index.ts
index f8349c509..2818e6682 100644
--- a/src/synthetics-broken-links-monitor/index.ts
+++ b/src/synthetics-broken-links-monitor/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_broken_links_monitor
// generated from terraform resource schema
diff --git a/src/synthetics-cert-check-monitor/index.ts b/src/synthetics-cert-check-monitor/index.ts
index 0272446d0..4809e3a00 100644
--- a/src/synthetics-cert-check-monitor/index.ts
+++ b/src/synthetics-cert-check-monitor/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_cert_check_monitor
// generated from terraform resource schema
diff --git a/src/synthetics-monitor/index.ts b/src/synthetics-monitor/index.ts
index 5ed6bcad2..086e2234c 100644
--- a/src/synthetics-monitor/index.ts
+++ b/src/synthetics-monitor/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_monitor
// generated from terraform resource schema
diff --git a/src/synthetics-multilocation-alert-condition/index.ts b/src/synthetics-multilocation-alert-condition/index.ts
index 2dc02611d..f4bd53631 100644
--- a/src/synthetics-multilocation-alert-condition/index.ts
+++ b/src/synthetics-multilocation-alert-condition/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_multilocation_alert_condition
// generated from terraform resource schema
diff --git a/src/synthetics-private-location/index.ts b/src/synthetics-private-location/index.ts
index 9eaaa9229..96e9d4fad 100644
--- a/src/synthetics-private-location/index.ts
+++ b/src/synthetics-private-location/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_private_location
// generated from terraform resource schema
diff --git a/src/synthetics-script-monitor/index.ts b/src/synthetics-script-monitor/index.ts
index 16c4eaae9..babddbe61 100644
--- a/src/synthetics-script-monitor/index.ts
+++ b/src/synthetics-script-monitor/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_script_monitor
// generated from terraform resource schema
diff --git a/src/synthetics-secure-credential/index.ts b/src/synthetics-secure-credential/index.ts
index 28be59720..99b0af11a 100644
--- a/src/synthetics-secure-credential/index.ts
+++ b/src/synthetics-secure-credential/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_secure_credential
// generated from terraform resource schema
diff --git a/src/synthetics-step-monitor/index.ts b/src/synthetics-step-monitor/index.ts
index 0c989ca28..1dec9b65b 100644
--- a/src/synthetics-step-monitor/index.ts
+++ b/src/synthetics-step-monitor/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_step_monitor
// generated from terraform resource schema
diff --git a/src/user/index.ts b/src/user/index.ts
index 80ea51770..0b0685305 100644
--- a/src/user/index.ts
+++ b/src/user/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/user
// generated from terraform resource schema
diff --git a/src/workflow/index.ts b/src/workflow/index.ts
index acd086eaa..f25a535a0 100644
--- a/src/workflow/index.ts
+++ b/src/workflow/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/workflow
// generated from terraform resource schema
diff --git a/src/workload/index.ts b/src/workload/index.ts
index c3c02934c..4ee3806b4 100644
--- a/src/workload/index.ts
+++ b/src/workload/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/workload
// generated from terraform resource schema
diff --git a/yarn.lock b/yarn.lock
index 49eaecfd1..11f580851 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4134,16 +4134,7 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"
-"string-width-cjs@npm:string-width@^4.2.0":
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4175,14 +4166,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4579,7 +4563,7 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4597,15 +4581,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"