diff --git a/docs/accountManagement.go.md b/docs/accountManagement.go.md index 9a7397b06..384b4af28 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.csharp.md b/docs/alertChannel.csharp.md index dbe67cfea..011ffa1fc 100644 --- a/docs/alertChannel.csharp.md +++ b/docs/alertChannel.csharp.md @@ -841,7 +841,7 @@ new AlertChannelConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | (Required) The name of the channel. | -| Type | string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| Type | string | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | AccountId | double | The New Relic account ID where you want to create alert channels. | | Config | AlertChannelConfigA | config block. | | Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -940,7 +940,7 @@ public string Type { get; set; } - *Type:* string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md index 65daa9857..876702d52 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, } ``` @@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | (Required) The name of the channel. | -| Type | *string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| Type | *string | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | AccountId | *f64 | The New Relic account ID where you want to create alert channels. | | Config | AlertChannelConfigA | config block. | | Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -940,7 +940,7 @@ Type *string - *Type:* *string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} @@ -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/alertChannel.java.md b/docs/alertChannel.java.md index 0cc892c6f..a084d9da1 100644 --- a/docs/alertChannel.java.md +++ b/docs/alertChannel.java.md @@ -43,7 +43,7 @@ AlertChannel.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | (Required) The name of the channel. | -| type | java.lang.String | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | java.lang.String | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | accountId | java.lang.Number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} @@ -962,7 +962,7 @@ AlertChannelConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | (Required) The name of the channel. | -| type | java.lang.String | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | java.lang.String | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | accountId | java.lang.Number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -1061,7 +1061,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.python.md b/docs/alertChannel.python.md index 086e23979..79df05e4d 100644 --- a/docs/alertChannel.python.md +++ b/docs/alertChannel.python.md @@ -41,7 +41,7 @@ alertChannel.AlertChannel( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | (Required) The name of the channel. | -| type | str | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | str | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} @@ -1232,7 +1232,7 @@ alertChannel.AlertChannelConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | (Required) The name of the channel. | -| type | str | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | str | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -1331,7 +1331,7 @@ type: str - *Type:* str -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.typescript.md b/docs/alertChannel.typescript.md index 6fd2aa378..e393f77a0 100644 --- a/docs/alertChannel.typescript.md +++ b/docs/alertChannel.typescript.md @@ -828,7 +828,7 @@ const alertChannelConfig: alertChannel.AlertChannelConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | (Required) The name of the channel. | -| type | string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | string | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | accountId | number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -927,7 +927,7 @@ public readonly type: string; - *Type:* string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md index d394ae231..47f0008ca 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{}, @@ -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/alertMutingRule.go.md b/docs/alertMutingRule.go.md index 9b048f45e..5a4d3cab8 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 81688302a..7ad89ee46 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 c1a141939..4221ee767 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 6dd3b8f2a..60de57212 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 3e7cf7d4a..339dc58f7 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 dc5d2ed6a..e54cdcf0c 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 e7ece3983..d465c3f9a 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 764d7f3a2..561f739ed 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 98d935b05..0e82637b2 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 cdb9968c7..e45964563 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 de58f55b0..c6a2ed7e7 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 b5755b394..21bcc1fb9 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 289fb1e05..3214e8873 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 bfc1178f5..fb18fb327 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 2c3f564e9..bf050a8da 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 9689f63d2..11c914a50 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 22f057d29..abd6d063e 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 82fc1271d..652ca8395 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 180cd1047..8efc2ee4a 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 8a9261fb2..540d9b12c 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 1d49052dd..5d08e6bd5 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 f1e49d3ee..4ca7012a4 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 b7c1e1fd3..a41e45d1b 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 ``` @@ -283,7 +283,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 ``` @@ -315,7 +315,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 ``` @@ -329,7 +329,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 ``` @@ -343,7 +343,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 ``` @@ -594,7 +594,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 fec5583aa..e47d3fb9e 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 55ef191f2..bebf729ed 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 c0d0d9ef3..d89d01f07 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 af97bb255..effa2127a 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 a1ea5fdc3..a3a596d44 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 4cf286f1f..61e018647 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 2b19aeb3c..4e7f5c175 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 c7ea43c45..07486a269 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 c1a7db00c..a890757d3 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 d75519a1e..b354ee8a4 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 d79caa5e7..ecdfe0cf3 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 756333d6b..36edadb20 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 979518f99..e5ce5440d 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/logParsingRule.go.md b/docs/logParsingRule.go.md index 71fdddd07..09afb06ba 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 4bf249c44..f28aa49db 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 7c62dd191..4c851311d 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 2ed80f48d..bb8da47e9 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 a16267064..97fea8c5c 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 3af2f2b76..acf33d63c 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 2e26d14ad..18d80220c 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 dbb8ffa96..5b3e416b2 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 c4fd2173f..6e723b51b 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, @@ -1404,7 +1404,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, @@ -1647,7 +1647,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, @@ -1695,7 +1695,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, @@ -1745,7 +1745,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, @@ -1795,7 +1795,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, @@ -1845,7 +1845,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, @@ -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.OneDashboardPageWidgetAreaNullValuesSeriesOverrides { NullValue: *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.OneDashboardPageWidgetAreaUnits { SeriesOverrides: interface{}, @@ -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.OneDashboardPageWidgetAreaUnitsSeriesOverrides { SeriesName: *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.OneDashboardPageWidgetBar { Column: *f64, @@ -2053,7 +2053,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{}, @@ -2327,7 +2327,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, @@ -2375,7 +2375,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, @@ -2425,7 +2425,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, @@ -2475,7 +2475,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, @@ -2525,7 +2525,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, @@ -2573,7 +2573,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, @@ -2623,7 +2623,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{}, @@ -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.OneDashboardPageWidgetBarUnitsSeriesOverrides { SeriesName: *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.OneDashboardPageWidgetBillboard { Column: *f64, @@ -2733,7 +2733,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, @@ -3007,7 +3007,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, @@ -3055,7 +3055,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, @@ -3105,7 +3105,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, @@ -3155,7 +3155,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, @@ -3205,7 +3205,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, @@ -3253,7 +3253,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, @@ -3303,7 +3303,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{}, @@ -3351,7 +3351,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, @@ -3401,7 +3401,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, @@ -3413,7 +3413,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, @@ -3671,7 +3671,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, @@ -3719,7 +3719,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, @@ -3769,7 +3769,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, @@ -3819,7 +3819,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, @@ -3869,7 +3869,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, @@ -3917,7 +3917,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, @@ -3967,7 +3967,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{}, @@ -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/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" &onedashboard.OneDashboardPageWidgetBulletUnitsSeriesOverrides { SeriesName: *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/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" &onedashboard.OneDashboardPageWidgetFunnel { Column: *f64, @@ -4076,7 +4076,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, @@ -4319,7 +4319,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, @@ -4367,7 +4367,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, @@ -4417,7 +4417,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, @@ -4467,7 +4467,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, @@ -4517,7 +4517,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, @@ -4565,7 +4565,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, @@ -4615,7 +4615,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{}, @@ -4663,7 +4663,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, @@ -4713,7 +4713,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, @@ -4725,7 +4725,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{}, @@ -4999,7 +4999,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, @@ -5047,7 +5047,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, @@ -5097,7 +5097,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, @@ -5147,7 +5147,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, @@ -5197,7 +5197,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, @@ -5245,7 +5245,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, @@ -5295,7 +5295,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{}, @@ -5343,7 +5343,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, @@ -5393,7 +5393,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, @@ -5404,7 +5404,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, @@ -5647,7 +5647,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, @@ -5695,7 +5695,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, @@ -5745,7 +5745,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, @@ -5795,7 +5795,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, @@ -5845,7 +5845,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, @@ -5893,7 +5893,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, @@ -5943,7 +5943,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{}, @@ -5991,7 +5991,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, @@ -6041,7 +6041,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, @@ -6052,7 +6052,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, @@ -6295,7 +6295,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, @@ -6343,7 +6343,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, @@ -6393,7 +6393,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, @@ -6443,7 +6443,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, @@ -6493,7 +6493,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, @@ -6541,7 +6541,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, @@ -6591,7 +6591,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{}, @@ -6639,7 +6639,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, @@ -6689,7 +6689,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, @@ -6700,7 +6700,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{}, @@ -6711,7 +6711,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, } ``` @@ -7007,7 +7007,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, @@ -7055,7 +7055,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, @@ -7105,7 +7105,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, @@ -7155,7 +7155,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, @@ -7205,7 +7205,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, @@ -7253,7 +7253,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, @@ -7303,7 +7303,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, @@ -7385,7 +7385,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{}, @@ -7433,7 +7433,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, @@ -7483,7 +7483,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, @@ -7565,7 +7565,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, @@ -7576,7 +7576,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, @@ -7819,7 +7819,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, @@ -7867,7 +7867,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, @@ -7917,7 +7917,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, @@ -7967,7 +7967,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, @@ -8017,7 +8017,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, @@ -8065,7 +8065,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, @@ -8115,7 +8115,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{}, @@ -8163,7 +8163,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, @@ -8213,7 +8213,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, @@ -8224,7 +8224,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, @@ -8465,7 +8465,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, @@ -8513,7 +8513,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, @@ -8563,7 +8563,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, @@ -8613,7 +8613,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, @@ -8661,7 +8661,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, @@ -8711,7 +8711,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{}, @@ -8759,7 +8759,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, @@ -8809,7 +8809,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, @@ -8821,7 +8821,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{}, @@ -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.OneDashboardPageWidgetPieColors { Color: *string, @@ -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.OneDashboardPageWidgetPieColorsSeriesOverrides { Color: *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.OneDashboardPageWidgetPieInitialSorting { Direction: *string, @@ -9243,7 +9243,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, @@ -9293,7 +9293,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, @@ -9341,7 +9341,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, @@ -9391,7 +9391,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{}, @@ -9439,7 +9439,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, @@ -9489,7 +9489,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, @@ -9500,7 +9500,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, @@ -9743,7 +9743,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, @@ -9791,7 +9791,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, @@ -9841,7 +9841,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, @@ -9891,7 +9891,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, @@ -9941,7 +9941,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, @@ -9989,7 +9989,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, @@ -10039,7 +10039,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{}, @@ -10087,7 +10087,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, @@ -10137,7 +10137,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, @@ -10149,7 +10149,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{}, @@ -10439,7 +10439,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, @@ -10487,7 +10487,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, @@ -10537,7 +10537,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, @@ -10587,7 +10587,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, @@ -10637,7 +10637,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, @@ -10685,7 +10685,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, @@ -10735,7 +10735,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, @@ -10817,7 +10817,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{}, @@ -10865,7 +10865,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, @@ -10915,7 +10915,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, @@ -10925,7 +10925,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{}, } ``` @@ -11077,7 +11077,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, @@ -11127,7 +11127,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, @@ -11177,7 +11177,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 { IgnoreTimeRange: interface{}, @@ -11215,7 +11215,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 ``` @@ -11375,7 +11375,7 @@ func InternalValue() interface{} #### 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 ``` @@ -12292,7 +12292,7 @@ func InternalValue() interface{} #### 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 ``` @@ -12452,7 +12452,7 @@ func InternalValue() interface{} #### 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 ``` @@ -12790,7 +12790,7 @@ func InternalValue() interface{} #### 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 ``` @@ -12950,7 +12950,7 @@ func InternalValue() interface{} #### 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 ``` @@ -13275,7 +13275,7 @@ func InternalValue() interface{} #### 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 ``` @@ -13568,7 +13568,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 ``` @@ -13728,7 +13728,7 @@ func InternalValue() interface{} #### 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 ``` @@ -13888,7 +13888,7 @@ func InternalValue() interface{} #### 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 ``` @@ -14206,7 +14206,7 @@ func InternalValue() interface{} #### 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 ``` @@ -14366,7 +14366,7 @@ func InternalValue() interface{} #### 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 ``` @@ -14704,7 +14704,7 @@ func InternalValue() interface{} #### 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 ``` @@ -14864,7 +14864,7 @@ func InternalValue() interface{} #### 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 ``` @@ -15189,7 +15189,7 @@ func InternalValue() interface{} #### 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 ``` @@ -15968,7 +15968,7 @@ func InternalValue() interface{} #### 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 ``` @@ -16128,7 +16128,7 @@ func InternalValue() interface{} #### 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 ``` @@ -16466,7 +16466,7 @@ func InternalValue() interface{} #### 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 ``` @@ -16626,7 +16626,7 @@ func InternalValue() interface{} #### 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 ``` @@ -16951,7 +16951,7 @@ func InternalValue() interface{} #### 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 ``` @@ -17111,7 +17111,7 @@ func InternalValue() interface{} #### 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 ``` @@ -17449,7 +17449,7 @@ func InternalValue() interface{} #### 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 ``` @@ -17609,7 +17609,7 @@ func InternalValue() interface{} #### 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 ``` @@ -17934,7 +17934,7 @@ func InternalValue() interface{} #### 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 ``` @@ -18227,7 +18227,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 ``` @@ -18387,7 +18387,7 @@ func InternalValue() interface{} #### 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 ``` @@ -18547,7 +18547,7 @@ func InternalValue() interface{} #### 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 ``` @@ -18865,7 +18865,7 @@ func InternalValue() interface{} #### 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 ``` @@ -19025,7 +19025,7 @@ func InternalValue() interface{} #### 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 ``` @@ -19363,7 +19363,7 @@ func InternalValue() interface{} #### 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 ``` @@ -19523,7 +19523,7 @@ func InternalValue() interface{} #### 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 ``` @@ -19848,7 +19848,7 @@ func InternalValue() interface{} #### 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 ``` @@ -20685,7 +20685,7 @@ func InternalValue() interface{} #### 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 ``` @@ -20845,7 +20845,7 @@ func InternalValue() interface{} #### 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 ``` @@ -21183,7 +21183,7 @@ func InternalValue() interface{} #### 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 ``` @@ -21343,7 +21343,7 @@ func InternalValue() interface{} #### 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 ``` @@ -21668,7 +21668,7 @@ func InternalValue() interface{} #### 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 ``` @@ -21828,7 +21828,7 @@ func InternalValue() interface{} #### 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 ``` @@ -22166,7 +22166,7 @@ func InternalValue() interface{} #### 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 ``` @@ -22326,7 +22326,7 @@ func InternalValue() interface{} #### 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 ``` @@ -22651,7 +22651,7 @@ func InternalValue() interface{} #### 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 ``` @@ -22944,7 +22944,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 ``` @@ -23104,7 +23104,7 @@ func InternalValue() interface{} #### 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 ``` @@ -23264,7 +23264,7 @@ func InternalValue() interface{} #### 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 ``` @@ -23582,7 +23582,7 @@ func InternalValue() interface{} #### 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 ``` @@ -23742,7 +23742,7 @@ func InternalValue() interface{} #### 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 ``` @@ -24080,7 +24080,7 @@ func InternalValue() interface{} #### 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 ``` @@ -24240,7 +24240,7 @@ func InternalValue() interface{} #### 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 ``` @@ -24565,7 +24565,7 @@ func InternalValue() interface{} #### 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 ``` @@ -25402,7 +25402,7 @@ func InternalValue() interface{} #### 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 ``` @@ -25562,7 +25562,7 @@ func InternalValue() interface{} #### 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 ``` @@ -25900,7 +25900,7 @@ func InternalValue() interface{} #### 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 ``` @@ -26060,7 +26060,7 @@ func InternalValue() interface{} #### 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 ``` @@ -26385,7 +26385,7 @@ func InternalValue() interface{} #### 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 ``` @@ -26545,7 +26545,7 @@ func InternalValue() interface{} #### 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 ``` @@ -26883,7 +26883,7 @@ func InternalValue() interface{} #### 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 ``` @@ -27043,7 +27043,7 @@ func InternalValue() interface{} #### 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 ``` @@ -27368,7 +27368,7 @@ func InternalValue() interface{} #### 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 ``` @@ -27661,7 +27661,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 ``` @@ -27821,7 +27821,7 @@ func InternalValue() interface{} #### 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 ``` @@ -27981,7 +27981,7 @@ func InternalValue() interface{} #### 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 ``` @@ -28299,7 +28299,7 @@ func InternalValue() interface{} #### 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 ``` @@ -28459,7 +28459,7 @@ func InternalValue() interface{} #### 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 ``` @@ -28797,7 +28797,7 @@ func InternalValue() interface{} #### 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 ``` @@ -28957,7 +28957,7 @@ func InternalValue() interface{} #### 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 ``` @@ -29282,7 +29282,7 @@ func InternalValue() interface{} #### 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 ``` @@ -30083,7 +30083,7 @@ func InternalValue() interface{} #### 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 ``` @@ -30243,7 +30243,7 @@ func InternalValue() interface{} #### 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 ``` @@ -30581,7 +30581,7 @@ func InternalValue() interface{} #### 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 ``` @@ -30741,7 +30741,7 @@ func InternalValue() interface{} #### 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 ``` @@ -31066,7 +31066,7 @@ func InternalValue() interface{} #### 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 ``` @@ -31226,7 +31226,7 @@ func InternalValue() interface{} #### 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 ``` @@ -31564,7 +31564,7 @@ func InternalValue() interface{} #### 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 ``` @@ -31724,7 +31724,7 @@ func InternalValue() interface{} #### 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 ``` @@ -32049,7 +32049,7 @@ func InternalValue() interface{} #### 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 ``` @@ -32342,7 +32342,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 ``` @@ -32502,7 +32502,7 @@ func InternalValue() interface{} #### 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 ``` @@ -32662,7 +32662,7 @@ func InternalValue() interface{} #### 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 ``` @@ -32980,7 +32980,7 @@ func InternalValue() interface{} #### 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 ``` @@ -33140,7 +33140,7 @@ func InternalValue() interface{} #### 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 ``` @@ -33478,7 +33478,7 @@ func InternalValue() interface{} #### 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 ``` @@ -33638,7 +33638,7 @@ func InternalValue() interface{} #### 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 ``` @@ -33963,7 +33963,7 @@ func InternalValue() interface{} #### 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 ``` @@ -34742,7 +34742,7 @@ func InternalValue() interface{} #### 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 ``` @@ -34902,7 +34902,7 @@ func InternalValue() interface{} #### 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 ``` @@ -35240,7 +35240,7 @@ func InternalValue() interface{} #### 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 ``` @@ -35400,7 +35400,7 @@ func InternalValue() interface{} #### 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 ``` @@ -35725,7 +35725,7 @@ func InternalValue() interface{} #### 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 ``` @@ -35885,7 +35885,7 @@ func InternalValue() interface{} #### 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 ``` @@ -36223,7 +36223,7 @@ func InternalValue() interface{} #### 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 ``` @@ -36383,7 +36383,7 @@ func InternalValue() interface{} #### 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 ``` @@ -36708,7 +36708,7 @@ func InternalValue() interface{} #### 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 ``` @@ -37001,7 +37001,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 ``` @@ -37161,7 +37161,7 @@ func InternalValue() interface{} #### 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 ``` @@ -37321,7 +37321,7 @@ func InternalValue() interface{} #### 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 ``` @@ -37639,7 +37639,7 @@ func InternalValue() interface{} #### 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 ``` @@ -37799,7 +37799,7 @@ func InternalValue() interface{} #### 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 ``` @@ -38137,7 +38137,7 @@ func InternalValue() interface{} #### 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 ``` @@ -38297,7 +38297,7 @@ func InternalValue() interface{} #### 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 ``` @@ -38622,7 +38622,7 @@ func InternalValue() interface{} #### 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 ``` @@ -39459,7 +39459,7 @@ func InternalValue() interface{} #### 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 ``` @@ -39619,7 +39619,7 @@ func InternalValue() interface{} #### 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 ``` @@ -39957,7 +39957,7 @@ func InternalValue() interface{} #### 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 ``` @@ -40117,7 +40117,7 @@ func InternalValue() interface{} #### 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 ``` @@ -40442,7 +40442,7 @@ func InternalValue() interface{} #### 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 ``` @@ -40602,7 +40602,7 @@ func InternalValue() interface{} #### 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 ``` @@ -40940,7 +40940,7 @@ func InternalValue() interface{} #### 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 ``` @@ -41100,7 +41100,7 @@ func InternalValue() interface{} #### 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 ``` @@ -41425,7 +41425,7 @@ func InternalValue() interface{} #### 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 ``` @@ -41718,7 +41718,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 ``` @@ -41878,7 +41878,7 @@ func InternalValue() interface{} #### 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 ``` @@ -42038,7 +42038,7 @@ func InternalValue() interface{} #### 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 ``` @@ -42356,7 +42356,7 @@ func InternalValue() interface{} #### 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 ``` @@ -42516,7 +42516,7 @@ func InternalValue() interface{} #### 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 ``` @@ -42854,7 +42854,7 @@ func InternalValue() interface{} #### 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 ``` @@ -43014,7 +43014,7 @@ func InternalValue() interface{} #### 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 ``` @@ -43339,7 +43339,7 @@ func InternalValue() interface{} #### 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 ``` @@ -44118,7 +44118,7 @@ func InternalValue() interface{} #### 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 ``` @@ -44278,7 +44278,7 @@ func InternalValue() interface{} #### 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 ``` @@ -44616,7 +44616,7 @@ func InternalValue() interface{} #### 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 ``` @@ -44776,7 +44776,7 @@ func InternalValue() interface{} #### 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 ``` @@ -45101,7 +45101,7 @@ func InternalValue() interface{} #### 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 ``` @@ -45261,7 +45261,7 @@ func InternalValue() interface{} #### 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 ``` @@ -45599,7 +45599,7 @@ func InternalValue() interface{} #### 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 ``` @@ -45759,7 +45759,7 @@ func InternalValue() interface{} #### 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 ``` @@ -46084,7 +46084,7 @@ func InternalValue() interface{} #### 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 ``` @@ -46377,7 +46377,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 ``` @@ -46537,7 +46537,7 @@ func InternalValue() interface{} #### 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 ``` @@ -46697,7 +46697,7 @@ func InternalValue() interface{} #### 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 ``` @@ -47015,7 +47015,7 @@ func InternalValue() interface{} #### 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 ``` @@ -47175,7 +47175,7 @@ func InternalValue() interface{} #### 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 ``` @@ -47513,7 +47513,7 @@ func InternalValue() interface{} #### 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 ``` @@ -47673,7 +47673,7 @@ func InternalValue() interface{} #### 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 ``` @@ -47998,7 +47998,7 @@ func InternalValue() interface{} #### 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 ``` @@ -48777,7 +48777,7 @@ func InternalValue() interface{} #### 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 ``` @@ -48937,7 +48937,7 @@ func InternalValue() interface{} #### 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 ``` @@ -49275,7 +49275,7 @@ func InternalValue() interface{} #### 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 ``` @@ -49435,7 +49435,7 @@ func InternalValue() interface{} #### 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 ``` @@ -49760,7 +49760,7 @@ func InternalValue() interface{} #### 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 ``` @@ -49920,7 +49920,7 @@ func InternalValue() interface{} #### 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 ``` @@ -50258,7 +50258,7 @@ func InternalValue() interface{} #### 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 ``` @@ -50418,7 +50418,7 @@ func InternalValue() interface{} #### 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 ``` @@ -50743,7 +50743,7 @@ func InternalValue() interface{} #### 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 ``` @@ -51036,7 +51036,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 ``` @@ -51196,7 +51196,7 @@ func InternalValue() interface{} #### 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 ``` @@ -51356,7 +51356,7 @@ func InternalValue() interface{} #### 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 ``` @@ -51674,7 +51674,7 @@ func InternalValue() interface{} #### 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 ``` @@ -51834,7 +51834,7 @@ func InternalValue() interface{} #### 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 ``` @@ -52172,7 +52172,7 @@ func InternalValue() interface{} #### 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 ``` @@ -52332,7 +52332,7 @@ func InternalValue() interface{} #### 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 ``` @@ -52657,7 +52657,7 @@ func InternalValue() interface{} #### 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 ``` @@ -53578,7 +53578,7 @@ func InternalValue() interface{} #### 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 ``` @@ -53738,7 +53738,7 @@ func InternalValue() interface{} #### 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 ``` @@ -54121,7 +54121,7 @@ func InternalValue() interface{} #### 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 ``` @@ -54281,7 +54281,7 @@ func InternalValue() interface{} #### 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 ``` @@ -54619,7 +54619,7 @@ func InternalValue() interface{} #### 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 ``` @@ -54779,7 +54779,7 @@ func InternalValue() interface{} #### 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 ``` @@ -55104,7 +55104,7 @@ func InternalValue() interface{} #### 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 ``` @@ -55469,7 +55469,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 ``` @@ -55629,7 +55629,7 @@ func InternalValue() interface{} #### 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 ``` @@ -55967,7 +55967,7 @@ func InternalValue() interface{} #### 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 ``` @@ -56127,7 +56127,7 @@ func InternalValue() interface{} #### 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 ``` @@ -56452,7 +56452,7 @@ func InternalValue() interface{} #### 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 ``` @@ -56745,7 +56745,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 ``` @@ -56905,7 +56905,7 @@ func InternalValue() interface{} #### 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 ``` @@ -57065,7 +57065,7 @@ func InternalValue() interface{} #### 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 ``` @@ -57383,7 +57383,7 @@ func InternalValue() interface{} #### 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 ``` @@ -57543,7 +57543,7 @@ func InternalValue() interface{} #### 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 ``` @@ -57881,7 +57881,7 @@ func InternalValue() interface{} #### 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 ``` @@ -58041,7 +58041,7 @@ func InternalValue() interface{} #### 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 ``` @@ -58366,7 +58366,7 @@ func InternalValue() interface{} #### 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 ``` @@ -59145,7 +59145,7 @@ func InternalValue() interface{} #### 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 ``` @@ -59305,7 +59305,7 @@ func InternalValue() interface{} #### 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 ``` @@ -59643,7 +59643,7 @@ func InternalValue() interface{} #### 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 ``` @@ -59803,7 +59803,7 @@ func InternalValue() interface{} #### 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 ``` @@ -60128,7 +60128,7 @@ func InternalValue() interface{} #### 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 ``` @@ -60288,7 +60288,7 @@ func InternalValue() interface{} #### 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 ``` @@ -60626,7 +60626,7 @@ func InternalValue() interface{} #### 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 ``` @@ -60786,7 +60786,7 @@ func InternalValue() interface{} #### 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 ``` @@ -61111,7 +61111,7 @@ func InternalValue() interface{} #### 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 ``` @@ -61404,7 +61404,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 ``` @@ -61564,7 +61564,7 @@ func InternalValue() interface{} #### 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 ``` @@ -61724,7 +61724,7 @@ func InternalValue() interface{} #### 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 ``` @@ -62062,7 +62062,7 @@ func InternalValue() interface{} #### 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 ``` @@ -62222,7 +62222,7 @@ func InternalValue() interface{} #### 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 ``` @@ -62547,7 +62547,7 @@ func InternalValue() interface{} #### 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 ``` @@ -63313,7 +63313,7 @@ func InternalValue() interface{} #### 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 ``` @@ -63473,7 +63473,7 @@ func InternalValue() interface{} #### 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 ``` @@ -63811,7 +63811,7 @@ func InternalValue() interface{} #### 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 ``` @@ -63971,7 +63971,7 @@ func InternalValue() interface{} #### 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 ``` @@ -64296,7 +64296,7 @@ func InternalValue() interface{} #### 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 ``` @@ -64456,7 +64456,7 @@ func InternalValue() interface{} #### 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 ``` @@ -64794,7 +64794,7 @@ func InternalValue() interface{} #### 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 ``` @@ -64954,7 +64954,7 @@ func InternalValue() interface{} #### 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 ``` @@ -65279,7 +65279,7 @@ func InternalValue() interface{} #### 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 ``` @@ -65572,7 +65572,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 ``` @@ -65732,7 +65732,7 @@ func InternalValue() interface{} #### 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 ``` @@ -65892,7 +65892,7 @@ func InternalValue() interface{} #### 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 ``` @@ -66210,7 +66210,7 @@ func InternalValue() interface{} #### 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 ``` @@ -66370,7 +66370,7 @@ func InternalValue() interface{} #### 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 ``` @@ -66708,7 +66708,7 @@ func InternalValue() interface{} #### 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 ``` @@ -66868,7 +66868,7 @@ func InternalValue() interface{} #### 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 ``` @@ -67193,7 +67193,7 @@ func InternalValue() interface{} #### 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 ``` @@ -68030,7 +68030,7 @@ func InternalValue() interface{} #### 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 ``` @@ -68190,7 +68190,7 @@ func InternalValue() interface{} #### 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 ``` @@ -68528,7 +68528,7 @@ func InternalValue() interface{} #### 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 ``` @@ -68688,7 +68688,7 @@ func InternalValue() interface{} #### 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 ``` @@ -69013,7 +69013,7 @@ func InternalValue() interface{} #### 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 ``` @@ -69173,7 +69173,7 @@ func InternalValue() interface{} #### 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 ``` @@ -69511,7 +69511,7 @@ func InternalValue() interface{} #### 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 ``` @@ -69671,7 +69671,7 @@ func InternalValue() interface{} #### 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 ``` @@ -69996,7 +69996,7 @@ func InternalValue() interface{} #### 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 ``` @@ -70289,7 +70289,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 ``` @@ -70449,7 +70449,7 @@ func InternalValue() interface{} #### 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 ``` @@ -70609,7 +70609,7 @@ func InternalValue() interface{} #### 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 ``` @@ -70927,7 +70927,7 @@ func InternalValue() interface{} #### 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 ``` @@ -71087,7 +71087,7 @@ func InternalValue() interface{} #### 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 ``` @@ -71425,7 +71425,7 @@ func InternalValue() interface{} #### 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 ``` @@ -71585,7 +71585,7 @@ func InternalValue() interface{} #### 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 ``` @@ -71910,7 +71910,7 @@ func InternalValue() interface{} #### 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 ``` @@ -72689,7 +72689,7 @@ func InternalValue() interface{} #### 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 ``` @@ -72849,7 +72849,7 @@ func InternalValue() interface{} #### 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 ``` @@ -73187,7 +73187,7 @@ func InternalValue() interface{} #### 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 ``` @@ -73347,7 +73347,7 @@ func InternalValue() interface{} #### 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 ``` @@ -73672,7 +73672,7 @@ func InternalValue() interface{} #### 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 ``` @@ -73832,7 +73832,7 @@ func InternalValue() interface{} #### 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 ``` @@ -74170,7 +74170,7 @@ func InternalValue() interface{} #### 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 ``` @@ -74330,7 +74330,7 @@ func InternalValue() interface{} #### 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 ``` @@ -74655,7 +74655,7 @@ func InternalValue() interface{} #### 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 ``` @@ -74948,7 +74948,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 ``` @@ -75108,7 +75108,7 @@ func InternalValue() interface{} #### 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 ``` @@ -75268,7 +75268,7 @@ func InternalValue() interface{} #### 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 ``` @@ -75586,7 +75586,7 @@ func InternalValue() interface{} #### 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 ``` @@ -75746,7 +75746,7 @@ func InternalValue() interface{} #### 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 ``` @@ -76084,7 +76084,7 @@ func InternalValue() interface{} #### 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 ``` @@ -76244,7 +76244,7 @@ func InternalValue() interface{} #### 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 ``` @@ -76569,7 +76569,7 @@ func InternalValue() interface{} #### 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 ``` @@ -77448,7 +77448,7 @@ func InternalValue() interface{} #### 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 ``` @@ -77608,7 +77608,7 @@ func InternalValue() interface{} #### 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 ``` @@ -77991,7 +77991,7 @@ func InternalValue() interface{} #### 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 ``` @@ -78151,7 +78151,7 @@ func InternalValue() interface{} #### 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 ``` @@ -78489,7 +78489,7 @@ func InternalValue() interface{} #### 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 ``` @@ -78649,7 +78649,7 @@ func InternalValue() interface{} #### 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 ``` @@ -78974,7 +78974,7 @@ func InternalValue() interface{} #### 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 ``` @@ -79134,7 +79134,7 @@ func InternalValue() interface{} #### 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 ``` @@ -79452,7 +79452,7 @@ func InternalValue() interface{} #### 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 ``` @@ -79612,7 +79612,7 @@ func InternalValue() interface{} #### 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 ``` @@ -79912,7 +79912,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 ``` @@ -80072,7 +80072,7 @@ func InternalValue() interface{} #### 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 ``` @@ -80368,7 +80368,7 @@ func InternalValue() interface{} #### 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 9eb8ffbf1..6b3106e87 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 ea977bd1f..95cfd4cee 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 2a66ee761..329a92ac4 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 9cb50582f..cfdc2529c 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 4410e16a0..1152b4d0c 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 578fe1227..66b31c718 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 ebdac0c83..0a540f120 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 b79d0aa79..f7afe26a0 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 ``` @@ -537,7 +537,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 ``` @@ -569,7 +569,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 ``` @@ -583,7 +583,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 ``` @@ -597,7 +597,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 ``` @@ -1321,7 +1321,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{}, @@ -1780,7 +1780,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, @@ -1830,7 +1830,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, @@ -1882,7 +1882,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 ``` @@ -2042,7 +2042,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 ``` @@ -2367,7 +2367,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 ``` @@ -2527,7 +2527,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 9a8dbe858..0e1288651 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 58ebd67f0..e05c67a95 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 478cd54ae..d10a05187 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 ``` @@ -495,7 +495,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 ``` @@ -527,7 +527,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 ``` @@ -541,7 +541,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 ``` @@ -555,7 +555,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 ``` @@ -1180,7 +1180,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{}, @@ -1559,7 +1559,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, @@ -1609,7 +1609,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, @@ -1661,7 +1661,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 ``` @@ -1821,7 +1821,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 ``` @@ -2139,7 +2139,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 ``` @@ -2299,7 +2299,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 e9836d64a..c9b7b8b7c 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 83e57d9ac..c289bb804 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 ``` @@ -480,7 +480,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 ``` @@ -512,7 +512,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 ``` @@ -526,7 +526,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 ``` @@ -540,7 +540,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 ``` @@ -1077,7 +1077,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{}, @@ -1392,7 +1392,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, @@ -1442,7 +1442,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, @@ -1508,7 +1508,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, @@ -1560,7 +1560,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 ``` @@ -1720,7 +1720,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 ``` @@ -2038,7 +2038,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 ``` @@ -2198,7 +2198,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 ``` @@ -2538,7 +2538,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 ``` @@ -2698,7 +2698,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 ba6ae5e43..e4f50bd11 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 9014fb4ce..5849f2f8e 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 62e618665..fd9213dd8 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 647a9f5f8..44a370cbe 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.45.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 81714de94..809ebdeb3 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.45.0/docs/resources/alert_channel // generated from terraform resource schema @@ -32,7 +27,7 @@ export interface AlertChannelConfig extends cdktf.TerraformMetaArguments { */ readonly name: string; /** - * (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). + * (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.0/docs/resources/alert_channel#type AlertChannel#type} */ diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts index f4382d47d..e194f8692 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.45.0/docs/resources/alert_condition // generated from terraform resource schema diff --git a/src/alert-muting-rule/index.ts b/src/alert-muting-rule/index.ts index 7940feca4..cea4c192e 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.45.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 9c1f6db9a..88e41446e 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.45.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 879a6085a..2e78763b0 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.45.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 6b6f55369..9e8f11476 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.45.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 0764bc1d1..2c13d2e15 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.45.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 152420ea5..f11387f3b 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.45.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 a72600b32..449e468e4 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.45.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 2f7f753f7..62bffbcc4 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.45.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 fa772814d..eb24c0079 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.45.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 a77b3a445..ea0180936 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.45.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 639d7a67b..248b6f83b 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.45.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 4fcfbcc34..002fa0612 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.45.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 cb53eb0c4..c040827fb 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.45.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 0a104cd27..4cd9bf78a 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.45.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 9e50f9970..d8e009580 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.45.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 39c84f1f9..642524490 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.45.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 a78588a30..8c8cd1c3f 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.45.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 8f9462fd8..f7a633c13 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.45.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 1bd6d85ee..c9cd0bf07 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.45.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 e0ed57b01..d2516b8f2 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.45.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 0eb99a32f..7d177ca7e 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.45.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 6cc720fa8..82132f9b1 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.45.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 9814c9dea..edc29ac98 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.45.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 8d1e803fe..f4ad968d8 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.45.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 712c60c55..d3c0ac451 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.45.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 0f54756ab..4e66e19b9 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.45.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 e802c5f41..d3bcb1e01 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.45.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 4bab01b2e..ede9e85dd 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.45.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 76885ce8b..97bb69cd7 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.45.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 08fca57b0..30d1161fc 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.45.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 a7ae54777..5b29ca240 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.45.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 a9a697292..0b70521f3 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.45.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 5c9490c4c..bf87a275e 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.45.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 4bc130d5f..b2d5ae392 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.45.0/docs/resources/group // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 1a6698a5f..d1c6bcbeb 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 7365ea2dd..bb98acc59 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.45.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 7f3229f80..088a686c4 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.45.0/docs/resources/insights_event // generated from terraform resource schema diff --git a/src/lazy-index.ts b/src/lazy-index.ts index d8046eceb..e241908f8 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 530541d92..c761468b0 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.45.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 c68ad770c..45d42c16d 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.45.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 f67838437..9af3436e9 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.45.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 f47a3e7e0..9ac20194a 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.45.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 b682f4c63..42af3968b 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.45.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 2df0b82f4..8153501cf 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.45.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 75a22d443..7e519f460 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.45.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 965ac4f0c..570ba39b4 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.45.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 fe69c2c07..7f3d59a08 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.45.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 961dddd0f..f1d85633c 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.45.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 b87dc48d1..13a6ef244 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 200b51f69..b10589590 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 { OneDashboardPageWidgetPieColors, oneDashboardPageWidgetPieColorsToTerraform, diff --git a/src/one-dashboard/index.ts b/src/one-dashboard/index.ts index 7c9a854f5..2fcf5365b 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 d526d5e77..45d955188 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.45.0/docs // generated from terraform resource schema diff --git a/src/service-level/index.ts b/src/service-level/index.ts index 0cc8ede42..846cc224a 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.45.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 53d269924..018ef8871 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.45.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 72a5db2b8..b7c2aebc6 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.45.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 b0b5778e8..5827ef142 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.45.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 60e3991b6..000624613 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.45.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 77c259a23..1a8a43f27 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.45.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 bd36a0f06..06dd7fd5c 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.45.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 3babb684c..ac935316b 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.45.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 1257a091e..2f028ee67 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.45.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 56c830a57..a99770cae 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.45.0/docs/resources/synthetics_step_monitor // generated from terraform resource schema diff --git a/src/user/index.ts b/src/user/index.ts index bf31a4dbc..e2c41cff4 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.45.0/docs/resources/user // generated from terraform resource schema diff --git a/src/workflow/index.ts b/src/workflow/index.ts index af78ab3c9..ba972833b 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.45.0/docs/resources/workflow // generated from terraform resource schema diff --git a/src/workload/index.ts b/src/workload/index.ts index 719e5421a..1f74d5d1b 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.45.0/docs/resources/workload // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index d6946c2c1..445362ecc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -231,9 +231,9 @@ glob "10.4.1" "@cdktf/provider-project@^0.6.0": - version "0.6.6" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.6.tgz#07d54a91740ad81d5af06313845f990353238483" - integrity sha512-bHtsLeJsDqxsLgR7JkQLg3HJKuQJ3FcsRIlXgzhFxp6ZDIRxHrgnR+o6nE9vmjT28rDfkASnFvGY3En+38mLkg== + version "0.6.7" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.7.tgz#6642ced58a574e5f3006065d619b94871ab6d16b" + integrity sha512-hR4H2KQVvMb5a00K1rbNlrUSXXTIPMNMvo2aCBl0fSJK4TO88dGQQkVxcdRxk+JoNXTaWfSFIXqkpiomx+AcWA== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"