From 6afa5a7762207b23f9c4e101051c92b0bb11db72 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:04:44 +0100 Subject: [PATCH] chore(deps): Updated (#1829) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/4314485971 --- .github/workflows/build.yml | 1 + .projen/tasks.json | 2 +- docs/alertChannel.csharp.md | 4 +- docs/alertChannel.go.md | 20 +- docs/alertChannel.java.md | 8 +- docs/alertChannel.python.md | 8 +- docs/alertChannel.typescript.md | 4 +- docs/alertCondition.go.md | 16 +- docs/alertMutingRule.go.md | 28 +-- docs/alertPolicy.go.md | 10 +- docs/alertPolicyChannel.go.md | 16 +- docs/apiAccessKey.go.md | 10 +- docs/applicationSettings.go.md | 10 +- docs/cloudAwsGovcloudIntegrations.go.md | 130 ++++++------ docs/cloudAwsGovcloudLinkAccount.go.md | 10 +- docs/cloudAwsIntegrations.go.md | 58 +++--- docs/cloudAwsLinkAccount.go.md | 16 +- docs/cloudAzureIntegrations.go.md | 196 +++++++++--------- docs/cloudAzureLinkAccount.go.md | 10 +- docs/cloudGcpIntegrations.go.md | 166 +++++++-------- docs/cloudGcpLinkAccount.go.md | 10 +- docs/dataNewrelicAccount.go.md | 10 +- docs/dataNewrelicAlertChannel.go.md | 16 +- docs/dataNewrelicAlertPolicy.go.md | 10 +- docs/dataNewrelicApplication.go.md | 10 +- docs/dataNewrelicCloudAccount.go.md | 10 +- docs/dataNewrelicEntity.go.md | 16 +- docs/dataNewrelicKeyTransaction.go.md | 10 +- .../dataNewrelicNotificationDestination.go.md | 16 +- docs/dataNewrelicObfuscationExpression.go.md | 10 +- ...ataNewrelicSyntheticsPrivateLocation.go.md | 10 +- ...taNewrelicSyntheticsSecureCredential.go.md | 10 +- docs/dataNewrelicTestGrokPattern.go.md | 22 +- docs/entityTags.go.md | 22 +- docs/eventsToMetricsRule.go.md | 10 +- docs/infraAlertCondition.go.md | 22 +- docs/insightsEvent.go.md | 22 +- docs/logParsingRule.go.md | 10 +- docs/notificationChannel.go.md | 16 +- docs/notificationDestination.go.md | 28 +-- docs/nrqlAlertCondition.go.md | 40 ++-- docs/nrqlDropRule.go.md | 10 +- docs/obfuscationExpression.go.md | 10 +- docs/obfuscationRule.go.md | 16 +- docs/oneDashboard.go.md | 196 +++++++++--------- docs/oneDashboardJson.go.md | 16 +- docs/oneDashboardRaw.go.md | 22 +- docs/provider.go.md | 10 +- docs/serviceLevel.go.md | 70 +++---- docs/syntheticsAlertCondition.go.md | 10 +- docs/syntheticsBrokenLinksMonitor.go.md | 16 +- docs/syntheticsCertCheckMonitor.go.md | 16 +- docs/syntheticsMonitor.go.md | 22 +- ...yntheticsMultilocationAlertCondition.go.md | 22 +- docs/syntheticsPrivateLocation.go.md | 10 +- docs/syntheticsScriptMonitor.go.md | 22 +- docs/syntheticsSecureCredential.go.md | 16 +- docs/syntheticsStepMonitor.go.md | 28 +-- docs/workflow.go.md | 46 ++-- docs/workload.go.md | 58 +++--- package.json | 2 +- src/alert-channel/index.ts | 2 +- yarn.lock | 14 +- 63 files changed, 844 insertions(+), 843 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 421970d74..41c89a517 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.projen/tasks.json b/.projen/tasks.json index 81d87d5d2..e68a2d848 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -116,7 +116,7 @@ "description": "Generate API.md from .jsii manifest", "steps": [ { - "exec": "rm -rf docs && mkdir docs && jsii-docgen --split-by-submodule -l typescript -l python -l java -l csharp -l go && mv *.*.md docs" + "exec": "rm -rf docs && mkdir docs && jsii-docgen --split-by-submodule -l typescript -l python -l java -l csharp -l go && mv *.*.md docs && cd docs && ls ./ | xargs sed -i '150000,$ d' $1" } ] }, diff --git a/docs/alertChannel.csharp.md b/docs/alertChannel.csharp.md index 156c80914..9b4b314e8 100644 --- a/docs/alertChannel.csharp.md +++ b/docs/alertChannel.csharp.md @@ -685,7 +685,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -784,7 +784,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md index f910a6347..1608da0de 100644 --- a/docs/alertChannel.go.md +++ b/docs/alertChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/alert_cha #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" alertchannel.NewAlertChannel(scope Construct, id *string, config AlertChannelConfig) AlertChannel ``` @@ -300,7 +300,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" alertchannel.AlertChannel_IsConstruct(x interface{}) *bool ``` @@ -332,7 +332,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" alertchannel.AlertChannel_IsTerraformElement(x interface{}) *bool ``` @@ -346,7 +346,7 @@ alertchannel.AlertChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" alertchannel.AlertChannel_IsTerraformResource(x interface{}) *bool ``` @@ -655,7 +655,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" &alertchannel.AlertChannelConfig { Connection: interface{}, @@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" Name: *string, Type: *string, AccountId: *f64, - Config: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertChannel.AlertChannelConfigA, + Config: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.alertChannel.AlertChannelConfigA, Id: *string, } ``` @@ -685,7 +685,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -784,7 +784,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} @@ -838,7 +838,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/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" &alertchannel.AlertChannelConfigA { ApiKey: *string, @@ -1198,7 +1198,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertchannel" alertchannel.NewAlertChannelConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertChannelConfigAOutputReference ``` diff --git a/docs/alertChannel.java.md b/docs/alertChannel.java.md index 548857512..62d392e18 100644 --- a/docs/alertChannel.java.md +++ b/docs/alertChannel.java.md @@ -42,7 +42,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} @@ -802,7 +802,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -901,7 +901,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.python.md b/docs/alertChannel.python.md index d9903a851..ef765a4a5 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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} @@ -1059,7 +1059,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -1158,7 +1158,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.typescript.md b/docs/alertChannel.typescript.md index 36d3d237c..84eced251 100644 --- a/docs/alertChannel.typescript.md +++ b/docs/alertChannel.typescript.md @@ -672,7 +672,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). | | 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://www.terraform.io/docs/providers/newrelic/r/alert_channel#id AlertChannel#id}. | @@ -771,7 +771,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md index 01ba80741..b4dd8cc01 100644 --- a/docs/alertCondition.go.md +++ b/docs/alertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/alert_con #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" alertcondition.NewAlertCondition(scope Construct, id *string, config AlertConditionConfig) AlertCondition ``` @@ -335,7 +335,7 @@ func ResetViolationCloseTimer() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" alertcondition.AlertCondition_IsConstruct(x interface{}) *bool ``` @@ -367,7 +367,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" alertcondition.AlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -381,7 +381,7 @@ alertcondition.AlertCondition_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" alertcondition.AlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -888,7 +888,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" &alertcondition.AlertConditionConfig { Connection: interface{}, @@ -1219,7 +1219,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" &alertcondition.AlertConditionTerm { Duration: *f64, @@ -1319,7 +1319,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertcondition" alertcondition.NewAlertConditionTermList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertConditionTermList ``` @@ -1462,7 +1462,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 5c205cfed..af9914965 100644 --- a/docs/alertMutingRule.go.md +++ b/docs/alertMutingRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/alert_mut #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.NewAlertMutingRule(scope Construct, id *string, config AlertMutingRuleConfig) AlertMutingRule ``` @@ -320,7 +320,7 @@ func ResetSchedule() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.AlertMutingRule_IsConstruct(x interface{}) *bool ``` @@ -352,7 +352,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.AlertMutingRule_IsTerraformElement(x interface{}) *bool ``` @@ -366,7 +366,7 @@ alertmutingrule.AlertMutingRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.AlertMutingRule_IsTerraformResource(x interface{}) *bool ``` @@ -719,7 +719,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" &alertmutingrule.AlertMutingRuleCondition { Conditions: interface{}, @@ -769,7 +769,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" &alertmutingrule.AlertMutingRuleConditionConditions { Attribute: *string, @@ -835,7 +835,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" &alertmutingrule.AlertMutingRuleConfig { Connection: interface{}, @@ -845,13 +845,13 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/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.alertMutingRule.AlertMutingRuleCondition, + Condition: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.alertMutingRule.AlertMutingRuleCondition, Enabled: interface{}, Name: *string, AccountId: *f64, Description: *string, Id: *string, - Schedule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertMutingRule.AlertMutingRuleSchedule, + Schedule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.alertMutingRule.AlertMutingRuleSchedule, } ``` @@ -1050,7 +1050,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" &alertmutingrule.AlertMutingRuleSchedule { TimeZone: *string, @@ -1182,7 +1182,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.NewAlertMutingRuleConditionConditionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertMutingRuleConditionConditionsList ``` @@ -1325,7 +1325,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.NewAlertMutingRuleConditionConditionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) AlertMutingRuleConditionConditionsOutputReference ``` @@ -1658,7 +1658,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.NewAlertMutingRuleConditionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertMutingRuleConditionOutputReference ``` @@ -1964,7 +1964,7 @@ func InternalValue() AlertMutingRuleCondition #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertmutingrule" alertmutingrule.NewAlertMutingRuleScheduleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertMutingRuleScheduleOutputReference ``` diff --git a/docs/alertPolicy.go.md b/docs/alertPolicy.go.md index d3519a4df..9df4e4a38 100644 --- a/docs/alertPolicy.go.md +++ b/docs/alertPolicy.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/alert_pol #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicy" alertpolicy.NewAlertPolicy(scope Construct, id *string, config AlertPolicyConfig) AlertPolicy ``` @@ -294,7 +294,7 @@ func ResetIncidentPreference() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicy" alertpolicy.AlertPolicy_IsConstruct(x interface{}) *bool ``` @@ -326,7 +326,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicy" alertpolicy.AlertPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -340,7 +340,7 @@ alertpolicy.AlertPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicy" alertpolicy.AlertPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -649,7 +649,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicy" &alertpolicy.AlertPolicyConfig { Connection: interface{}, diff --git a/docs/alertPolicyChannel.go.md b/docs/alertPolicyChannel.go.md index aba785064..aba21aac5 100644 --- a/docs/alertPolicyChannel.go.md +++ b/docs/alertPolicyChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/alert_pol #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" alertpolicychannel.NewAlertPolicyChannel(scope Construct, id *string, config AlertPolicyChannelConfig) AlertPolicyChannel ``` @@ -300,7 +300,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_IsConstruct(x interface{}) *bool ``` @@ -332,7 +332,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_IsTerraformElement(x interface{}) *bool ``` @@ -346,7 +346,7 @@ alertpolicychannel.AlertPolicyChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_IsTerraformResource(x interface{}) *bool ``` @@ -655,7 +655,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" &alertpolicychannel.AlertPolicyChannelConfig { Connection: interface{}, @@ -669,7 +669,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" PolicyId: *f64, AccountId: *f64, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.alertPolicyChannel.AlertPolicyChannelTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.alertPolicyChannel.AlertPolicyChannelTimeouts, } ``` @@ -840,7 +840,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" &alertpolicychannel.AlertPolicyChannelTimeouts { Create: *string, @@ -874,7 +874,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/alertpolicychannel" alertpolicychannel.NewAlertPolicyChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertPolicyChannelTimeoutsOutputReference ``` diff --git a/docs/apiAccessKey.go.md b/docs/apiAccessKey.go.md index 463bd8ac1..5f0d514cb 100644 --- a/docs/apiAccessKey.go.md +++ b/docs/apiAccessKey.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/api_acces #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/apiaccesskey" apiaccesskey.NewApiAccessKey(scope Construct, id *string, config ApiAccessKeyConfig) ApiAccessKey ``` @@ -301,7 +301,7 @@ func ResetUserId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/apiaccesskey" apiaccesskey.ApiAccessKey_IsConstruct(x interface{}) *bool ``` @@ -333,7 +333,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/apiaccesskey" apiaccesskey.ApiAccessKey_IsTerraformElement(x interface{}) *bool ``` @@ -347,7 +347,7 @@ apiaccesskey.ApiAccessKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/apiaccesskey" apiaccesskey.ApiAccessKey_IsTerraformResource(x interface{}) *bool ``` @@ -711,7 +711,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/apiaccesskey" &apiaccesskey.ApiAccessKeyConfig { Connection: interface{}, diff --git a/docs/applicationSettings.go.md b/docs/applicationSettings.go.md index c8498e298..1b0fae878 100644 --- a/docs/applicationSettings.go.md +++ b/docs/applicationSettings.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/applicati #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/applicationsettings" applicationsettings.NewApplicationSettings(scope Construct, id *string, config ApplicationSettingsConfig) ApplicationSettings ``` @@ -273,7 +273,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/applicationsettings" applicationsettings.ApplicationSettings_IsConstruct(x interface{}) *bool ``` @@ -305,7 +305,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/applicationsettings" applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool ``` @@ -319,7 +319,7 @@ applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/applicationsettings" applicationsettings.ApplicationSettings_IsTerraformResource(x interface{}) *bool ``` @@ -628,7 +628,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/applicationsettings" &applicationsettings.ApplicationSettingsConfig { Connection: interface{}, diff --git a/docs/cloudAwsGovcloudIntegrations.go.md b/docs/cloudAwsGovcloudIntegrations.go.md index 7d07fa043..17b94fe83 100644 --- a/docs/cloudAwsGovcloudIntegrations.go.md +++ b/docs/cloudAwsGovcloudIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_aws #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrations(scope Construct, id *string, config CloudAwsGovcloudIntegrationsConfig) CloudAwsGovcloudIntegrations ``` @@ -680,7 +680,7 @@ func ResetSqs() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsConstruct(x interface{}) *bool ``` @@ -712,7 +712,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -726,7 +726,7 @@ cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -1431,7 +1431,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAlb { AwsRegions: *[]*string, @@ -1565,7 +1565,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsApiGateway { AwsRegions: *[]*string, @@ -1665,7 +1665,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAutoScaling { AwsRegions: *[]*string, @@ -1715,7 +1715,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect { AwsRegions: *[]*string, @@ -1765,7 +1765,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAwsStates { AwsRegions: *[]*string, @@ -1815,7 +1815,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsCloudtrail { AwsRegions: *[]*string, @@ -1865,7 +1865,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsConfig { Connection: interface{}, @@ -1877,27 +1877,27 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudint Provisioners: *[]interface{}, LinkedAccountId: *f64, AccountId: *f64, - 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, + Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAlb, + ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsApiGateway, + AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAutoScaling, + AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect, + AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsStates, + Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsCloudtrail, + DynamoDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsDynamoDb, + Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEbs, + Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEc2, + ElasticSearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElasticSearch, + Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElb, + Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEmr, + Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsIam, Id: *string, - 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, + Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsLambda, + Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRds, + RedShift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRedShift, + Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRoute53, + S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsS3, + Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSns, + Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSqs, } ``` @@ -2336,7 +2336,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsDynamoDb { AwsRegions: *[]*string, @@ -2454,7 +2454,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEbs { AwsRegions: *[]*string, @@ -2554,7 +2554,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEc2 { AwsRegions: *[]*string, @@ -2652,7 +2652,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsElasticSearch { AwsRegions: *[]*string, @@ -2750,7 +2750,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsElb { AwsRegions: *[]*string, @@ -2836,7 +2836,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEmr { AwsRegions: *string, @@ -2936,7 +2936,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsIam { MetricsPollingInterval: *f64, @@ -3002,7 +3002,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsLambda { AwsRegions: *[]*string, @@ -3102,7 +3102,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRds { AwsRegions: *[]*string, @@ -3202,7 +3202,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRedShift { AwsRegions: *[]*string, @@ -3284,7 +3284,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRoute53 { FetchExtendedInventory: interface{}, @@ -3336,7 +3336,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsS3 { FetchExtendedInventory: interface{}, @@ -3438,7 +3438,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsSns { AwsRegions: *[]*string, @@ -3506,7 +3506,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsSqs { AwsRegions: *[]*string, @@ -3642,7 +3642,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAlbOutputReference ``` @@ -4094,7 +4094,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAlb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsApiGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsApiGatewayOutputReference ``` @@ -4488,7 +4488,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsApiGateway #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAutoScalingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAutoScalingOutputReference ``` @@ -4795,7 +4795,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAutoScaling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference ``` @@ -5102,7 +5102,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAwsDirectConnect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAwsStatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAwsStatesOutputReference ``` @@ -5409,7 +5409,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAwsStates #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsCloudtrailOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsCloudtrailOutputReference ``` @@ -5716,7 +5716,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsCloudtrail #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsDynamoDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsDynamoDbOutputReference ``` @@ -6139,7 +6139,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsDynamoDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEbsOutputReference ``` @@ -6533,7 +6533,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEc2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEc2OutputReference ``` @@ -6927,7 +6927,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEc2 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsElasticSearchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsElasticSearchOutputReference ``` @@ -7321,7 +7321,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsElasticSearch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsElbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsElbOutputReference ``` @@ -7686,7 +7686,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsElb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEmrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEmrOutputReference ``` @@ -8080,7 +8080,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEmr #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsIamOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsIamOutputReference ``` @@ -8416,7 +8416,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsIam #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsLambdaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsLambdaOutputReference ``` @@ -8810,7 +8810,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsLambda #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRdsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRdsOutputReference ``` @@ -9204,7 +9204,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRds #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRedShiftOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRedShiftOutputReference ``` @@ -9569,7 +9569,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRedShift #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRoute53OutputReference ``` @@ -9876,7 +9876,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsS3OutputReference ``` @@ -10270,7 +10270,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsS3 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsSnsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsSnsOutputReference ``` @@ -10606,7 +10606,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsSns #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsSqsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsSqsOutputReference ``` diff --git a/docs/cloudAwsGovcloudLinkAccount.go.md b/docs/cloudAwsGovcloudLinkAccount.go.md index ed4292698..335da98af 100644 --- a/docs/cloudAwsGovcloudLinkAccount.go.md +++ b/docs/cloudAwsGovcloudLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_aws #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.NewCloudAwsGovcloudLinkAccount(scope Construct, id *string, config CloudAwsGovcloudLinkAccountConfig) CloudAwsGovcloudLinkAccount ``` @@ -287,7 +287,7 @@ func ResetMetricCollectionMode() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -319,7 +319,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -333,7 +333,7 @@ cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -686,7 +686,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsgovcloudlinkaccount" &cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccountConfig { Connection: interface{}, diff --git a/docs/cloudAwsIntegrations.go.md b/docs/cloudAwsIntegrations.go.md index 451ed7791..0eb2452f7 100644 --- a/docs/cloudAwsIntegrations.go.md +++ b/docs/cloudAwsIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_aws #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrations(scope Construct, id *string, config CloudAwsIntegrationsConfig) CloudAwsIntegrations ``` @@ -440,7 +440,7 @@ func ResetXRay() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_IsConstruct(x interface{}) *bool ``` @@ -472,7 +472,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -486,7 +486,7 @@ cloudawsintegrations.CloudAwsIntegrations_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -927,7 +927,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsBilling { MetricsPollingInterval: *f64, @@ -961,7 +961,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsCloudtrail { AwsRegions: *[]*string, @@ -1011,7 +1011,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsConfig { Connection: interface{}, @@ -1023,15 +1023,15 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegration Provisioners: *[]interface{}, LinkedAccountId: *f64, AccountId: *f64, - Billing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsBilling, - Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsCloudtrail, - DocDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsDocDb, - Health: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsHealth, + Billing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsBilling, + Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsCloudtrail, + DocDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsDocDb, + Health: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsHealth, Id: *string, - S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsS3, - 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, + S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsS3, + TrustedAdvisor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsTrustedAdvisor, + Vpc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsVpc, + XRay: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsIntegrations.CloudAwsIntegrationsXRay, } ``` @@ -1290,7 +1290,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsDocDb { MetricsPollingInterval: *f64, @@ -1324,7 +1324,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsHealth { MetricsPollingInterval: *f64, @@ -1358,7 +1358,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsS3 { MetricsPollingInterval: *f64, @@ -1392,7 +1392,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsTrustedAdvisor { MetricsPollingInterval: *f64, @@ -1426,7 +1426,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsVpc { AwsRegions: *[]*string, @@ -1544,7 +1544,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsXRay { AwsRegions: *[]*string, @@ -1596,7 +1596,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsBillingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsBillingOutputReference ``` @@ -1874,7 +1874,7 @@ func InternalValue() CloudAwsIntegrationsBilling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsCloudtrailOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsCloudtrailOutputReference ``` @@ -2181,7 +2181,7 @@ func InternalValue() CloudAwsIntegrationsCloudtrail #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsDocDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsDocDbOutputReference ``` @@ -2459,7 +2459,7 @@ func InternalValue() CloudAwsIntegrationsDocDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsHealthOutputReference ``` @@ -2737,7 +2737,7 @@ func InternalValue() CloudAwsIntegrationsHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsS3OutputReference ``` @@ -3015,7 +3015,7 @@ func InternalValue() CloudAwsIntegrationsS3 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsTrustedAdvisorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsTrustedAdvisorOutputReference ``` @@ -3293,7 +3293,7 @@ func InternalValue() CloudAwsIntegrationsTrustedAdvisor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsVpcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsVpcOutputReference ``` @@ -3716,7 +3716,7 @@ func InternalValue() CloudAwsIntegrationsVpc #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsXRayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsXRayOutputReference ``` diff --git a/docs/cloudAwsLinkAccount.go.md b/docs/cloudAwsLinkAccount.go.md index 015456151..5b6e0add6 100644 --- a/docs/cloudAwsLinkAccount.go.md +++ b/docs/cloudAwsLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_aws #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" cloudawslinkaccount.NewCloudAwsLinkAccount(scope Construct, id *string, config CloudAwsLinkAccountConfig) CloudAwsLinkAccount ``` @@ -307,7 +307,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -339,7 +339,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -353,7 +353,7 @@ cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -684,7 +684,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" &cloudawslinkaccount.CloudAwsLinkAccountConfig { Connection: interface{}, @@ -699,7 +699,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount AccountId: *f64, Id: *string, MetricCollectionMode: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsLinkAccount.CloudAwsLinkAccountTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAwsLinkAccount.CloudAwsLinkAccountTimeouts, } ``` @@ -883,7 +883,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" &cloudawslinkaccount.CloudAwsLinkAccountTimeouts { Create: *string, @@ -917,7 +917,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudawslinkaccount" cloudawslinkaccount.NewCloudAwsLinkAccountTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsLinkAccountTimeoutsOutputReference ``` diff --git a/docs/cloudAzureIntegrations.go.md b/docs/cloudAzureIntegrations.go.md index 92dbab341..2226e4258 100644 --- a/docs/cloudAzureIntegrations.go.md +++ b/docs/cloudAzureIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_azu #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrations(scope Construct, id *string, config CloudAzureIntegrationsConfig) CloudAzureIntegrations ``` @@ -900,7 +900,7 @@ func ResetVpnGateway() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_IsConstruct(x interface{}) *bool ``` @@ -932,7 +932,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -946,7 +946,7 @@ cloudazureintegrations.CloudAzureIntegrations_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -1893,7 +1893,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsApiManagement { MetricsPollingInterval: *f64, @@ -1943,7 +1943,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsAppGateway { MetricsPollingInterval: *f64, @@ -1993,7 +1993,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsAppService { MetricsPollingInterval: *f64, @@ -2043,7 +2043,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsConfig { Connection: interface{}, @@ -2055,38 +2055,38 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrati Provisioners: *[]interface{}, LinkedAccountId: *f64, AccountId: *f64, - 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, + ApiManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsApiManagement, + AppGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsAppGateway, + AppService: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsAppService, + Containers: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsContainers, + CosmosDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsCosmosDb, + CostManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsCostManagement, + DataFactory: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsDataFactory, + EventHub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsEventHub, + ExpressRoute: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsExpressRoute, + Firewalls: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsFirewalls, + FrontDoor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsFrontDoor, + Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsFunctions, Id: *string, - 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, - 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, + KeyVault: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsKeyVault, + LoadBalancer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsLoadBalancer, + LogicApps: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsLogicApps, + MachineLearning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsMachineLearning, + MariaDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsMariaDb, + Mysql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsMysql, + MysqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsMysqlFlexible, + Postgresql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsPostgresql, + PostgresqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsPostgresqlFlexible, + PowerBiDedicated: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsPowerBiDedicated, + RedisCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsRedisCache, + ServiceBus: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsServiceBus, + Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsSql, + SqlManaged: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsSqlManaged, + Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsStorage, + VirtualMachine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsVirtualMachine, + VirtualNetworks: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsVirtualNetworks, + Vms: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsVms, + VpnGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudAzureIntegrations.CloudAzureIntegrationsVpnGateway, } ``` @@ -2690,7 +2690,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsContainers { MetricsPollingInterval: *f64, @@ -2740,7 +2740,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsCosmosDb { MetricsPollingInterval: *f64, @@ -2790,7 +2790,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsCostManagement { MetricsPollingInterval: *f64, @@ -2840,7 +2840,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsDataFactory { MetricsPollingInterval: *f64, @@ -2890,7 +2890,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsEventHub { MetricsPollingInterval: *f64, @@ -2940,7 +2940,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsExpressRoute { MetricsPollingInterval: *f64, @@ -2990,7 +2990,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsFirewalls { MetricsPollingInterval: *f64, @@ -3040,7 +3040,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsFrontDoor { MetricsPollingInterval: *f64, @@ -3090,7 +3090,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsFunctions { MetricsPollingInterval: *f64, @@ -3140,7 +3140,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsKeyVault { MetricsPollingInterval: *f64, @@ -3190,7 +3190,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsLoadBalancer { MetricsPollingInterval: *f64, @@ -3240,7 +3240,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsLogicApps { MetricsPollingInterval: *f64, @@ -3290,7 +3290,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMachineLearning { MetricsPollingInterval: *f64, @@ -3340,7 +3340,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMariaDb { MetricsPollingInterval: *f64, @@ -3390,7 +3390,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMysql { MetricsPollingInterval: *f64, @@ -3440,7 +3440,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMysqlFlexible { MetricsPollingInterval: *f64, @@ -3490,7 +3490,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsPostgresql { MetricsPollingInterval: *f64, @@ -3540,7 +3540,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsPostgresqlFlexible { MetricsPollingInterval: *f64, @@ -3590,7 +3590,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsPowerBiDedicated { MetricsPollingInterval: *f64, @@ -3640,7 +3640,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsRedisCache { MetricsPollingInterval: *f64, @@ -3690,7 +3690,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsServiceBus { MetricsPollingInterval: *f64, @@ -3740,7 +3740,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsSql { MetricsPollingInterval: *f64, @@ -3790,7 +3790,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsSqlManaged { MetricsPollingInterval: *f64, @@ -3840,7 +3840,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsStorage { MetricsPollingInterval: *f64, @@ -3890,7 +3890,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVirtualMachine { MetricsPollingInterval: *f64, @@ -3940,7 +3940,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVirtualNetworks { MetricsPollingInterval: *f64, @@ -3990,7 +3990,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVms { MetricsPollingInterval: *f64, @@ -4040,7 +4040,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVpnGateway { MetricsPollingInterval: *f64, @@ -4092,7 +4092,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsApiManagementOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsApiManagementOutputReference ``` @@ -4399,7 +4399,7 @@ func InternalValue() CloudAzureIntegrationsApiManagement #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsAppGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsAppGatewayOutputReference ``` @@ -4706,7 +4706,7 @@ func InternalValue() CloudAzureIntegrationsAppGateway #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsAppServiceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsAppServiceOutputReference ``` @@ -5013,7 +5013,7 @@ func InternalValue() CloudAzureIntegrationsAppService #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsContainersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsContainersOutputReference ``` @@ -5320,7 +5320,7 @@ func InternalValue() CloudAzureIntegrationsContainers #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsCosmosDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsCosmosDbOutputReference ``` @@ -5627,7 +5627,7 @@ func InternalValue() CloudAzureIntegrationsCosmosDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsCostManagementOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsCostManagementOutputReference ``` @@ -5934,7 +5934,7 @@ func InternalValue() CloudAzureIntegrationsCostManagement #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsDataFactoryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsDataFactoryOutputReference ``` @@ -6241,7 +6241,7 @@ func InternalValue() CloudAzureIntegrationsDataFactory #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsEventHubOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsEventHubOutputReference ``` @@ -6548,7 +6548,7 @@ func InternalValue() CloudAzureIntegrationsEventHub #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsExpressRouteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsExpressRouteOutputReference ``` @@ -6855,7 +6855,7 @@ func InternalValue() CloudAzureIntegrationsExpressRoute #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsFirewallsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFirewallsOutputReference ``` @@ -7162,7 +7162,7 @@ func InternalValue() CloudAzureIntegrationsFirewalls #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsFrontDoorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFrontDoorOutputReference ``` @@ -7469,7 +7469,7 @@ func InternalValue() CloudAzureIntegrationsFrontDoor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsFunctionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFunctionsOutputReference ``` @@ -7776,7 +7776,7 @@ func InternalValue() CloudAzureIntegrationsFunctions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsKeyVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsKeyVaultOutputReference ``` @@ -8083,7 +8083,7 @@ func InternalValue() CloudAzureIntegrationsKeyVault #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsLoadBalancerOutputReference ``` @@ -8390,7 +8390,7 @@ func InternalValue() CloudAzureIntegrationsLoadBalancer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsLogicAppsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsLogicAppsOutputReference ``` @@ -8697,7 +8697,7 @@ func InternalValue() CloudAzureIntegrationsLogicApps #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMachineLearningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMachineLearningOutputReference ``` @@ -9004,7 +9004,7 @@ func InternalValue() CloudAzureIntegrationsMachineLearning #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMariaDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMariaDbOutputReference ``` @@ -9311,7 +9311,7 @@ func InternalValue() CloudAzureIntegrationsMariaDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMysqlFlexibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMysqlFlexibleOutputReference ``` @@ -9618,7 +9618,7 @@ func InternalValue() CloudAzureIntegrationsMysqlFlexible #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMysqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMysqlOutputReference ``` @@ -9925,7 +9925,7 @@ func InternalValue() CloudAzureIntegrationsMysql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsPostgresqlFlexibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPostgresqlFlexibleOutputReference ``` @@ -10232,7 +10232,7 @@ func InternalValue() CloudAzureIntegrationsPostgresqlFlexible #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsPostgresqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPostgresqlOutputReference ``` @@ -10539,7 +10539,7 @@ func InternalValue() CloudAzureIntegrationsPostgresql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsPowerBiDedicatedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPowerBiDedicatedOutputReference ``` @@ -10846,7 +10846,7 @@ func InternalValue() CloudAzureIntegrationsPowerBiDedicated #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsRedisCacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsRedisCacheOutputReference ``` @@ -11153,7 +11153,7 @@ func InternalValue() CloudAzureIntegrationsRedisCache #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsServiceBusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsServiceBusOutputReference ``` @@ -11460,7 +11460,7 @@ func InternalValue() CloudAzureIntegrationsServiceBus #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsSqlManagedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsSqlManagedOutputReference ``` @@ -11767,7 +11767,7 @@ func InternalValue() CloudAzureIntegrationsSqlManaged #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsSqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsSqlOutputReference ``` @@ -12074,7 +12074,7 @@ func InternalValue() CloudAzureIntegrationsSql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsStorageOutputReference ``` @@ -12381,7 +12381,7 @@ func InternalValue() CloudAzureIntegrationsStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVirtualMachineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVirtualMachineOutputReference ``` @@ -12688,7 +12688,7 @@ func InternalValue() CloudAzureIntegrationsVirtualMachine #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVirtualNetworksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVirtualNetworksOutputReference ``` @@ -12995,7 +12995,7 @@ func InternalValue() CloudAzureIntegrationsVirtualNetworks #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVmsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVmsOutputReference ``` @@ -13302,7 +13302,7 @@ func InternalValue() CloudAzureIntegrationsVms #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVpnGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVpnGatewayOutputReference ``` diff --git a/docs/cloudAzureLinkAccount.go.md b/docs/cloudAzureLinkAccount.go.md index 776e2f3e4..787d3c379 100644 --- a/docs/cloudAzureLinkAccount.go.md +++ b/docs/cloudAzureLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_azu #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazurelinkaccount" cloudazurelinkaccount.NewCloudAzureLinkAccount(scope Construct, id *string, config CloudAzureLinkAccountConfig) CloudAzureLinkAccount ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -679,7 +679,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudazurelinkaccount" &cloudazurelinkaccount.CloudAzureLinkAccountConfig { Connection: interface{}, diff --git a/docs/cloudGcpIntegrations.go.md b/docs/cloudGcpIntegrations.go.md index 7b07e0736..696a5e142 100644 --- a/docs/cloudGcpIntegrations.go.md +++ b/docs/cloudGcpIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_gcp #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrations(scope Construct, id *string, config CloudGcpIntegrationsConfig) CloudGcpIntegrations ``` @@ -800,7 +800,7 @@ func ResetVpcAccess() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_IsConstruct(x interface{}) *bool ``` @@ -832,7 +832,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -846,7 +846,7 @@ cloudgcpintegrations.CloudGcpIntegrations_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -1683,7 +1683,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsAlloyDb { MetricsPollingInterval: *f64, @@ -1717,7 +1717,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsAppEngine { MetricsPollingInterval: *f64, @@ -1751,7 +1751,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsBigQuery { FetchTags: interface{}, @@ -1801,7 +1801,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsBigTable { MetricsPollingInterval: *f64, @@ -1835,7 +1835,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsComposer { MetricsPollingInterval: *f64, @@ -1869,7 +1869,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsConfig { Connection: interface{}, @@ -1881,33 +1881,33 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegration Provisioners: *[]interface{}, LinkedAccountId: *f64, AccountId: *f64, - 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, + AlloyDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsAlloyDb, + AppEngine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsAppEngine, + BigQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsBigQuery, + BigTable: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsBigTable, + Composer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsComposer, + DataFlow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsDataFlow, + DataProc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsDataProc, + DataStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsDataStore, + FireBaseDatabase: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseDatabase, + FireBaseHosting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseHosting, + FireBaseStorage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseStorage, + FireStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsFireStore, + Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsFunctions, Id: *string, - 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, + Interconnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsInterconnect, + Kubernetes: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsKubernetes, + LoadBalancing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsLoadBalancing, + MemCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsMemCache, + PubSub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsPubSub, + Redis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsRedis, + Router: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsRouter, + Run: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsRun, + Spanner: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsSpanner, + Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsSql, + Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsStorage, + VirtualMachines: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsVirtualMachines, + VpcAccess: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.cloudGcpIntegrations.CloudGcpIntegrationsVpcAccess, } ``` @@ -2436,7 +2436,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsDataFlow { MetricsPollingInterval: *f64, @@ -2470,7 +2470,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsDataProc { MetricsPollingInterval: *f64, @@ -2504,7 +2504,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsDataStore { MetricsPollingInterval: *f64, @@ -2538,7 +2538,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireBaseDatabase { MetricsPollingInterval: *f64, @@ -2572,7 +2572,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireBaseHosting { MetricsPollingInterval: *f64, @@ -2606,7 +2606,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireBaseStorage { MetricsPollingInterval: *f64, @@ -2640,7 +2640,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireStore { MetricsPollingInterval: *f64, @@ -2674,7 +2674,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFunctions { MetricsPollingInterval: *f64, @@ -2708,7 +2708,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsInterconnect { MetricsPollingInterval: *f64, @@ -2742,7 +2742,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsKubernetes { MetricsPollingInterval: *f64, @@ -2776,7 +2776,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsLoadBalancing { MetricsPollingInterval: *f64, @@ -2810,7 +2810,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsMemCache { MetricsPollingInterval: *f64, @@ -2844,7 +2844,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsPubSub { FetchTags: interface{}, @@ -2894,7 +2894,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsRedis { MetricsPollingInterval: *f64, @@ -2928,7 +2928,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsRouter { MetricsPollingInterval: *f64, @@ -2962,7 +2962,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsRun { MetricsPollingInterval: *f64, @@ -2996,7 +2996,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsSpanner { FetchTags: interface{}, @@ -3046,7 +3046,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsSql { MetricsPollingInterval: *f64, @@ -3080,7 +3080,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsStorage { FetchTags: interface{}, @@ -3130,7 +3130,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsVirtualMachines { MetricsPollingInterval: *f64, @@ -3164,7 +3164,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsVpcAccess { MetricsPollingInterval: *f64, @@ -3200,7 +3200,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsAlloyDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsAlloyDbOutputReference ``` @@ -3478,7 +3478,7 @@ func InternalValue() CloudGcpIntegrationsAlloyDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsAppEngineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsAppEngineOutputReference ``` @@ -3756,7 +3756,7 @@ func InternalValue() CloudGcpIntegrationsAppEngine #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsBigQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsBigQueryOutputReference ``` @@ -4063,7 +4063,7 @@ func InternalValue() CloudGcpIntegrationsBigQuery #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsBigTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsBigTableOutputReference ``` @@ -4341,7 +4341,7 @@ func InternalValue() CloudGcpIntegrationsBigTable #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsComposerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsComposerOutputReference ``` @@ -4619,7 +4619,7 @@ func InternalValue() CloudGcpIntegrationsComposer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsDataFlowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataFlowOutputReference ``` @@ -4897,7 +4897,7 @@ func InternalValue() CloudGcpIntegrationsDataFlow #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsDataProcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataProcOutputReference ``` @@ -5175,7 +5175,7 @@ func InternalValue() CloudGcpIntegrationsDataProc #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsDataStoreOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataStoreOutputReference ``` @@ -5453,7 +5453,7 @@ func InternalValue() CloudGcpIntegrationsDataStore #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseDatabaseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseDatabaseOutputReference ``` @@ -5731,7 +5731,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseDatabase #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseHostingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseHostingOutputReference ``` @@ -6009,7 +6009,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseHosting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseStorageOutputReference ``` @@ -6287,7 +6287,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireStoreOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireStoreOutputReference ``` @@ -6565,7 +6565,7 @@ func InternalValue() CloudGcpIntegrationsFireStore #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFunctionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFunctionsOutputReference ``` @@ -6843,7 +6843,7 @@ func InternalValue() CloudGcpIntegrationsFunctions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsInterconnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsInterconnectOutputReference ``` @@ -7121,7 +7121,7 @@ func InternalValue() CloudGcpIntegrationsInterconnect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsKubernetesOutputReference ``` @@ -7399,7 +7399,7 @@ func InternalValue() CloudGcpIntegrationsKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsLoadBalancingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsLoadBalancingOutputReference ``` @@ -7677,7 +7677,7 @@ func InternalValue() CloudGcpIntegrationsLoadBalancing #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsMemCacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsMemCacheOutputReference ``` @@ -7955,7 +7955,7 @@ func InternalValue() CloudGcpIntegrationsMemCache #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsPubSubOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsPubSubOutputReference ``` @@ -8262,7 +8262,7 @@ func InternalValue() CloudGcpIntegrationsPubSub #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsRedisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRedisOutputReference ``` @@ -8540,7 +8540,7 @@ func InternalValue() CloudGcpIntegrationsRedis #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsRouterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRouterOutputReference ``` @@ -8818,7 +8818,7 @@ func InternalValue() CloudGcpIntegrationsRouter #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsRunOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRunOutputReference ``` @@ -9096,7 +9096,7 @@ func InternalValue() CloudGcpIntegrationsRun #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsSpannerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsSpannerOutputReference ``` @@ -9403,7 +9403,7 @@ func InternalValue() CloudGcpIntegrationsSpanner #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsSqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsSqlOutputReference ``` @@ -9681,7 +9681,7 @@ func InternalValue() CloudGcpIntegrationsSql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsStorageOutputReference ``` @@ -9988,7 +9988,7 @@ func InternalValue() CloudGcpIntegrationsStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsVirtualMachinesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsVirtualMachinesOutputReference ``` @@ -10266,7 +10266,7 @@ func InternalValue() CloudGcpIntegrationsVirtualMachines #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsVpcAccessOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsVpcAccessOutputReference ``` diff --git a/docs/cloudGcpLinkAccount.go.md b/docs/cloudGcpLinkAccount.go.md index 8455a19d9..f846f8db2 100644 --- a/docs/cloudGcpLinkAccount.go.md +++ b/docs/cloudGcpLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/cloud_gcp #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcplinkaccount" cloudgcplinkaccount.NewCloudGcpLinkAccount(scope Construct, id *string, config CloudGcpLinkAccountConfig) CloudGcpLinkAccount ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -613,7 +613,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/cloudgcplinkaccount" &cloudgcplinkaccount.CloudGcpLinkAccountConfig { Connection: interface{}, diff --git a/docs/dataNewrelicAccount.go.md b/docs/dataNewrelicAccount.go.md index ecf07d7b1..b0b5b9a97 100644 --- a/docs/dataNewrelicAccount.go.md +++ b/docs/dataNewrelicAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/account n #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicaccount" datanewrelicaccount.NewDataNewrelicAccount(scope Construct, id *string, config DataNewrelicAccountConfig) DataNewrelicAccount ``` @@ -294,7 +294,7 @@ func ResetScope() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_IsConstruct(x interface{}) *bool ``` @@ -326,7 +326,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_IsTerraformElement(x interface{}) *bool ``` @@ -340,7 +340,7 @@ datanewrelicaccount.DataNewrelicAccount_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_IsTerraformDataSource(x interface{}) *bool ``` @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicaccount" &datanewrelicaccount.DataNewrelicAccountConfig { Connection: interface{}, diff --git a/docs/dataNewrelicAlertChannel.go.md b/docs/dataNewrelicAlertChannel.go.md index 73b685f9a..6eaf7e59c 100644 --- a/docs/dataNewrelicAlertChannel.go.md +++ b/docs/dataNewrelicAlertChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/alert_cha #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" datanewrelicalertchannel.NewDataNewrelicAlertChannel(scope Construct, id *string, config DataNewrelicAlertChannelConfig) DataNewrelicAlertChannel ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformDataSource(x interface{}) *bool ``` @@ -602,7 +602,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" &datanewrelicalertchannel.DataNewrelicAlertChannelConfig { Connection: interface{}, @@ -753,7 +753,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/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" &datanewrelicalertchannel.DataNewrelicAlertChannelConfigA { @@ -768,7 +768,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertchannel" datanewrelicalertchannel.NewDataNewrelicAlertChannelConfigAList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicAlertChannelConfigAList ``` @@ -900,7 +900,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 3b980537c..a1bd30d1f 100644 --- a/docs/dataNewrelicAlertPolicy.go.md +++ b/docs/dataNewrelicAlertPolicy.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/alert_pol #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertpolicy" datanewrelicalertpolicy.NewDataNewrelicAlertPolicy(scope Construct, id *string, config DataNewrelicAlertPolicyConfig) DataNewrelicAlertPolicy ``` @@ -287,7 +287,7 @@ func ResetIncidentPreference() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsConstruct(x interface{}) *bool ``` @@ -319,7 +319,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -333,7 +333,7 @@ datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformElement(x interface{} ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformDataSource(x interface{}) *bool ``` @@ -620,7 +620,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicalertpolicy" &datanewrelicalertpolicy.DataNewrelicAlertPolicyConfig { Connection: interface{}, diff --git a/docs/dataNewrelicApplication.go.md b/docs/dataNewrelicApplication.go.md index 6e3e45042..6792ed65b 100644 --- a/docs/dataNewrelicApplication.go.md +++ b/docs/dataNewrelicApplication.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/applicati #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicapplication" datanewrelicapplication.NewDataNewrelicApplication(scope Construct, id *string, config DataNewrelicApplicationConfig) DataNewrelicApplication ``` @@ -273,7 +273,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_IsConstruct(x interface{}) *bool ``` @@ -305,7 +305,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_IsTerraformElement(x interface{}) *bool ``` @@ -319,7 +319,7 @@ datanewrelicapplication.DataNewrelicApplication_IsTerraformElement(x interface{} ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_IsTerraformDataSource(x interface{}) *bool ``` @@ -562,7 +562,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicapplication" &datanewrelicapplication.DataNewrelicApplicationConfig { Connection: interface{}, diff --git a/docs/dataNewrelicCloudAccount.go.md b/docs/dataNewrelicCloudAccount.go.md index 799a57178..4d757e23f 100644 --- a/docs/dataNewrelicCloudAccount.go.md +++ b/docs/dataNewrelicCloudAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/cloud_acc #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewreliccloudaccount" datanewreliccloudaccount.NewDataNewrelicCloudAccount(scope Construct, id *string, config DataNewrelicCloudAccountConfig) DataNewrelicCloudAccount ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformDataSource(x interface{}) *bool ``` @@ -591,7 +591,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewreliccloudaccount" &datanewreliccloudaccount.DataNewrelicCloudAccountConfig { Connection: interface{}, diff --git a/docs/dataNewrelicEntity.go.md b/docs/dataNewrelicEntity.go.md index c1520b1ef..a670933ba 100644 --- a/docs/dataNewrelicEntity.go.md +++ b/docs/dataNewrelicEntity.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/entity ne #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" datanewrelicentity.NewDataNewrelicEntity(scope Construct, id *string, config DataNewrelicEntityConfig) DataNewrelicEntity ``` @@ -314,7 +314,7 @@ func ResetType() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_IsConstruct(x interface{}) *bool ``` @@ -346,7 +346,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_IsTerraformElement(x interface{}) *bool ``` @@ -360,7 +360,7 @@ datanewrelicentity.DataNewrelicEntity_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_IsTerraformDataSource(x interface{}) *bool ``` @@ -713,7 +713,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" &datanewrelicentity.DataNewrelicEntityConfig { Connection: interface{}, @@ -916,7 +916,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" &datanewrelicentity.DataNewrelicEntityTag { Key: *string, @@ -968,7 +968,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" datanewrelicentity.NewDataNewrelicEntityTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicEntityTagList ``` @@ -1111,7 +1111,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicentity" datanewrelicentity.NewDataNewrelicEntityTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicEntityTagOutputReference ``` diff --git a/docs/dataNewrelicKeyTransaction.go.md b/docs/dataNewrelicKeyTransaction.go.md index ced4684d2..b01f92846 100644 --- a/docs/dataNewrelicKeyTransaction.go.md +++ b/docs/dataNewrelicKeyTransaction.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/key_trans #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelickeytransaction" datanewrelickeytransaction.NewDataNewrelicKeyTransaction(scope Construct, id *string, config DataNewrelicKeyTransactionConfig) DataNewrelicKeyTransaction ``` @@ -273,7 +273,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_IsConstruct(x interface{}) *bool ``` @@ -305,7 +305,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformElement(x interface{}) *bool ``` @@ -319,7 +319,7 @@ datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformElement(x inter ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformDataSource(x interface{}) *bool ``` @@ -540,7 +540,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelickeytransaction" &datanewrelickeytransaction.DataNewrelicKeyTransactionConfig { Connection: interface{}, diff --git a/docs/dataNewrelicNotificationDestination.go.md b/docs/dataNewrelicNotificationDestination.go.md index cf2b2bd07..f67dcea08 100644 --- a/docs/dataNewrelicNotificationDestination.go.md +++ b/docs/dataNewrelicNotificationDestination.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/notificat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestination(scope Construct, id *string, config DataNewrelicNotificationDestinationConfig) DataNewrelicNotificationDestination ``` @@ -273,7 +273,7 @@ func ResetAccountId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsConstruct(x interface{}) *bool ``` @@ -305,7 +305,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraformElement(x interface{}) *bool ``` @@ -319,7 +319,7 @@ datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraf ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraformDataSource(x interface{}) *bool ``` @@ -595,7 +595,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" &datanewrelicnotificationdestination.DataNewrelicNotificationDestinationConfig { Connection: interface{}, @@ -732,7 +732,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" &datanewrelicnotificationdestination.DataNewrelicNotificationDestinationProperty { @@ -747,7 +747,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotific #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicNotificationDestinationPropertyList ``` @@ -879,7 +879,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicNotificationDestinationPropertyOutputReference ``` diff --git a/docs/dataNewrelicObfuscationExpression.go.md b/docs/dataNewrelicObfuscationExpression.go.md index 022c628f5..bc9d68a16 100644 --- a/docs/dataNewrelicObfuscationExpression.go.md +++ b/docs/dataNewrelicObfuscationExpression.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/obfuscati #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.NewDataNewrelicObfuscationExpression(scope Construct, id *string, config DataNewrelicObfuscationExpressionConfig) DataNewrelicObfuscationExpression ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformE ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformDataSource(x interface{}) *bool ``` @@ -569,7 +569,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicobfuscationexpression" &datanewrelicobfuscationexpression.DataNewrelicObfuscationExpressionConfig { Connection: interface{}, diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.go.md b/docs/dataNewrelicSyntheticsPrivateLocation.go.md index 678db0c4f..7a856e91c 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.go.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.NewDataNewrelicSyntheticsPrivateLocation(scope Construct, id *string, config DataNewrelicSyntheticsPrivateLocationConfig) DataNewrelicSyntheticsPrivateLocation ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTe ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTerraformDataSource(x interface{}) *bool ``` @@ -569,7 +569,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticsprivatelocation" &datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocationConfig { Connection: interface{}, diff --git a/docs/dataNewrelicSyntheticsSecureCredential.go.md b/docs/dataNewrelicSyntheticsSecureCredential.go.md index 2b0da852d..5e414d396 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.go.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.NewDataNewrelicSyntheticsSecureCredential(scope Construct, id *string, config DataNewrelicSyntheticsSecureCredentialConfig) DataNewrelicSyntheticsSecureCredential ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_Is ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsTerraformDataSource(x interface{}) *bool ``` @@ -591,7 +591,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelicsyntheticssecurecredential" &datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredentialConfig { Connection: interface{}, diff --git a/docs/dataNewrelicTestGrokPattern.go.md b/docs/dataNewrelicTestGrokPattern.go.md index baad674d3..8b6f1f23c 100644 --- a/docs/dataNewrelicTestGrokPattern.go.md +++ b/docs/dataNewrelicTestGrokPattern.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/d/test_grok #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPattern(scope Construct, id *string, config DataNewrelicTestGrokPatternConfig) DataNewrelicTestGrokPattern ``` @@ -280,7 +280,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsConstruct(x interface{}) *bool ``` @@ -312,7 +312,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformElement(x interface{}) *bool ``` @@ -326,7 +326,7 @@ datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformDataSource(x interface{}) *bool ``` @@ -602,7 +602,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" &datanewrelictestgrokpattern.DataNewrelicTestGrokPatternConfig { Connection: interface{}, @@ -769,7 +769,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/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" &datanewrelictestgrokpattern.DataNewrelicTestGrokPatternTestGrok { @@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgro #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" &datanewrelictestgrokpattern.DataNewrelicTestGrokPatternTestGrokAttributes { @@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgro #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicTestGrokPatternTestGrokAttributesList ``` @@ -929,7 +929,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicTestGrokPatternTestGrokAttributesOutputReference ``` @@ -1218,7 +1218,7 @@ func InternalValue() DataNewrelicTestGrokPatternTestGrokAttributes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicTestGrokPatternTestGrokList ``` @@ -1350,7 +1350,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicTestGrokPatternTestGrokOutputReference ``` diff --git a/docs/entityTags.go.md b/docs/entityTags.go.md index ac227b1eb..6f1e12ae6 100644 --- a/docs/entityTags.go.md +++ b/docs/entityTags.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/entity_ta #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.NewEntityTags(scope Construct, id *string, config EntityTagsConfig) EntityTags ``` @@ -306,7 +306,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.EntityTags_IsConstruct(x interface{}) *bool ``` @@ -338,7 +338,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.EntityTags_IsTerraformElement(x interface{}) *bool ``` @@ -352,7 +352,7 @@ entitytags.EntityTags_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.EntityTags_IsTerraformResource(x interface{}) *bool ``` @@ -639,7 +639,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" &entitytags.EntityTagsConfig { Connection: interface{}, @@ -652,7 +652,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" Guid: *string, Tag: interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.entityTags.EntityTagsTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.entityTags.EntityTagsTimeouts, } ``` @@ -806,7 +806,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" &entitytags.EntityTagsTag { Key: *string, @@ -856,7 +856,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" &entitytags.EntityTagsTimeouts { Create: *string, @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.NewEntityTagsTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) EntityTagsTagList ``` @@ -1033,7 +1033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.NewEntityTagsTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) EntityTagsTagOutputReference ``` @@ -1344,7 +1344,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/entitytags" entitytags.NewEntityTagsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) EntityTagsTimeoutsOutputReference ``` diff --git a/docs/eventsToMetricsRule.go.md b/docs/eventsToMetricsRule.go.md index 39a847da0..aa52514b3 100644 --- a/docs/eventsToMetricsRule.go.md +++ b/docs/eventsToMetricsRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/events_to #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/eventstometricsrule" eventstometricsrule.NewEventsToMetricsRule(scope Construct, id *string, config EventsToMetricsRuleConfig) EventsToMetricsRule ``` @@ -294,7 +294,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_IsConstruct(x interface{}) *bool ``` @@ -326,7 +326,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_IsTerraformElement(x interface{}) *bool ``` @@ -340,7 +340,7 @@ eventstometricsrule.EventsToMetricsRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_IsTerraformResource(x interface{}) *bool ``` @@ -682,7 +682,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/eventstometricsrule" &eventstometricsrule.EventsToMetricsRuleConfig { Connection: interface{}, diff --git a/docs/infraAlertCondition.go.md b/docs/infraAlertCondition.go.md index 12d376dd5..8ebf4bd57 100644 --- a/docs/infraAlertCondition.go.md +++ b/docs/infraAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/infra_ale #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" infraalertcondition.NewInfraAlertCondition(scope Construct, id *string, config InfraAlertConditionConfig) InfraAlertCondition ``` @@ -383,7 +383,7 @@ func ResetWhere() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" infraalertcondition.InfraAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -415,7 +415,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" infraalertcondition.InfraAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -429,7 +429,7 @@ infraalertcondition.InfraAlertCondition_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" infraalertcondition.InfraAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -1002,7 +1002,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" &infraalertcondition.InfraAlertConditionConfig { Connection: interface{}, @@ -1016,7 +1016,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition PolicyId: *f64, Type: *string, Comparison: *string, - Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.infraAlertCondition.InfraAlertConditionCritical, + Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.infraAlertCondition.InfraAlertConditionCritical, Description: *string, Enabled: interface{}, Event: *string, @@ -1026,7 +1026,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition RunbookUrl: *string, Select: *string, ViolationCloseTimer: *f64, - Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.infraAlertCondition.InfraAlertConditionWarning, + Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.infraAlertCondition.InfraAlertConditionWarning, Where: *string, } ``` @@ -1367,7 +1367,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" &infraalertcondition.InfraAlertConditionCritical { Duration: *f64, @@ -1427,7 +1427,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" &infraalertcondition.InfraAlertConditionWarning { Duration: *f64, @@ -1489,7 +1489,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" infraalertcondition.NewInfraAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) InfraAlertConditionCriticalOutputReference ``` @@ -1818,7 +1818,7 @@ func InternalValue() InfraAlertConditionCritical #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/infraalertcondition" infraalertcondition.NewInfraAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) InfraAlertConditionWarningOutputReference ``` diff --git a/docs/insightsEvent.go.md b/docs/insightsEvent.go.md index 094efc8ee..435895a2b 100644 --- a/docs/insightsEvent.go.md +++ b/docs/insightsEvent.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/insights_ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.NewInsightsEvent(scope Construct, id *string, config InsightsEventConfig) InsightsEvent ``` @@ -286,7 +286,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.InsightsEvent_IsConstruct(x interface{}) *bool ``` @@ -318,7 +318,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.InsightsEvent_IsTerraformElement(x interface{}) *bool ``` @@ -332,7 +332,7 @@ insightsevent.InsightsEvent_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.InsightsEvent_IsTerraformResource(x interface{}) *bool ``` @@ -575,7 +575,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" &insightsevent.InsightsEventConfig { Connection: interface{}, @@ -710,7 +710,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/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" &insightsevent.InsightsEventEvent { Attribute: interface{}, @@ -776,7 +776,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" &insightsevent.InsightsEventEventAttribute { Key: *string, @@ -846,7 +846,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.NewInsightsEventEventAttributeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) InsightsEventEventAttributeList ``` @@ -989,7 +989,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.NewInsightsEventEventAttributeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) InsightsEventEventAttributeOutputReference ``` @@ -1329,7 +1329,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/insightsevent" insightsevent.NewInsightsEventEventList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) InsightsEventEventList ``` @@ -1472,7 +1472,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 9e87fdf09..a4f7f8158 100644 --- a/docs/logParsingRule.go.md +++ b/docs/logParsingRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/log_parsi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/logparsingrule" logparsingrule.NewLogParsingRule(scope Construct, id *string, config LogParsingRuleConfig) LogParsingRule ``` @@ -294,7 +294,7 @@ func ResetMatched() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/logparsingrule" logparsingrule.LogParsingRule_IsConstruct(x interface{}) *bool ``` @@ -326,7 +326,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/logparsingrule" logparsingrule.LogParsingRule_IsTerraformElement(x interface{}) *bool ``` @@ -340,7 +340,7 @@ logparsingrule.LogParsingRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/logparsingrule" logparsingrule.LogParsingRule_IsTerraformResource(x interface{}) *bool ``` @@ -748,7 +748,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/logparsingrule" &logparsingrule.LogParsingRuleConfig { Connection: interface{}, diff --git a/docs/notificationChannel.go.md b/docs/notificationChannel.go.md index 4994cc2bf..b997b0d45 100644 --- a/docs/notificationChannel.go.md +++ b/docs/notificationChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/notificat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" notificationchannel.NewNotificationChannel(scope Construct, id *string, config NotificationChannelConfig) NotificationChannel ``` @@ -300,7 +300,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" notificationchannel.NotificationChannel_IsConstruct(x interface{}) *bool ``` @@ -332,7 +332,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" notificationchannel.NotificationChannel_IsTerraformElement(x interface{}) *bool ``` @@ -346,7 +346,7 @@ notificationchannel.NotificationChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" notificationchannel.NotificationChannel_IsTerraformResource(x interface{}) *bool ``` @@ -732,7 +732,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" ¬ificationchannel.NotificationChannelConfig { Connection: interface{}, @@ -963,7 +963,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/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" ¬ificationchannel.NotificationChannelProperty { Key: *string, @@ -1047,7 +1047,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" notificationchannel.NewNotificationChannelPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationChannelPropertyList ``` @@ -1190,7 +1190,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationchannel" notificationchannel.NewNotificationChannelPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationChannelPropertyOutputReference ``` diff --git a/docs/notificationDestination.go.md b/docs/notificationDestination.go.md index 30d766d77..50d4f6b1b 100644 --- a/docs/notificationDestination.go.md +++ b/docs/notificationDestination.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/notificat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NewNotificationDestination(scope Construct, id *string, config NotificationDestinationConfig) NotificationDestination ``` @@ -340,7 +340,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NotificationDestination_IsConstruct(x interface{}) *bool ``` @@ -372,7 +372,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NotificationDestination_IsTerraformElement(x interface{}) *bool ``` @@ -386,7 +386,7 @@ notificationdestination.NotificationDestination_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NotificationDestination_IsTerraformResource(x interface{}) *bool ``` @@ -783,7 +783,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" ¬ificationdestination.NotificationDestinationAuthBasic { Password: *string, @@ -829,7 +829,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" ¬ificationdestination.NotificationDestinationAuthToken { Token: *string, @@ -875,7 +875,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" ¬ificationdestination.NotificationDestinationConfig { Connection: interface{}, @@ -890,8 +890,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestina Type: *string, AccountId: *f64, Active: interface{}, - AuthBasic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationAuthBasic, - AuthToken: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationAuthToken, + AuthBasic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.notificationDestination.NotificationDestinationAuthBasic, + AuthToken: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.notificationDestination.NotificationDestinationAuthToken, Id: *string, } ``` @@ -1106,7 +1106,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/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" ¬ificationdestination.NotificationDestinationProperty { Key: *string, @@ -1190,7 +1190,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NewNotificationDestinationAuthBasicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationAuthBasicOutputReference ``` @@ -1483,7 +1483,7 @@ func InternalValue() NotificationDestinationAuthBasic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NewNotificationDestinationAuthTokenOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationAuthTokenOutputReference ``` @@ -1783,7 +1783,7 @@ func InternalValue() NotificationDestinationAuthToken #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NewNotificationDestinationPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationDestinationPropertyList ``` @@ -1926,7 +1926,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/notificationdestination" notificationdestination.NewNotificationDestinationPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationDestinationPropertyOutputReference ``` diff --git a/docs/nrqlAlertCondition.go.md b/docs/nrqlAlertCondition.go.md index cc68c9e63..6e3e92df2 100644 --- a/docs/nrqlAlertCondition.go.md +++ b/docs/nrqlAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/nrql_aler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertCondition(scope Construct, id *string, config NrqlAlertConditionConfig) NrqlAlertCondition ``` @@ -499,7 +499,7 @@ func ResetWarning() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -531,7 +531,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -545,7 +545,7 @@ nrqlalertcondition.NrqlAlertCondition_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -1349,7 +1349,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionConfig { Connection: interface{}, @@ -1360,7 +1360,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Name: *string, - Nrql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionNrql, + Nrql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.nrqlAlertCondition.NrqlAlertConditionNrql, PolicyId: *f64, AccountId: *f64, AggregationDelay: *string, @@ -1369,7 +1369,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" AggregationWindow: *f64, BaselineDirection: *string, CloseViolationsOnExpiration: interface{}, - Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionCritical, + Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.nrqlAlertCondition.NrqlAlertConditionCritical, Description: *string, Enabled: interface{}, EvaluationDelay: *f64, @@ -1381,11 +1381,11 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" RunbookUrl: *string, SlideBy: *f64, Term: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.nrqlAlertCondition.NrqlAlertConditionTimeouts, Type: *string, ViolationTimeLimit: *string, ViolationTimeLimitSeconds: *f64, - Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.nrqlAlertCondition.NrqlAlertConditionWarning, + Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.nrqlAlertCondition.NrqlAlertConditionWarning, } ``` @@ -1900,7 +1900,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionCritical { Threshold: *f64, @@ -2018,7 +2018,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionNrql { Query: *string, @@ -2086,7 +2086,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionTerm { Threshold: *f64, @@ -2220,7 +2220,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionTimeouts { Create: *string, @@ -2252,7 +2252,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionWarning { Threshold: *f64, @@ -2372,7 +2372,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionCriticalOutputReference ``` @@ -2788,7 +2788,7 @@ func InternalValue() NrqlAlertConditionCritical #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionNrqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionNrqlOutputReference ``` @@ -3117,7 +3117,7 @@ func InternalValue() NrqlAlertConditionNrql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionTermList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NrqlAlertConditionTermList ``` @@ -3260,7 +3260,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionTermOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NrqlAlertConditionTermOutputReference ``` @@ -3723,7 +3723,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionTimeoutsOutputReference ``` @@ -4001,7 +4001,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionWarningOutputReference ``` diff --git a/docs/nrqlDropRule.go.md b/docs/nrqlDropRule.go.md index c4df465a6..7453871f9 100644 --- a/docs/nrqlDropRule.go.md +++ b/docs/nrqlDropRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/nrql_drop #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqldroprule" nrqldroprule.NewNrqlDropRule(scope Construct, id *string, config NrqlDropRuleConfig) NrqlDropRule ``` @@ -287,7 +287,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqldroprule" nrqldroprule.NrqlDropRule_IsConstruct(x interface{}) *bool ``` @@ -319,7 +319,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqldroprule" nrqldroprule.NrqlDropRule_IsTerraformElement(x interface{}) *bool ``` @@ -333,7 +333,7 @@ nrqldroprule.NrqlDropRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqldroprule" nrqldroprule.NrqlDropRule_IsTerraformResource(x interface{}) *bool ``` @@ -653,7 +653,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/nrqldroprule" &nrqldroprule.NrqlDropRuleConfig { Connection: interface{}, diff --git a/docs/obfuscationExpression.go.md b/docs/obfuscationExpression.go.md index d43b41f7c..0c919a44f 100644 --- a/docs/obfuscationExpression.go.md +++ b/docs/obfuscationExpression.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/obfuscati #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationexpression" obfuscationexpression.NewObfuscationExpression(scope Construct, id *string, config ObfuscationExpressionConfig) ObfuscationExpression ``` @@ -287,7 +287,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationexpression" obfuscationexpression.ObfuscationExpression_IsConstruct(x interface{}) *bool ``` @@ -319,7 +319,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationexpression" obfuscationexpression.ObfuscationExpression_IsTerraformElement(x interface{}) *bool ``` @@ -333,7 +333,7 @@ obfuscationexpression.ObfuscationExpression_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationexpression" obfuscationexpression.ObfuscationExpression_IsTerraformResource(x interface{}) *bool ``` @@ -642,7 +642,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationexpression" &obfuscationexpression.ObfuscationExpressionConfig { Connection: interface{}, diff --git a/docs/obfuscationRule.go.md b/docs/obfuscationRule.go.md index c8a2be5ed..303e32ea4 100644 --- a/docs/obfuscationRule.go.md +++ b/docs/obfuscationRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/obfuscati #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" obfuscationrule.NewObfuscationRule(scope Construct, id *string, config ObfuscationRuleConfig) ObfuscationRule ``` @@ -300,7 +300,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" obfuscationrule.ObfuscationRule_IsConstruct(x interface{}) *bool ``` @@ -332,7 +332,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" obfuscationrule.ObfuscationRule_IsTerraformElement(x interface{}) *bool ``` @@ -346,7 +346,7 @@ obfuscationrule.ObfuscationRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" obfuscationrule.ObfuscationRule_IsTerraformResource(x interface{}) *bool ``` @@ -699,7 +699,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" &obfuscationrule.ObfuscationRuleAction { Attribute: *[]*string, @@ -765,7 +765,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" &obfuscationrule.ObfuscationRuleConfig { Connection: interface{}, @@ -982,7 +982,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/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/obfuscationrule" obfuscationrule.NewObfuscationRuleActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ObfuscationRuleActionList ``` @@ -1125,7 +1125,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 56646ee09..ddfe5c9fd 100644 --- a/docs/oneDashboard.go.md +++ b/docs/oneDashboard.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/one_dashb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboard(scope Construct, id *string, config OneDashboardConfig) OneDashboard ``` @@ -327,7 +327,7 @@ func ResetVariable() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.OneDashboard_IsConstruct(x interface{}) *bool ``` @@ -359,7 +359,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.OneDashboard_IsTerraformElement(x interface{}) *bool ``` @@ -373,7 +373,7 @@ onedashboard.OneDashboard_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.OneDashboard_IsTerraformResource(x interface{}) *bool ``` @@ -748,7 +748,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardConfig { Connection: interface{}, @@ -963,7 +963,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPage { Name: *string, @@ -1237,7 +1237,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetArea { Column: *f64, @@ -1357,7 +1357,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetAreaNrqlQuery { Query: *string, @@ -1407,7 +1407,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetBar { Column: *f64, @@ -1559,7 +1559,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetBarNrqlQuery { Query: *string, @@ -1609,7 +1609,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetBillboard { Column: *f64, @@ -1761,7 +1761,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardNrqlQuery { Query: *string, @@ -1811,7 +1811,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetBullet { Column: *f64, @@ -1947,7 +1947,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetBulletNrqlQuery { Query: *string, @@ -1997,7 +1997,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetFunnel { Column: *f64, @@ -2117,7 +2117,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelNrqlQuery { Query: *string, @@ -2167,7 +2167,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmap { Column: *f64, @@ -2319,7 +2319,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapNrqlQuery { Query: *string, @@ -2369,7 +2369,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetHistogram { Column: *f64, @@ -2489,7 +2489,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramNrqlQuery { Query: *string, @@ -2539,7 +2539,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetJson { Column: *f64, @@ -2659,7 +2659,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetJsonNrqlQuery { Query: *string, @@ -2709,7 +2709,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetLine { Column: *f64, @@ -2829,7 +2829,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetLineNrqlQuery { Query: *string, @@ -2879,7 +2879,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetLogTable { Column: *f64, @@ -2999,7 +2999,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableNrqlQuery { Query: *string, @@ -3049,7 +3049,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdown { Column: *f64, @@ -3167,7 +3167,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetPie { Column: *f64, @@ -3319,7 +3319,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetPieNrqlQuery { Query: *string, @@ -3369,7 +3369,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBar { Column: *f64, @@ -3489,7 +3489,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarNrqlQuery { Query: *string, @@ -3539,7 +3539,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetTable { Column: *f64, @@ -3691,7 +3691,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardPageWidgetTableNrqlQuery { Query: *string, @@ -3741,7 +3741,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardVariable { Name: *string, @@ -3751,7 +3751,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" DefaultValues: *[]*string, IsMultiSelection: interface{}, Item: interface{}, - NrqlQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardVariableNrqlQuery, + NrqlQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.oneDashboard.OneDashboardVariableNrqlQuery, } ``` @@ -3887,7 +3887,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardVariableItem { Value: *string, @@ -3937,7 +3937,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" &onedashboard.OneDashboardVariableNrqlQuery { Query: *string, @@ -3989,7 +3989,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageList ``` @@ -4132,7 +4132,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageOutputReference ``` @@ -5049,7 +5049,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaList ``` @@ -5192,7 +5192,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNrqlQueryList ``` @@ -5335,7 +5335,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNrqlQueryOutputReference ``` @@ -5653,7 +5653,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaOutputReference ``` @@ -6119,7 +6119,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBarList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarList ``` @@ -6262,7 +6262,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNrqlQueryList ``` @@ -6405,7 +6405,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNrqlQueryOutputReference ``` @@ -6723,7 +6723,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBarOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarOutputReference ``` @@ -7247,7 +7247,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardList ``` @@ -7390,7 +7390,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNrqlQueryList ``` @@ -7533,7 +7533,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNrqlQueryOutputReference ``` @@ -7851,7 +7851,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardOutputReference ``` @@ -8375,7 +8375,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletList ``` @@ -8518,7 +8518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNrqlQueryList ``` @@ -8661,7 +8661,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNrqlQueryOutputReference ``` @@ -8979,7 +8979,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletOutputReference ``` @@ -9467,7 +9467,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelList ``` @@ -9610,7 +9610,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNrqlQueryList ``` @@ -9753,7 +9753,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNrqlQueryOutputReference ``` @@ -10071,7 +10071,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelOutputReference ``` @@ -10537,7 +10537,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapList ``` @@ -10680,7 +10680,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNrqlQueryList ``` @@ -10823,7 +10823,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNrqlQueryOutputReference ``` @@ -11141,7 +11141,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapOutputReference ``` @@ -11665,7 +11665,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramList ``` @@ -11808,7 +11808,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNrqlQueryList ``` @@ -11951,7 +11951,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNrqlQueryOutputReference ``` @@ -12269,7 +12269,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramOutputReference ``` @@ -12735,7 +12735,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonList ``` @@ -12878,7 +12878,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNrqlQueryList ``` @@ -13021,7 +13021,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNrqlQueryOutputReference ``` @@ -13339,7 +13339,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonOutputReference ``` @@ -13805,7 +13805,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLineList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineList ``` @@ -13948,7 +13948,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNrqlQueryList ``` @@ -14091,7 +14091,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNrqlQueryOutputReference ``` @@ -14409,7 +14409,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineOutputReference ``` @@ -14875,7 +14875,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableList ``` @@ -15018,7 +15018,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNrqlQueryList ``` @@ -15161,7 +15161,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNrqlQueryOutputReference ``` @@ -15479,7 +15479,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableOutputReference ``` @@ -15945,7 +15945,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownList ``` @@ -16088,7 +16088,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownOutputReference ``` @@ -16548,7 +16548,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetPieList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieList ``` @@ -16691,7 +16691,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNrqlQueryList ``` @@ -16834,7 +16834,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNrqlQueryOutputReference ``` @@ -17152,7 +17152,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetPieOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieOutputReference ``` @@ -17676,7 +17676,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarList ``` @@ -17819,7 +17819,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNrqlQueryList ``` @@ -17962,7 +17962,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNrqlQueryOutputReference ``` @@ -18280,7 +18280,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarOutputReference ``` @@ -18746,7 +18746,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetTableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableList ``` @@ -18889,7 +18889,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNrqlQueryList ``` @@ -19032,7 +19032,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNrqlQueryOutputReference ``` @@ -19350,7 +19350,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardPageWidgetTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableOutputReference ``` @@ -19874,7 +19874,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardVariableItemList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableItemList ``` @@ -20017,7 +20017,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardVariableItemOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardVariableItemOutputReference ``` @@ -20335,7 +20335,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardVariableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableList ``` @@ -20478,7 +20478,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboard" onedashboard.NewOneDashboardVariableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardVariableNrqlQueryOutputReference ``` @@ -20778,7 +20778,7 @@ func InternalValue() OneDashboardVariableNrqlQuery #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 d214a9eeb..a53c9eafc 100644 --- a/docs/oneDashboardJson.go.md +++ b/docs/oneDashboardJson.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/one_dashb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" onedashboardjson.NewOneDashboardJson(scope Construct, id *string, config OneDashboardJsonConfig) OneDashboardJson ``` @@ -300,7 +300,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" onedashboardjson.OneDashboardJson_IsConstruct(x interface{}) *bool ``` @@ -332,7 +332,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" onedashboardjson.OneDashboardJson_IsTerraformElement(x interface{}) *bool ``` @@ -346,7 +346,7 @@ onedashboardjson.OneDashboardJson_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" onedashboardjson.OneDashboardJson_IsTerraformResource(x interface{}) *bool ``` @@ -666,7 +666,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" &onedashboardjson.OneDashboardJsonConfig { Connection: interface{}, @@ -679,7 +679,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" Json: *string, AccountId: *f64, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboardJson.OneDashboardJsonTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.oneDashboardJson.OneDashboardJsonTimeouts, } ``` @@ -833,7 +833,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" &onedashboardjson.OneDashboardJsonTimeouts { Create: *string, @@ -881,7 +881,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardjson" onedashboardjson.NewOneDashboardJsonTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardJsonTimeoutsOutputReference ``` diff --git a/docs/oneDashboardRaw.go.md b/docs/oneDashboardRaw.go.md index 1c1188bfa..4f777ed0d 100644 --- a/docs/oneDashboardRaw.go.md +++ b/docs/oneDashboardRaw.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/one_dashb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.NewOneDashboardRaw(scope Construct, id *string, config OneDashboardRawConfig) OneDashboardRaw ``` @@ -307,7 +307,7 @@ func ResetPermissions() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.OneDashboardRaw_IsConstruct(x interface{}) *bool ``` @@ -339,7 +339,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.OneDashboardRaw_IsTerraformElement(x interface{}) *bool ``` @@ -353,7 +353,7 @@ onedashboardraw.OneDashboardRaw_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.OneDashboardRaw_IsTerraformResource(x interface{}) *bool ``` @@ -706,7 +706,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" &onedashboardraw.OneDashboardRawConfig { Connection: interface{}, @@ -905,7 +905,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" &onedashboardraw.OneDashboardRawPage { Name: *string, @@ -971,7 +971,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" &onedashboardraw.OneDashboardRawPageWidget { Column: *f64, @@ -1111,7 +1111,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.NewOneDashboardRawPageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardRawPageList ``` @@ -1254,7 +1254,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.NewOneDashboardRawPageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardRawPageOutputReference ``` @@ -1625,7 +1625,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/onedashboardraw" onedashboardraw.NewOneDashboardRawPageWidgetList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardRawPageWidgetList ``` @@ -1768,7 +1768,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 d02bd36b3..66bfd4e80 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic newrelic}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/provider" provider.NewNewrelicProvider(scope Construct, id *string, config NewrelicProviderConfig) NewrelicProvider ``` @@ -220,7 +220,7 @@ func ResetSyntheticsApiUrl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/provider" provider.NewrelicProvider_IsConstruct(x interface{}) *bool ``` @@ -252,7 +252,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/provider" provider.NewrelicProvider_IsTerraformElement(x interface{}) *bool ``` @@ -266,7 +266,7 @@ provider.NewrelicProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/provider" provider.NewrelicProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -707,7 +707,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/provider" &provider.NewrelicProviderConfig { AccountId: *f64, diff --git a/docs/serviceLevel.go.md b/docs/serviceLevel.go.md index b7ac38e37..812dd3ce5 100644 --- a/docs/serviceLevel.go.md +++ b/docs/serviceLevel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/service_l #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevel(scope Construct, id *string, config ServiceLevelConfig) ServiceLevel ``` @@ -306,7 +306,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.ServiceLevel_IsConstruct(x interface{}) *bool ``` @@ -338,7 +338,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.ServiceLevel_IsTerraformElement(x interface{}) *bool ``` @@ -352,7 +352,7 @@ servicelevel.ServiceLevel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.ServiceLevel_IsTerraformResource(x interface{}) *bool ``` @@ -705,7 +705,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelConfig { Connection: interface{}, @@ -715,10 +715,10 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/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.serviceLevel.ServiceLevelEvents, + Events: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEvents, Guid: *string, Name: *string, - Objective: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjective, + Objective: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelObjective, Description: *string, Id: *string, } @@ -898,13 +898,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/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEvents { AccountId: *f64, - 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, + ValidEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEventsValidEvents, + BadEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEventsBadEvents, + GoodEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEventsGoodEvents, } ``` @@ -978,11 +978,11 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEventsBadEvents { From: *string, - Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsBadEventsSelect, + Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEventsBadEventsSelect, Where: *string, } ``` @@ -1040,7 +1040,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEventsBadEventsSelect { Function: *string, @@ -1086,11 +1086,11 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEventsGoodEvents { From: *string, - Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsGoodEventsSelect, + Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEventsGoodEventsSelect, Where: *string, } ``` @@ -1148,7 +1148,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEventsGoodEventsSelect { Function: *string, @@ -1194,11 +1194,11 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEventsValidEvents { From: *string, - Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelEventsValidEventsSelect, + Select: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelEventsValidEventsSelect, Where: *string, } ``` @@ -1256,7 +1256,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelEventsValidEventsSelect { Function: *string, @@ -1302,11 +1302,11 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelObjective { Target: *f64, - TimeWindow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjectiveTimeWindow, + TimeWindow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelObjectiveTimeWindow, Description: *string, Name: *string, } @@ -1378,10 +1378,10 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelObjectiveTimeWindow { - Rolling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjectiveTimeWindowRolling, + Rolling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.serviceLevel.ServiceLevelObjectiveTimeWindowRolling, } ``` @@ -1412,7 +1412,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" &servicelevel.ServiceLevelObjectiveTimeWindowRolling { Count: *f64, @@ -1460,7 +1460,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsBadEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsOutputReference ``` @@ -1802,7 +1802,7 @@ func InternalValue() ServiceLevelEventsBadEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsBadEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsSelectOutputReference ``` @@ -2102,7 +2102,7 @@ func InternalValue() ServiceLevelEventsBadEventsSelect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsGoodEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsOutputReference ``` @@ -2444,7 +2444,7 @@ func InternalValue() ServiceLevelEventsGoodEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsGoodEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsSelectOutputReference ``` @@ -2744,7 +2744,7 @@ func InternalValue() ServiceLevelEventsGoodEventsSelect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsOutputReference ``` @@ -3134,7 +3134,7 @@ func InternalValue() ServiceLevelEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsValidEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsOutputReference ``` @@ -3476,7 +3476,7 @@ func InternalValue() ServiceLevelEventsValidEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelEventsValidEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsSelectOutputReference ``` @@ -3776,7 +3776,7 @@ func InternalValue() ServiceLevelEventsValidEventsSelect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelObjectiveOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveOutputReference ``` @@ -4140,7 +4140,7 @@ func InternalValue() ServiceLevelObjective #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelObjectiveTimeWindowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowOutputReference ``` @@ -4424,7 +4424,7 @@ func InternalValue() ServiceLevelObjectiveTimeWindow #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/servicelevel" servicelevel.NewServiceLevelObjectiveTimeWindowRollingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowRollingOutputReference ``` diff --git a/docs/syntheticsAlertCondition.go.md b/docs/syntheticsAlertCondition.go.md index bb061ebf4..aebd82ec1 100644 --- a/docs/syntheticsAlertCondition.go.md +++ b/docs/syntheticsAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsalertcondition" syntheticsalertcondition.NewSyntheticsAlertCondition(scope Construct, id *string, config SyntheticsAlertConditionConfig) SyntheticsAlertCondition ``` @@ -287,7 +287,7 @@ func ResetRunbookUrl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -319,7 +319,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -333,7 +333,7 @@ syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -664,7 +664,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsalertcondition" &syntheticsalertcondition.SyntheticsAlertConditionConfig { Connection: interface{}, diff --git a/docs/syntheticsBrokenLinksMonitor.go.md b/docs/syntheticsBrokenLinksMonitor.go.md index d0ee5ead3..c1565550e 100644 --- a/docs/syntheticsBrokenLinksMonitor.go.md +++ b/docs/syntheticsBrokenLinksMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitor(scope Construct, id *string, config SyntheticsBrokenLinksMonitorConfig) SyntheticsBrokenLinksMonitor ``` @@ -314,7 +314,7 @@ func ResetTag() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsConstruct(x interface{}) *bool ``` @@ -346,7 +346,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -360,7 +360,7 @@ syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -768,7 +768,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" &syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitorConfig { Connection: interface{}, @@ -1017,7 +1017,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" &syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitorTag { Key: *string, @@ -1069,7 +1069,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsBrokenLinksMonitorTagList ``` @@ -1212,7 +1212,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 18a239177..91395542c 100644 --- a/docs/syntheticsCertCheckMonitor.go.md +++ b/docs/syntheticsCertCheckMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitor(scope Construct, id *string, config SyntheticsCertCheckMonitorConfig) SyntheticsCertCheckMonitor ``` @@ -314,7 +314,7 @@ func ResetTag() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsConstruct(x interface{}) *bool ``` @@ -346,7 +346,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -360,7 +360,7 @@ syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -779,7 +779,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" &syntheticscertcheckmonitor.SyntheticsCertCheckMonitorConfig { Connection: interface{}, @@ -1040,7 +1040,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" &syntheticscertcheckmonitor.SyntheticsCertCheckMonitorTag { Key: *string, @@ -1092,7 +1092,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticscertcheckmonitor" syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsCertCheckMonitorTagList ``` @@ -1235,7 +1235,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 5a30e2f94..104b9536d 100644 --- a/docs/syntheticsMonitor.go.md +++ b/docs/syntheticsMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitor(scope Construct, id *string, config SyntheticsMonitorConfig) SyntheticsMonitor ``` @@ -404,7 +404,7 @@ func ResetVerifySsl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_IsConstruct(x interface{}) *bool ``` @@ -436,7 +436,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -450,7 +450,7 @@ syntheticsmonitor.SyntheticsMonitor_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -1067,7 +1067,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" &syntheticsmonitor.SyntheticsMonitorConfig { Connection: interface{}, @@ -1476,7 +1476,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" &syntheticsmonitor.SyntheticsMonitorCustomHeader { Name: *string, @@ -1526,7 +1526,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" &syntheticsmonitor.SyntheticsMonitorTag { Key: *string, @@ -1578,7 +1578,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitorCustomHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsMonitorCustomHeaderList ``` @@ -1721,7 +1721,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitorCustomHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsMonitorCustomHeaderOutputReference ``` @@ -2046,7 +2046,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsMonitorTagList ``` @@ -2189,7 +2189,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 41fbeb421..6ca1c7274 100644 --- a/docs/syntheticsMultilocationAlertCondition.go.md +++ b/docs/syntheticsMultilocationAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertCondition(scope Construct, id *string, config SyntheticsMultilocationAlertConditionConfig) SyntheticsMultilocationAlertCondition ``` @@ -320,7 +320,7 @@ func ResetWarning() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -352,7 +352,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -366,7 +366,7 @@ syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTe ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -763,7 +763,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" &syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionConfig { Connection: interface{}, @@ -773,7 +773,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultiloca 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.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionCritical, + Critical: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionCritical, Entities: *[]*string, Name: *string, PolicyId: *f64, @@ -781,7 +781,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultiloca Enabled: interface{}, Id: *string, RunbookUrl: *string, - Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionWarning, + Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionWarning, } ``` @@ -1012,7 +1012,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" &syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionCritical { Threshold: *f64, @@ -1046,7 +1046,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" &syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionWarning { Threshold: *f64, @@ -1082,7 +1082,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsMultilocationAlertConditionCriticalOutputReference ``` @@ -1353,7 +1353,7 @@ func InternalValue() SyntheticsMultilocationAlertConditionCritical #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsMultilocationAlertConditionWarningOutputReference ``` diff --git a/docs/syntheticsPrivateLocation.go.md b/docs/syntheticsPrivateLocation.go.md index 0f817c688..52b18449d 100644 --- a/docs/syntheticsPrivateLocation.go.md +++ b/docs/syntheticsPrivateLocation.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsprivatelocation" syntheticsprivatelocation.NewSyntheticsPrivateLocation(scope Construct, id *string, config SyntheticsPrivateLocationConfig) SyntheticsPrivateLocation ``` @@ -287,7 +287,7 @@ func ResetVerifiedScriptExecution() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_IsConstruct(x interface{}) *bool ``` @@ -319,7 +319,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformElement(x interface{}) *bool ``` @@ -333,7 +333,7 @@ syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformElement(x interfa ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformResource(x interface{}) *bool ``` @@ -686,7 +686,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsprivatelocation" &syntheticsprivatelocation.SyntheticsPrivateLocationConfig { Connection: interface{}, diff --git a/docs/syntheticsScriptMonitor.go.md b/docs/syntheticsScriptMonitor.go.md index 548f2e96b..47809833d 100644 --- a/docs/syntheticsScriptMonitor.go.md +++ b/docs/syntheticsScriptMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitor(scope Construct, id *string, config SyntheticsScriptMonitorConfig) SyntheticsScriptMonitor ``` @@ -362,7 +362,7 @@ func ResetTag() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_IsConstruct(x interface{}) *bool ``` @@ -394,7 +394,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -408,7 +408,7 @@ syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -926,7 +926,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" &syntheticsscriptmonitor.SyntheticsScriptMonitorConfig { Connection: interface{}, @@ -1255,7 +1255,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" &syntheticsscriptmonitor.SyntheticsScriptMonitorLocationPrivate { Guid: *string, @@ -1305,7 +1305,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" &syntheticsscriptmonitor.SyntheticsScriptMonitorTag { Key: *string, @@ -1357,7 +1357,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitorLocationPrivateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorLocationPrivateList ``` @@ -1500,7 +1500,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitorLocationPrivateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsScriptMonitorLocationPrivateOutputReference ``` @@ -1818,7 +1818,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorTagList ``` @@ -1961,7 +1961,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 c55cbaa2f..8a9d7b946 100644 --- a/docs/syntheticsSecureCredential.go.md +++ b/docs/syntheticsSecureCredential.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" syntheticssecurecredential.NewSyntheticsSecureCredential(scope Construct, id *string, config SyntheticsSecureCredentialConfig) SyntheticsSecureCredential ``` @@ -314,7 +314,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_IsConstruct(x interface{}) *bool ``` @@ -346,7 +346,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformElement(x interface{}) *bool ``` @@ -360,7 +360,7 @@ syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformResource(x interface{}) *bool ``` @@ -713,7 +713,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" &syntheticssecurecredential.SyntheticsSecureCredentialConfig { Connection: interface{}, @@ -729,7 +729,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecre Description: *string, Id: *string, LastUpdated: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.syntheticsSecureCredential.SyntheticsSecureCredentialTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.syntheticsSecureCredential.SyntheticsSecureCredentialTimeouts, } ``` @@ -930,7 +930,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" &syntheticssecurecredential.SyntheticsSecureCredentialTimeouts { Read: *string, @@ -964,7 +964,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticssecurecredential" syntheticssecurecredential.NewSyntheticsSecureCredentialTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsSecureCredentialTimeoutsOutputReference ``` diff --git a/docs/syntheticsStepMonitor.go.md b/docs/syntheticsStepMonitor.go.md index af818a902..f305a3bb2 100644 --- a/docs/syntheticsStepMonitor.go.md +++ b/docs/syntheticsStepMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/synthetic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitor(scope Construct, id *string, config SyntheticsStepMonitorConfig) SyntheticsStepMonitor ``` @@ -347,7 +347,7 @@ func ResetTag() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_IsConstruct(x interface{}) *bool ``` @@ -379,7 +379,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -393,7 +393,7 @@ syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -823,7 +823,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorConfig { Connection: interface{}, @@ -1088,7 +1088,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorLocationPrivate { Guid: *string, @@ -1138,7 +1138,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorSteps { Ordinal: *f64, @@ -1204,7 +1204,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorTag { Key: *string, @@ -1256,7 +1256,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorLocationPrivateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorLocationPrivateList ``` @@ -1399,7 +1399,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorLocationPrivateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorLocationPrivateOutputReference ``` @@ -1717,7 +1717,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorStepsList ``` @@ -1860,7 +1860,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorStepsOutputReference ``` @@ -2200,7 +2200,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorTagList ``` @@ -2343,7 +2343,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorTagOutputReference ``` diff --git a/docs/workflow.go.md b/docs/workflow.go.md index 896f1346b..90fd81041 100644 --- a/docs/workflow.go.md +++ b/docs/workflow.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/workflow #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflow(scope Construct, id *string, config WorkflowConfig) Workflow ``` @@ -347,7 +347,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.Workflow_IsConstruct(x interface{}) *bool ``` @@ -379,7 +379,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.Workflow_IsTerraformElement(x interface{}) *bool ``` @@ -393,7 +393,7 @@ workflow.Workflow_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.Workflow_IsTerraformResource(x interface{}) *bool ``` @@ -845,7 +845,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowConfig { Connection: interface{}, @@ -856,13 +856,13 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Destination: interface{}, - IssuesFilter: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workflow.WorkflowIssuesFilter, + IssuesFilter: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workflow.WorkflowIssuesFilter, MutingRulesHandling: *string, Name: *string, AccountId: *f64, DestinationsEnabled: interface{}, Enabled: interface{}, - Enrichments: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workflow.WorkflowEnrichments, + Enrichments: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workflow.WorkflowEnrichments, EnrichmentsEnabled: interface{}, Id: *string, } @@ -1108,7 +1108,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/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowDestination { ChannelId: *string, @@ -1158,7 +1158,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowEnrichments { Nrql: interface{}, @@ -1192,7 +1192,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowEnrichmentsNrql { Configuration: interface{}, @@ -1242,7 +1242,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowEnrichmentsNrqlConfiguration { Query: *string, @@ -1276,7 +1276,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowIssuesFilter { Name: *string, @@ -1342,7 +1342,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" &workflow.WorkflowIssuesFilterPredicate { Attribute: *string, @@ -1412,7 +1412,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowDestinationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowDestinationList ``` @@ -1555,7 +1555,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowDestinationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowDestinationOutputReference ``` @@ -1895,7 +1895,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowEnrichmentsNrqlConfigurationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlConfigurationList ``` @@ -2038,7 +2038,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowEnrichmentsNrqlConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlConfigurationOutputReference ``` @@ -2327,7 +2327,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowEnrichmentsNrqlList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlList ``` @@ -2470,7 +2470,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowEnrichmentsNrqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlOutputReference ``` @@ -2827,7 +2827,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowEnrichmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkflowEnrichmentsOutputReference ``` @@ -3111,7 +3111,7 @@ func InternalValue() WorkflowEnrichments #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowIssuesFilterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkflowIssuesFilterOutputReference ``` @@ -3457,7 +3457,7 @@ func InternalValue() WorkflowIssuesFilter #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workflow" workflow.NewWorkflowIssuesFilterPredicateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowIssuesFilterPredicateList ``` @@ -3600,7 +3600,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/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 150e44c2f..4c8647f3d 100644 --- a/docs/workload.go.md +++ b/docs/workload.go.md @@ -9,7 +9,7 @@ Represents a {@link https://www.terraform.io/docs/providers/newrelic/r/workload #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkload(scope Construct, id *string, config WorkloadConfig) Workload ``` @@ -361,7 +361,7 @@ func ResetStatusConfigStatic() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.Workload_IsConstruct(x interface{}) *bool ``` @@ -393,7 +393,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.Workload_IsTerraformElement(x interface{}) *bool ``` @@ -407,7 +407,7 @@ workload.Workload_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.Workload_IsTerraformResource(x interface{}) *bool ``` @@ -848,7 +848,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadConfig { Connection: interface{}, @@ -865,8 +865,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" EntitySearchQuery: interface{}, Id: *string, ScopeAccountIds: *[]*f64, - StatusConfigAutomatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomatic, - StatusConfigStatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigStatic, + StatusConfigAutomatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workload.WorkloadStatusConfigAutomatic, + StatusConfigStatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workload.WorkloadStatusConfigStatic, } ``` @@ -1095,7 +1095,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadEntitySearchQuery { Query: *string, @@ -1129,11 +1129,11 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigAutomatic { Enabled: interface{}, - RemainingEntitiesRule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule, + RemainingEntitiesRule: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule, Rule: interface{}, } ``` @@ -1195,10 +1195,10 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule { - RemainingEntitiesRuleRollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup, + RemainingEntitiesRuleRollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup, } ``` @@ -1229,7 +1229,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup { GroupBy: *string, @@ -1315,10 +1315,10 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigAutomaticRule { - Rollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRuleRollup, + Rollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6.workload.WorkloadStatusConfigAutomaticRuleRollup, EntityGuids: *[]*string, NrqlQuery: interface{}, } @@ -1381,7 +1381,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigAutomaticRuleNrqlQuery { Query: *string, @@ -1415,7 +1415,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigAutomaticRuleRollup { Strategy: *string, @@ -1485,7 +1485,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" &workload.WorkloadStatusConfigStatic { Enabled: interface{}, @@ -1569,7 +1569,7 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadEntitySearchQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadEntitySearchQueryList ``` @@ -1712,7 +1712,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadEntitySearchQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadEntitySearchQueryOutputReference ``` @@ -2001,7 +2001,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticOutputReference ``` @@ -2356,7 +2356,7 @@ func InternalValue() WorkloadStatusConfigAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference ``` @@ -2640,7 +2640,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRemainingEntitiesRule #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupOutputReference ``` @@ -2991,7 +2991,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemaining #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadStatusConfigAutomaticRuleList ``` @@ -3134,7 +3134,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRuleNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadStatusConfigAutomaticRuleNrqlQueryList ``` @@ -3277,7 +3277,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRuleNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadStatusConfigAutomaticRuleNrqlQueryOutputReference ``` @@ -3566,7 +3566,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadStatusConfigAutomaticRuleOutputReference ``` @@ -3939,7 +3939,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigAutomaticRuleRollupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRuleRollupOutputReference ``` @@ -4268,7 +4268,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRuleRollup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v6/workload" workload.NewWorkloadStatusConfigStaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigStaticOutputReference ``` diff --git a/package.json b/package.json index b4549d2f0..c16e2b0fc 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jsii-pacmak": "^1.76.0", "node-fetch": "cjs", "npm-check-updates": "^16", - "projen": "^0.67.69", + "projen": "^0.67.70", "standard-version": "^9", "typescript": "^4.9.5" }, diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts index 227fa532b..e16c34843 100644 --- a/src/alert-channel/index.ts +++ b/src/alert-channel/index.ts @@ -27,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: (webhook, email, opsgenie, pagerduty, slack, user, victorops). * * Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/alert_channel#type AlertChannel#type} */ diff --git a/yarn.lock b/yarn.lock index 3423a93df..b7563c9ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -171,9 +171,9 @@ jsii-srcmak "^0.1.826" "@cdktf/provider-project@^0.2.95": - version "0.2.99" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.99.tgz#3d78eb2693d558ee7e6b24a55ad9a391c7f7eeb1" - integrity sha512-DIPeLe3bcQmgmEH2YveZJordIA34QDWozRkM7DboGkVRqdNDMmsWBd6g7hQzDbXqSkzBLrBfT1lxEQ4nGNbWsw== + version "0.2.102" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.102.tgz#a7625517f091b7faa9557ad717e77fc323a9b965" + integrity sha512-One1wfYHqtdTZxNf34Y69nYg+MT311qhHqPObNbsVHOQLyG4sX8mMOpKfBGCh4uJwMUO1Vv+oaBtd/Q6Bkl89A== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" @@ -3355,10 +3355,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.67.69: - version "0.67.69" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.67.69.tgz#ec666e340395a3b429581a91733b6856d0602e86" - integrity sha512-F28eW4CZFQwsb93omeVfzAoK9hEajqrzBzKZCwIfKaEupAjqJ8KJkc29FW4MnI7tbZ0DzHg75u0yzzNtotaEXg== +projen@^0.67.70: + version "0.67.70" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.67.70.tgz#e12361c8610db95e27205df31c0c1395b3526a2b" + integrity sha512-ruQZAQK2ROXS4UEXhM6j4uLvbvPkmI2EpQBMl2rcJcPkrCr4rmOzcdS8HgNVK8HblKfhzNZuJBuWN6DET8wyBg== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"