From 53f803f81d509703b64f5eca5baa20d5253a4155 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Fri, 20 Dec 2024 09:52:12 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: team-tf-cdk --- docs/accountManagement.go.md | 12 +- docs/alertChannel.go.md | 18 +- docs/alertCondition.go.md | 18 +- docs/alertMutingRule.go.md | 30 +- docs/alertPolicy.go.md | 12 +- docs/alertPolicyChannel.go.md | 18 +- docs/apiAccessKey.go.md | 12 +- docs/applicationSettings.go.md | 12 +- docs/browserApplication.go.md | 12 +- docs/cloudAwsGovcloudIntegrations.go.md | 132 +-- docs/cloudAwsGovcloudLinkAccount.go.md | 12 +- docs/cloudAwsIntegrations.go.md | 324 +++---- docs/cloudAwsLinkAccount.go.md | 12 +- docs/cloudAzureIntegrations.go.md | 204 ++-- docs/cloudAzureLinkAccount.go.md | 12 +- docs/cloudGcpIntegrations.go.md | 168 ++-- docs/cloudGcpLinkAccount.go.md | 12 +- docs/dataNewrelicAccount.go.md | 12 +- docs/dataNewrelicAlertChannel.go.md | 18 +- docs/dataNewrelicAlertPolicy.go.md | 12 +- docs/dataNewrelicApplication.go.md | 12 +- docs/dataNewrelicAuthenticationDomain.go.md | 12 +- docs/dataNewrelicCloudAccount.go.md | 12 +- docs/dataNewrelicEntity.go.md | 18 +- docs/dataNewrelicGroup.go.md | 12 +- docs/dataNewrelicKeyTransaction.go.md | 12 +- .../dataNewrelicNotificationDestination.go.md | 24 +- docs/dataNewrelicObfuscationExpression.go.md | 12 +- .../dataNewrelicServiceLevelAlertHelper.go.md | 12 +- ...ataNewrelicSyntheticsPrivateLocation.go.md | 12 +- ...taNewrelicSyntheticsSecureCredential.go.md | 12 +- docs/dataNewrelicTestGrokPattern.go.md | 24 +- docs/dataNewrelicUser.go.md | 12 +- docs/dataPartitionRule.go.md | 18 +- docs/entityTags.go.md | 24 +- docs/eventsToMetricsRule.go.md | 12 +- docs/group.go.md | 12 +- docs/infraAlertCondition.go.md | 24 +- docs/insightsEvent.go.md | 24 +- docs/keyTransaction.go.md | 12 +- docs/logParsingRule.go.md | 12 +- docs/monitorDowntime.go.md | 30 +- docs/notificationChannel.go.md | 24 +- docs/notificationDestination.go.md | 48 +- docs/nrqlAlertCondition.go.md | 42 +- docs/nrqlDropRule.go.md | 12 +- docs/obfuscationExpression.go.md | 12 +- docs/obfuscationRule.go.md | 18 +- docs/oneDashboard.go.md | 894 +++++++++--------- docs/oneDashboardJson.go.md | 18 +- docs/oneDashboardRaw.go.md | 24 +- docs/provider.go.md | 12 +- docs/serviceLevel.go.md | 72 +- docs/syntheticsAlertCondition.go.md | 12 +- docs/syntheticsBrokenLinksMonitor.go.md | 18 +- docs/syntheticsCertCheckMonitor.go.md | 18 +- docs/syntheticsMonitor.go.md | 24 +- ...yntheticsMultilocationAlertCondition.go.md | 24 +- docs/syntheticsPrivateLocation.go.md | 12 +- docs/syntheticsScriptMonitor.go.md | 24 +- docs/syntheticsSecureCredential.go.md | 18 +- docs/syntheticsStepMonitor.go.md | 30 +- docs/user.go.md | 12 +- docs/workflow.go.md | 48 +- docs/workload.go.md | 60 +- src/account-management/index.ts | 5 + src/alert-channel/index.ts | 5 + src/alert-condition/index.ts | 5 + src/alert-muting-rule/index.ts | 5 + src/alert-policy-channel/index.ts | 5 + src/alert-policy/index.ts | 5 + src/api-access-key/index.ts | 5 + src/application-settings/index.ts | 5 + src/browser-application/index.ts | 5 + src/cloud-aws-govcloud-integrations/index.ts | 5 + src/cloud-aws-govcloud-link-account/index.ts | 5 + src/cloud-aws-integrations/index.ts | 5 + src/cloud-aws-link-account/index.ts | 5 + src/cloud-azure-integrations/index.ts | 5 + src/cloud-azure-link-account/index.ts | 5 + src/cloud-gcp-integrations/index.ts | 5 + src/cloud-gcp-link-account/index.ts | 5 + src/data-newrelic-account/index.ts | 5 + src/data-newrelic-alert-channel/index.ts | 5 + src/data-newrelic-alert-policy/index.ts | 5 + src/data-newrelic-application/index.ts | 5 + .../index.ts | 5 + src/data-newrelic-cloud-account/index.ts | 5 + src/data-newrelic-entity/index.ts | 5 + src/data-newrelic-group/index.ts | 5 + src/data-newrelic-key-transaction/index.ts | 5 + .../index.ts | 5 + .../index.ts | 5 + .../index.ts | 5 + .../index.ts | 5 + .../index.ts | 5 + src/data-newrelic-test-grok-pattern/index.ts | 5 + src/data-newrelic-user/index.ts | 5 + src/data-partition-rule/index.ts | 5 + src/entity-tags/index.ts | 5 + src/events-to-metrics-rule/index.ts | 5 + src/group/index.ts | 5 + src/index.ts | 5 + src/infra-alert-condition/index.ts | 5 + src/insights-event/index.ts | 5 + src/key-transaction/index.ts | 5 + src/lazy-index.ts | 5 + src/log-parsing-rule/index.ts | 5 + src/monitor-downtime/index.ts | 5 + src/notification-channel/index.ts | 5 + src/notification-destination/index.ts | 5 + src/nrql-alert-condition/index.ts | 5 + src/nrql-drop-rule/index.ts | 5 + src/obfuscation-expression/index.ts | 5 + src/obfuscation-rule/index.ts | 5 + src/one-dashboard-json/index.ts | 5 + src/one-dashboard-raw/index.ts | 5 + src/one-dashboard/index-structs/index.ts | 5 + src/one-dashboard/index-structs/structs0.ts | 5 + src/one-dashboard/index-structs/structs400.ts | 5 + src/one-dashboard/index.ts | 5 + src/provider/index.ts | 5 + src/service-level/index.ts | 5 + src/synthetics-alert-condition/index.ts | 5 + src/synthetics-broken-links-monitor/index.ts | 5 + src/synthetics-cert-check-monitor/index.ts | 5 + src/synthetics-monitor/index.ts | 5 + .../index.ts | 5 + src/synthetics-private-location/index.ts | 5 + src/synthetics-script-monitor/index.ts | 5 + src/synthetics-secure-credential/index.ts | 5 + src/synthetics-step-monitor/index.ts | 5 + src/user/index.ts | 5 + src/workflow/index.ts | 5 + src/workload/index.ts | 5 + 135 files changed, 1796 insertions(+), 1446 deletions(-) diff --git a/docs/accountManagement.go.md b/docs/accountManagement.go.md index 843befcaa..0174fd5b5 100644 --- a/docs/accountManagement.go.md +++ b/docs/accountManagement.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement" accountmanagement.NewAccountManagement(scope Construct, id *string, config AccountManagementConfig) AccountManagement ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement" accountmanagement.AccountManagement_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement" accountmanagement.AccountManagement_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ accountmanagement.AccountManagement_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement" accountmanagement.AccountManagement_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ accountmanagement.AccountManagement_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement" accountmanagement.AccountManagement_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/accountmanagement" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanagement" &accountmanagement.AccountManagementConfig { Connection: interface{}, diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md index 72f56f342..b8be4579d 100644 --- a/docs/alertChannel.go.md +++ b/docs/alertChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" alertchannel.NewAlertChannel(scope Construct, id *string, config AlertChannelConfig) AlertChannel ``` @@ -412,7 +412,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" alertchannel.AlertChannel_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" alertchannel.AlertChannel_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ alertchannel.AlertChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" alertchannel.AlertChannel_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ alertchannel.AlertChannel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" alertchannel.AlertChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -811,7 +811,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" &alertchannel.AlertChannelConfig { Connection: interface{}, @@ -824,7 +824,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/v12.alertChannel.AlertChannelConfigA, Id: *string, } ``` @@ -994,7 +994,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" &alertchannel.AlertChannelConfigA { ApiKey: *string, @@ -1354,7 +1354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" alertchannel.NewAlertChannelConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertChannelConfigAOutputReference ``` diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md index 2c16d128f..4f5253c61 100644 --- a/docs/alertCondition.go.md +++ b/docs/alertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" alertcondition.NewAlertCondition(scope Construct, id *string, config AlertConditionConfig) AlertCondition ``` @@ -447,7 +447,7 @@ func ResetViolationCloseTimer() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" alertcondition.AlertCondition_IsConstruct(x interface{}) *bool ``` @@ -479,7 +479,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" alertcondition.AlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -493,7 +493,7 @@ alertcondition.AlertCondition_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" alertcondition.AlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -507,7 +507,7 @@ alertcondition.AlertCondition_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" alertcondition.AlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1055,7 +1055,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" &alertcondition.AlertConditionConfig { Connection: interface{}, @@ -1386,7 +1386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" &alertcondition.AlertConditionTerm { Duration: *f64, @@ -1486,7 +1486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" alertcondition.NewAlertConditionTermList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertConditionTermList ``` @@ -1646,7 +1646,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 ac6605603..b2dea07a1 100644 --- a/docs/alertMutingRule.go.md +++ b/docs/alertMutingRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.NewAlertMutingRule(scope Construct, id *string, config AlertMutingRuleConfig) AlertMutingRule ``` @@ -432,7 +432,7 @@ func ResetSchedule() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.AlertMutingRule_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.AlertMutingRule_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ alertmutingrule.AlertMutingRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.AlertMutingRule_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ alertmutingrule.AlertMutingRule_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.AlertMutingRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -875,7 +875,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" &alertmutingrule.AlertMutingRuleCondition { Conditions: interface{}, @@ -925,7 +925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" &alertmutingrule.AlertMutingRuleConditionConditions { Attribute: *string, @@ -991,7 +991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" &alertmutingrule.AlertMutingRuleConfig { Connection: interface{}, @@ -1001,13 +1001,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/v12.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/v12.alertMutingRule.AlertMutingRuleSchedule, } ``` @@ -1206,7 +1206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" &alertmutingrule.AlertMutingRuleSchedule { TimeZone: *string, @@ -1338,7 +1338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.NewAlertMutingRuleConditionConditionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertMutingRuleConditionConditionsList ``` @@ -1498,7 +1498,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.NewAlertMutingRuleConditionConditionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) AlertMutingRuleConditionConditionsOutputReference ``` @@ -1831,7 +1831,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.NewAlertMutingRuleConditionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertMutingRuleConditionOutputReference ``` @@ -2137,7 +2137,7 @@ func InternalValue() AlertMutingRuleCondition #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertmutingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule" alertmutingrule.NewAlertMutingRuleScheduleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertMutingRuleScheduleOutputReference ``` diff --git a/docs/alertPolicy.go.md b/docs/alertPolicy.go.md index d3b522ee4..6180556c3 100644 --- a/docs/alertPolicy.go.md +++ b/docs/alertPolicy.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" alertpolicy.NewAlertPolicy(scope Construct, id *string, config AlertPolicyConfig) AlertPolicy ``` @@ -406,7 +406,7 @@ func ResetIncidentPreference() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" alertpolicy.AlertPolicy_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" alertpolicy.AlertPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ alertpolicy.AlertPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" alertpolicy.AlertPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ alertpolicy.AlertPolicy_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" alertpolicy.AlertPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -805,7 +805,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" &alertpolicy.AlertPolicyConfig { Connection: interface{}, diff --git a/docs/alertPolicyChannel.go.md b/docs/alertPolicyChannel.go.md index 6a84b6673..032bd597b 100644 --- a/docs/alertPolicyChannel.go.md +++ b/docs/alertPolicyChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" alertpolicychannel.NewAlertPolicyChannel(scope Construct, id *string, config AlertPolicyChannelConfig) AlertPolicyChannel ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ alertpolicychannel.AlertPolicyChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ alertpolicychannel.AlertPolicyChannel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" alertpolicychannel.AlertPolicyChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -811,7 +811,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" &alertpolicychannel.AlertPolicyChannelConfig { Connection: interface{}, @@ -825,7 +825,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/v12.alertPolicyChannel.AlertPolicyChannelTimeouts, } ``` @@ -996,7 +996,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" &alertpolicychannel.AlertPolicyChannelTimeouts { Create: *string, @@ -1030,7 +1030,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/alertpolicychannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychannel" alertpolicychannel.NewAlertPolicyChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertPolicyChannelTimeoutsOutputReference ``` diff --git a/docs/apiAccessKey.go.md b/docs/apiAccessKey.go.md index eebcbff7d..848bf81ed 100644 --- a/docs/apiAccessKey.go.md +++ b/docs/apiAccessKey.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" apiaccesskey.NewApiAccessKey(scope Construct, id *string, config ApiAccessKeyConfig) ApiAccessKey ``` @@ -413,7 +413,7 @@ func ResetUserId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" apiaccesskey.ApiAccessKey_IsConstruct(x interface{}) *bool ``` @@ -445,7 +445,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" apiaccesskey.ApiAccessKey_IsTerraformElement(x interface{}) *bool ``` @@ -459,7 +459,7 @@ apiaccesskey.ApiAccessKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" apiaccesskey.ApiAccessKey_IsTerraformResource(x interface{}) *bool ``` @@ -473,7 +473,7 @@ apiaccesskey.ApiAccessKey_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" apiaccesskey.ApiAccessKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -867,7 +867,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/apiaccesskey" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" &apiaccesskey.ApiAccessKeyConfig { Connection: interface{}, diff --git a/docs/applicationSettings.go.md b/docs/applicationSettings.go.md index a360e6217..a63ea6414 100644 --- a/docs/applicationSettings.go.md +++ b/docs/applicationSettings.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings" applicationsettings.NewApplicationSettings(scope Construct, id *string, config ApplicationSettingsConfig) ApplicationSettings ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings" applicationsettings.ApplicationSettings_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings" applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings" applicationsettings.ApplicationSettings_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ applicationsettings.ApplicationSettings_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings" applicationsettings.ApplicationSettings_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -784,7 +784,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/applicationsettings" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsettings" &applicationsettings.ApplicationSettingsConfig { Connection: interface{}, diff --git a/docs/browserApplication.go.md b/docs/browserApplication.go.md index d73fbe52b..3eea755e6 100644 --- a/docs/browserApplication.go.md +++ b/docs/browserApplication.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication" browserapplication.NewBrowserApplication(scope Construct, id *string, config BrowserApplicationConfig) BrowserApplication ``` @@ -413,7 +413,7 @@ func ResetLoaderType() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication" browserapplication.BrowserApplication_IsConstruct(x interface{}) *bool ``` @@ -445,7 +445,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication" browserapplication.BrowserApplication_IsTerraformElement(x interface{}) *bool ``` @@ -459,7 +459,7 @@ browserapplication.BrowserApplication_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication" browserapplication.BrowserApplication_IsTerraformResource(x interface{}) *bool ``` @@ -473,7 +473,7 @@ browserapplication.BrowserApplication_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication" browserapplication.BrowserApplication_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -867,7 +867,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/browserapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplication" &browserapplication.BrowserApplicationConfig { Connection: interface{}, diff --git a/docs/cloudAwsGovcloudIntegrations.go.md b/docs/cloudAwsGovcloudIntegrations.go.md index cb8cdff9b..02942027a 100644 --- a/docs/cloudAwsGovcloudIntegrations.go.md +++ b/docs/cloudAwsGovcloudIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrations(scope Construct, id *string, config CloudAwsGovcloudIntegrationsConfig) CloudAwsGovcloudIntegrations ``` @@ -792,7 +792,7 @@ func ResetSqs() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsConstruct(x interface{}) *bool ``` @@ -824,7 +824,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -838,7 +838,7 @@ cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -852,7 +852,7 @@ cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1587,7 +1587,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAlb { AwsRegions: *[]*string, @@ -1721,7 +1721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsApiGateway { AwsRegions: *[]*string, @@ -1821,7 +1821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAutoScaling { AwsRegions: *[]*string, @@ -1871,7 +1871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect { AwsRegions: *[]*string, @@ -1921,7 +1921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsAwsStates { AwsRegions: *[]*string, @@ -1971,7 +1971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsCloudtrail { AwsRegions: *[]*string, @@ -2021,7 +2021,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsConfig { Connection: interface{}, @@ -2033,27 +2033,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/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAlb, + ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsApiGateway, + AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAutoScaling, + AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsDirectConnect, + AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsAwsStates, + Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsCloudtrail, + DynamoDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsDynamoDb, + Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEbs, + Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEc2, + ElasticSearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElasticSearch, + Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsElb, + Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsEmr, + Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsIam, 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/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsLambda, + Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRds, + RedShift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRedShift, + Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsRoute53, + S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsS3, + Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSns, + Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsSqs, } ``` @@ -2492,7 +2492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsDynamoDb { AwsRegions: *[]*string, @@ -2610,7 +2610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEbs { AwsRegions: *[]*string, @@ -2710,7 +2710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEc2 { AwsRegions: *[]*string, @@ -2808,7 +2808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsElasticSearch { AwsRegions: *[]*string, @@ -2906,7 +2906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsElb { AwsRegions: *[]*string, @@ -2992,7 +2992,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsEmr { AwsRegions: *string, @@ -3092,7 +3092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsIam { MetricsPollingInterval: *f64, @@ -3158,7 +3158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsLambda { AwsRegions: *[]*string, @@ -3258,7 +3258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRds { AwsRegions: *[]*string, @@ -3358,7 +3358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRedShift { AwsRegions: *[]*string, @@ -3440,7 +3440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsRoute53 { FetchExtendedInventory: interface{}, @@ -3492,7 +3492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsS3 { FetchExtendedInventory: interface{}, @@ -3594,7 +3594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsSns { AwsRegions: *[]*string, @@ -3662,7 +3662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" &cloudawsgovcloudintegrations.CloudAwsGovcloudIntegrationsSqs { AwsRegions: *[]*string, @@ -3798,7 +3798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAlbOutputReference ``` @@ -4250,7 +4250,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAlb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsApiGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsApiGatewayOutputReference ``` @@ -4644,7 +4644,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsApiGateway #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAutoScalingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAutoScalingOutputReference ``` @@ -4951,7 +4951,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAutoScaling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference ``` @@ -5258,7 +5258,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAwsDirectConnect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsAwsStatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsAwsStatesOutputReference ``` @@ -5565,7 +5565,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsAwsStates #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsCloudtrailOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsCloudtrailOutputReference ``` @@ -5872,7 +5872,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsCloudtrail #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsDynamoDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsDynamoDbOutputReference ``` @@ -6295,7 +6295,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsDynamoDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEbsOutputReference ``` @@ -6689,7 +6689,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEc2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEc2OutputReference ``` @@ -7083,7 +7083,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEc2 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsElasticSearchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsElasticSearchOutputReference ``` @@ -7477,7 +7477,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsElasticSearch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsElbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsElbOutputReference ``` @@ -7842,7 +7842,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsElb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsEmrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsEmrOutputReference ``` @@ -8236,7 +8236,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsEmr #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsIamOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsIamOutputReference ``` @@ -8572,7 +8572,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsIam #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsLambdaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsLambdaOutputReference ``` @@ -8966,7 +8966,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsLambda #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRdsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRdsOutputReference ``` @@ -9360,7 +9360,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRds #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRedShiftOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRedShiftOutputReference ``` @@ -9725,7 +9725,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRedShift #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsRoute53OutputReference ``` @@ -10032,7 +10032,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsS3OutputReference ``` @@ -10426,7 +10426,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsS3 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsSnsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsSnsOutputReference ``` @@ -10762,7 +10762,7 @@ func InternalValue() CloudAwsGovcloudIntegrationsSns #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudintegrations" cloudawsgovcloudintegrations.NewCloudAwsGovcloudIntegrationsSqsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsGovcloudIntegrationsSqsOutputReference ``` diff --git a/docs/cloudAwsGovcloudLinkAccount.go.md b/docs/cloudAwsGovcloudLinkAccount.go.md index f0b93e388..f17137057 100644 --- a/docs/cloudAwsGovcloudLinkAccount.go.md +++ b/docs/cloudAwsGovcloudLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.NewCloudAwsGovcloudLinkAccount(scope Construct, id *string, config CloudAwsGovcloudLinkAccountConfig) CloudAwsGovcloudLinkAccount ``` @@ -399,7 +399,7 @@ func ResetMetricCollectionMode() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount" cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -842,7 +842,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsgovcloudlinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovcloudlinkaccount" &cloudawsgovcloudlinkaccount.CloudAwsGovcloudLinkAccountConfig { Connection: interface{}, diff --git a/docs/cloudAwsIntegrations.go.md b/docs/cloudAwsIntegrations.go.md index c9144e4c3..17bcc1ca9 100644 --- a/docs/cloudAwsIntegrations.go.md +++ b/docs/cloudAwsIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrations(scope Construct, id *string, config CloudAwsIntegrationsConfig) CloudAwsIntegrations ``` @@ -1432,7 +1432,7 @@ func ResetXRay() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_IsConstruct(x interface{}) *bool ``` @@ -1464,7 +1464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -1478,7 +1478,7 @@ cloudawsintegrations.CloudAwsIntegrations_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -1492,7 +1492,7 @@ cloudawsintegrations.CloudAwsIntegrations_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.CloudAwsIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2931,7 +2931,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAlb { AwsRegions: *[]*string, @@ -3065,7 +3065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsApiGateway { AwsRegions: *[]*string, @@ -3165,7 +3165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAutoScaling { AwsRegions: *[]*string, @@ -3215,7 +3215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsAppSync { AwsRegions: *[]*string, @@ -3265,7 +3265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsAthena { AwsRegions: *[]*string, @@ -3315,7 +3315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsCognito { AwsRegions: *[]*string, @@ -3365,7 +3365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsConnect { AwsRegions: *[]*string, @@ -3415,7 +3415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsDirectConnect { AwsRegions: *[]*string, @@ -3465,7 +3465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsFsx { AwsRegions: *[]*string, @@ -3515,7 +3515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsGlue { AwsRegions: *[]*string, @@ -3565,7 +3565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsKinesisAnalytics { AwsRegions: *[]*string, @@ -3615,7 +3615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsMediaConvert { AwsRegions: *[]*string, @@ -3665,7 +3665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsMediaPackageVod { AwsRegions: *[]*string, @@ -3715,7 +3715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsMq { AwsRegions: *[]*string, @@ -3765,7 +3765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsMsk { AwsRegions: *[]*string, @@ -3815,7 +3815,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsNeptune { AwsRegions: *[]*string, @@ -3865,7 +3865,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsQldb { AwsRegions: *[]*string, @@ -3915,7 +3915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsRoute53Resolver { AwsRegions: *[]*string, @@ -3965,7 +3965,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsStates { AwsRegions: *[]*string, @@ -4015,7 +4015,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsTransitGateway { AwsRegions: *[]*string, @@ -4065,7 +4065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsWaf { AwsRegions: *[]*string, @@ -4115,7 +4115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsAwsWafv2 { AwsRegions: *[]*string, @@ -4165,7 +4165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsBilling { MetricsPollingInterval: *f64, @@ -4199,7 +4199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsCloudfront { FetchLambdasAtEdge: interface{}, @@ -4301,7 +4301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsCloudtrail { AwsRegions: *[]*string, @@ -4351,7 +4351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsConfig { Connection: interface{}, @@ -4363,59 +4363,59 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegration Provisioners: *[]interface{}, LinkedAccountId: *f64, AccountId: *f64, - Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAlb, - ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsApiGateway, - AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAutoScaling, - AwsAppSync: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsAppSync, - AwsAthena: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsAthena, - AwsCognito: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsCognito, - AwsConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsConnect, - AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsDirectConnect, - AwsFsx: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsFsx, - AwsGlue: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsGlue, - AwsKinesisAnalytics: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsKinesisAnalytics, - AwsMediaConvert: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaConvert, - AwsMediaPackageVod: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaPackageVod, - AwsMq: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMq, - AwsMsk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsMsk, - AwsNeptune: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsNeptune, - AwsQldb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsQldb, - AwsRoute53Resolver: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsRoute53Resolver, - AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsStates, - AwsTransitGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsTransitGateway, - AwsWaf: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsWaf, - AwsWafv2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsAwsWafv2, - Billing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsBilling, - Cloudfront: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsCloudfront, - Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsCloudtrail, - DocDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsDocDb, - Dynamodb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsDynamodb, - Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEbs, - Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEc2, - Ecs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEcs, - Efs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEfs, - Elasticache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElasticache, - Elasticbeanstalk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElasticbeanstalk, - Elasticsearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElasticsearch, - Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsElb, - Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsEmr, - Health: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsHealth, - Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsIam, + Alb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAlb, + ApiGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsApiGateway, + AutoScaling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAutoScaling, + AwsAppSync: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsAppSync, + AwsAthena: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsAthena, + AwsCognito: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsCognito, + AwsConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsConnect, + AwsDirectConnect: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsDirectConnect, + AwsFsx: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsFsx, + AwsGlue: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsGlue, + AwsKinesisAnalytics: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsKinesisAnalytics, + AwsMediaConvert: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaConvert, + AwsMediaPackageVod: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMediaPackageVod, + AwsMq: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMq, + AwsMsk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsMsk, + AwsNeptune: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsNeptune, + AwsQldb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsQldb, + AwsRoute53Resolver: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsRoute53Resolver, + AwsStates: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsStates, + AwsTransitGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsTransitGateway, + AwsWaf: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsWaf, + AwsWafv2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsAwsWafv2, + Billing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsBilling, + Cloudfront: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsCloudfront, + Cloudtrail: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsCloudtrail, + DocDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsDocDb, + Dynamodb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsDynamodb, + Ebs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEbs, + Ec2: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEc2, + Ecs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEcs, + Efs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEfs, + Elasticache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElasticache, + Elasticbeanstalk: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElasticbeanstalk, + Elasticsearch: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElasticsearch, + Elb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsElb, + Emr: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsEmr, + Health: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsHealth, + Iam: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsIam, Id: *string, - Iot: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsIot, - Kinesis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsKinesis, - KinesisFirehose: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsKinesisFirehose, - Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsLambda, - Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsRds, - Redshift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsRedshift, - Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsRoute53, - S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsS3, - Ses: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsSes, - Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsSns, - Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsSqs, - TrustedAdvisor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsTrustedAdvisor, - Vpc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsVpc, - XRay: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAwsIntegrations.CloudAwsIntegrationsXRay, + Iot: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsIot, + Kinesis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsKinesis, + KinesisFirehose: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsKinesisFirehose, + Lambda: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsLambda, + Rds: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsRds, + Redshift: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsRedshift, + Route53: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsRoute53, + S3: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsS3, + Ses: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsSes, + Sns: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsSns, + Sqs: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsSqs, + TrustedAdvisor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsTrustedAdvisor, + Vpc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsVpc, + XRay: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAwsIntegrations.CloudAwsIntegrationsXRay, } ``` @@ -5334,7 +5334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsDocDb { AwsRegions: *[]*string, @@ -5384,7 +5384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsDynamodb { AwsRegions: *[]*string, @@ -5502,7 +5502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsEbs { AwsRegions: *[]*string, @@ -5602,7 +5602,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsEc2 { AwsRegions: *[]*string, @@ -5716,7 +5716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsEcs { AwsRegions: *[]*string, @@ -5816,7 +5816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsEfs { AwsRegions: *[]*string, @@ -5916,7 +5916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsElasticache { AwsRegions: *[]*string, @@ -6016,7 +6016,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsElasticbeanstalk { AwsRegions: *[]*string, @@ -6134,7 +6134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsElasticsearch { AwsRegions: *[]*string, @@ -6234,7 +6234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsElb { AwsRegions: *[]*string, @@ -6320,7 +6320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsEmr { AwsRegions: *[]*string, @@ -6420,7 +6420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsHealth { MetricsPollingInterval: *f64, @@ -6454,7 +6454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsIam { MetricsPollingInterval: *f64, @@ -6520,7 +6520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsIot { AwsRegions: *[]*string, @@ -6570,7 +6570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsKinesis { AwsRegions: *[]*string, @@ -6688,7 +6688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsKinesisFirehose { AwsRegions: *[]*string, @@ -6738,7 +6738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsLambda { AwsRegions: *[]*string, @@ -6838,7 +6838,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsRds { AwsRegions: *[]*string, @@ -6938,7 +6938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsRedshift { AwsRegions: *[]*string, @@ -7020,7 +7020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsRoute53 { FetchExtendedInventory: interface{}, @@ -7072,7 +7072,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsS3 { FetchExtendedInventory: interface{}, @@ -7174,7 +7174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsSes { AwsRegions: *[]*string, @@ -7224,7 +7224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsSns { AwsRegions: *[]*string, @@ -7292,7 +7292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsSqs { AwsRegions: *[]*string, @@ -7426,7 +7426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsTrustedAdvisor { MetricsPollingInterval: *f64, @@ -7460,7 +7460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsVpc { AwsRegions: *[]*string, @@ -7578,7 +7578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" &cloudawsintegrations.CloudAwsIntegrationsXRay { AwsRegions: *[]*string, @@ -7630,7 +7630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAlbOutputReference ``` @@ -8082,7 +8082,7 @@ func InternalValue() CloudAwsIntegrationsAlb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsApiGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsApiGatewayOutputReference ``` @@ -8476,7 +8476,7 @@ func InternalValue() CloudAwsIntegrationsApiGateway #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAutoScalingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAutoScalingOutputReference ``` @@ -8783,7 +8783,7 @@ func InternalValue() CloudAwsIntegrationsAutoScaling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsAppSyncOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsAppSyncOutputReference ``` @@ -9090,7 +9090,7 @@ func InternalValue() CloudAwsIntegrationsAwsAppSync #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsAthenaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsAthenaOutputReference ``` @@ -9397,7 +9397,7 @@ func InternalValue() CloudAwsIntegrationsAwsAthena #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsCognitoOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsCognitoOutputReference ``` @@ -9704,7 +9704,7 @@ func InternalValue() CloudAwsIntegrationsAwsCognito #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsConnectOutputReference ``` @@ -10011,7 +10011,7 @@ func InternalValue() CloudAwsIntegrationsAwsConnect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsDirectConnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsDirectConnectOutputReference ``` @@ -10318,7 +10318,7 @@ func InternalValue() CloudAwsIntegrationsAwsDirectConnect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsFsxOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsFsxOutputReference ``` @@ -10625,7 +10625,7 @@ func InternalValue() CloudAwsIntegrationsAwsFsx #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsGlueOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsGlueOutputReference ``` @@ -10932,7 +10932,7 @@ func InternalValue() CloudAwsIntegrationsAwsGlue #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsKinesisAnalyticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsKinesisAnalyticsOutputReference ``` @@ -11239,7 +11239,7 @@ func InternalValue() CloudAwsIntegrationsAwsKinesisAnalytics #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsMediaConvertOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMediaConvertOutputReference ``` @@ -11546,7 +11546,7 @@ func InternalValue() CloudAwsIntegrationsAwsMediaConvert #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsMediaPackageVodOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMediaPackageVodOutputReference ``` @@ -11853,7 +11853,7 @@ func InternalValue() CloudAwsIntegrationsAwsMediaPackageVod #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsMqOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMqOutputReference ``` @@ -12160,7 +12160,7 @@ func InternalValue() CloudAwsIntegrationsAwsMq #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsMskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsMskOutputReference ``` @@ -12467,7 +12467,7 @@ func InternalValue() CloudAwsIntegrationsAwsMsk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsNeptuneOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsNeptuneOutputReference ``` @@ -12774,7 +12774,7 @@ func InternalValue() CloudAwsIntegrationsAwsNeptune #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsQldbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsQldbOutputReference ``` @@ -13081,7 +13081,7 @@ func InternalValue() CloudAwsIntegrationsAwsQldb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsRoute53ResolverOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsRoute53ResolverOutputReference ``` @@ -13388,7 +13388,7 @@ func InternalValue() CloudAwsIntegrationsAwsRoute53Resolver #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsStatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsStatesOutputReference ``` @@ -13695,7 +13695,7 @@ func InternalValue() CloudAwsIntegrationsAwsStates #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsTransitGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsTransitGatewayOutputReference ``` @@ -14002,7 +14002,7 @@ func InternalValue() CloudAwsIntegrationsAwsTransitGateway #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsWafOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsWafOutputReference ``` @@ -14309,7 +14309,7 @@ func InternalValue() CloudAwsIntegrationsAwsWaf #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsAwsWafv2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsAwsWafv2OutputReference ``` @@ -14616,7 +14616,7 @@ func InternalValue() CloudAwsIntegrationsAwsWafv2 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsBillingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsBillingOutputReference ``` @@ -14894,7 +14894,7 @@ func InternalValue() CloudAwsIntegrationsBilling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsCloudfrontOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsCloudfrontOutputReference ``` @@ -15288,7 +15288,7 @@ func InternalValue() CloudAwsIntegrationsCloudfront #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsCloudtrailOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsCloudtrailOutputReference ``` @@ -15595,7 +15595,7 @@ func InternalValue() CloudAwsIntegrationsCloudtrail #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsDocDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsDocDbOutputReference ``` @@ -15902,7 +15902,7 @@ func InternalValue() CloudAwsIntegrationsDocDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsDynamodbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsDynamodbOutputReference ``` @@ -16325,7 +16325,7 @@ func InternalValue() CloudAwsIntegrationsDynamodb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEbsOutputReference ``` @@ -16719,7 +16719,7 @@ func InternalValue() CloudAwsIntegrationsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsEc2OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEc2OutputReference ``` @@ -17142,7 +17142,7 @@ func InternalValue() CloudAwsIntegrationsEc2 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEcsOutputReference ``` @@ -17536,7 +17536,7 @@ func InternalValue() CloudAwsIntegrationsEcs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsEfsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEfsOutputReference ``` @@ -17930,7 +17930,7 @@ func InternalValue() CloudAwsIntegrationsEfs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsElasticacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElasticacheOutputReference ``` @@ -18324,7 +18324,7 @@ func InternalValue() CloudAwsIntegrationsElasticache #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsElasticbeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElasticbeanstalkOutputReference ``` @@ -18747,7 +18747,7 @@ func InternalValue() CloudAwsIntegrationsElasticbeanstalk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsElasticsearchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElasticsearchOutputReference ``` @@ -19141,7 +19141,7 @@ func InternalValue() CloudAwsIntegrationsElasticsearch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsElbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsElbOutputReference ``` @@ -19506,7 +19506,7 @@ func InternalValue() CloudAwsIntegrationsElb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsEmrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsEmrOutputReference ``` @@ -19900,7 +19900,7 @@ func InternalValue() CloudAwsIntegrationsEmr #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsHealthOutputReference ``` @@ -20178,7 +20178,7 @@ func InternalValue() CloudAwsIntegrationsHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsIamOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsIamOutputReference ``` @@ -20514,7 +20514,7 @@ func InternalValue() CloudAwsIntegrationsIam #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsIotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsIotOutputReference ``` @@ -20821,7 +20821,7 @@ func InternalValue() CloudAwsIntegrationsIot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsKinesisFirehoseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsKinesisFirehoseOutputReference ``` @@ -21128,7 +21128,7 @@ func InternalValue() CloudAwsIntegrationsKinesisFirehose #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsKinesisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsKinesisOutputReference ``` @@ -21551,7 +21551,7 @@ func InternalValue() CloudAwsIntegrationsKinesis #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsLambdaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsLambdaOutputReference ``` @@ -21945,7 +21945,7 @@ func InternalValue() CloudAwsIntegrationsLambda #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsRdsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsRdsOutputReference ``` @@ -22339,7 +22339,7 @@ func InternalValue() CloudAwsIntegrationsRds #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsRedshiftOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsRedshiftOutputReference ``` @@ -22704,7 +22704,7 @@ func InternalValue() CloudAwsIntegrationsRedshift #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsRoute53OutputReference ``` @@ -23011,7 +23011,7 @@ func InternalValue() CloudAwsIntegrationsRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsS3OutputReference ``` @@ -23405,7 +23405,7 @@ func InternalValue() CloudAwsIntegrationsS3 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsSesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsSesOutputReference ``` @@ -23712,7 +23712,7 @@ func InternalValue() CloudAwsIntegrationsSes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsSnsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsSnsOutputReference ``` @@ -24048,7 +24048,7 @@ func InternalValue() CloudAwsIntegrationsSns #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsSqsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsSqsOutputReference ``` @@ -24500,7 +24500,7 @@ func InternalValue() CloudAwsIntegrationsSqs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsTrustedAdvisorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsTrustedAdvisorOutputReference ``` @@ -24778,7 +24778,7 @@ func InternalValue() CloudAwsIntegrationsTrustedAdvisor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsVpcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsVpcOutputReference ``` @@ -25201,7 +25201,7 @@ func InternalValue() CloudAwsIntegrationsVpc #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawsintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegrations" cloudawsintegrations.NewCloudAwsIntegrationsXRayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAwsIntegrationsXRayOutputReference ``` diff --git a/docs/cloudAwsLinkAccount.go.md b/docs/cloudAwsLinkAccount.go.md index 1b5382e40..ae7a8961b 100644 --- a/docs/cloudAwsLinkAccount.go.md +++ b/docs/cloudAwsLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount" cloudawslinkaccount.NewCloudAwsLinkAccount(scope Construct, id *string, config CloudAwsLinkAccountConfig) CloudAwsLinkAccount ``` @@ -399,7 +399,7 @@ func ResetMetricCollectionMode() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ cloudawslinkaccount.CloudAwsLinkAccount_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount" cloudawslinkaccount.CloudAwsLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -798,7 +798,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudawslinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkaccount" &cloudawslinkaccount.CloudAwsLinkAccountConfig { Connection: interface{}, diff --git a/docs/cloudAzureIntegrations.go.md b/docs/cloudAzureIntegrations.go.md index 094bb55b7..3ad1e6734 100644 --- a/docs/cloudAzureIntegrations.go.md +++ b/docs/cloudAzureIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrations(scope Construct, id *string, config CloudAzureIntegrationsConfig) CloudAzureIntegrations ``` @@ -1032,7 +1032,7 @@ func ResetVpnGateway() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_IsConstruct(x interface{}) *bool ``` @@ -1064,7 +1064,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -1078,7 +1078,7 @@ cloudazureintegrations.CloudAzureIntegrations_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -1092,7 +1092,7 @@ cloudazureintegrations.CloudAzureIntegrations_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.CloudAzureIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2091,7 +2091,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsApiManagement { MetricsPollingInterval: *f64, @@ -2141,7 +2141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsAppGateway { MetricsPollingInterval: *f64, @@ -2191,7 +2191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsAppService { MetricsPollingInterval: *f64, @@ -2241,7 +2241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsConfig { Connection: interface{}, @@ -2253,39 +2253,39 @@ 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/v12.cloudAzureIntegrations.CloudAzureIntegrationsApiManagement, + AppGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsAppGateway, + AppService: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsAppService, + Containers: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsContainers, + CosmosDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsCosmosDb, + CostManagement: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsCostManagement, + DataFactory: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsDataFactory, + EventHub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsEventHub, + ExpressRoute: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsExpressRoute, + Firewalls: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsFirewalls, + FrontDoor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsFrontDoor, + Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsFunctions, 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, - Monitor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMonitor, - Mysql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMysql, - MysqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsMysqlFlexible, - Postgresql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsPostgresql, - PostgresqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsPostgresqlFlexible, - PowerBiDedicated: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsPowerBiDedicated, - RedisCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsRedisCache, - ServiceBus: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsServiceBus, - Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsSql, - SqlManaged: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsSqlManaged, - Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsStorage, - VirtualMachine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVirtualMachine, - VirtualNetworks: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVirtualNetworks, - Vms: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVms, - VpnGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.cloudAzureIntegrations.CloudAzureIntegrationsVpnGateway, + KeyVault: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsKeyVault, + LoadBalancer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsLoadBalancer, + LogicApps: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsLogicApps, + MachineLearning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMachineLearning, + MariaDb: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMariaDb, + Monitor: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMonitor, + Mysql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMysql, + MysqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsMysqlFlexible, + Postgresql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsPostgresql, + PostgresqlFlexible: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsPostgresqlFlexible, + PowerBiDedicated: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsPowerBiDedicated, + RedisCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsRedisCache, + ServiceBus: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsServiceBus, + Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsSql, + SqlManaged: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsSqlManaged, + Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsStorage, + VirtualMachine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVirtualMachine, + VirtualNetworks: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVirtualNetworks, + Vms: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVms, + VpnGateway: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudAzureIntegrations.CloudAzureIntegrationsVpnGateway, } ``` @@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsContainers { MetricsPollingInterval: *f64, @@ -2954,7 +2954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsCosmosDb { MetricsPollingInterval: *f64, @@ -3004,7 +3004,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsCostManagement { MetricsPollingInterval: *f64, @@ -3054,7 +3054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsDataFactory { MetricsPollingInterval: *f64, @@ -3104,7 +3104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsEventHub { MetricsPollingInterval: *f64, @@ -3154,7 +3154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsExpressRoute { MetricsPollingInterval: *f64, @@ -3204,7 +3204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsFirewalls { MetricsPollingInterval: *f64, @@ -3254,7 +3254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsFrontDoor { MetricsPollingInterval: *f64, @@ -3304,7 +3304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsFunctions { MetricsPollingInterval: *f64, @@ -3354,7 +3354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsKeyVault { MetricsPollingInterval: *f64, @@ -3404,7 +3404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsLoadBalancer { MetricsPollingInterval: *f64, @@ -3454,7 +3454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsLogicApps { MetricsPollingInterval: *f64, @@ -3504,7 +3504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMachineLearning { MetricsPollingInterval: *f64, @@ -3554,7 +3554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMariaDb { MetricsPollingInterval: *f64, @@ -3604,7 +3604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMonitor { Enabled: interface{}, @@ -3718,7 +3718,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMysql { MetricsPollingInterval: *f64, @@ -3768,7 +3768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsMysqlFlexible { MetricsPollingInterval: *f64, @@ -3818,7 +3818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsPostgresql { MetricsPollingInterval: *f64, @@ -3868,7 +3868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsPostgresqlFlexible { MetricsPollingInterval: *f64, @@ -3918,7 +3918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsPowerBiDedicated { MetricsPollingInterval: *f64, @@ -3968,7 +3968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsRedisCache { MetricsPollingInterval: *f64, @@ -4018,7 +4018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsServiceBus { MetricsPollingInterval: *f64, @@ -4068,7 +4068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsSql { MetricsPollingInterval: *f64, @@ -4118,7 +4118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsSqlManaged { MetricsPollingInterval: *f64, @@ -4168,7 +4168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsStorage { MetricsPollingInterval: *f64, @@ -4218,7 +4218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVirtualMachine { MetricsPollingInterval: *f64, @@ -4268,7 +4268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVirtualNetworks { MetricsPollingInterval: *f64, @@ -4318,7 +4318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVms { MetricsPollingInterval: *f64, @@ -4368,7 +4368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" &cloudazureintegrations.CloudAzureIntegrationsVpnGateway { MetricsPollingInterval: *f64, @@ -4420,7 +4420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsApiManagementOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsApiManagementOutputReference ``` @@ -4727,7 +4727,7 @@ func InternalValue() CloudAzureIntegrationsApiManagement #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsAppGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsAppGatewayOutputReference ``` @@ -5034,7 +5034,7 @@ func InternalValue() CloudAzureIntegrationsAppGateway #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsAppServiceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsAppServiceOutputReference ``` @@ -5341,7 +5341,7 @@ func InternalValue() CloudAzureIntegrationsAppService #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsContainersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsContainersOutputReference ``` @@ -5648,7 +5648,7 @@ func InternalValue() CloudAzureIntegrationsContainers #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsCosmosDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsCosmosDbOutputReference ``` @@ -5955,7 +5955,7 @@ func InternalValue() CloudAzureIntegrationsCosmosDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsCostManagementOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsCostManagementOutputReference ``` @@ -6262,7 +6262,7 @@ func InternalValue() CloudAzureIntegrationsCostManagement #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsDataFactoryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsDataFactoryOutputReference ``` @@ -6569,7 +6569,7 @@ func InternalValue() CloudAzureIntegrationsDataFactory #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsEventHubOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsEventHubOutputReference ``` @@ -6876,7 +6876,7 @@ func InternalValue() CloudAzureIntegrationsEventHub #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsExpressRouteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsExpressRouteOutputReference ``` @@ -7183,7 +7183,7 @@ func InternalValue() CloudAzureIntegrationsExpressRoute #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsFirewallsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFirewallsOutputReference ``` @@ -7490,7 +7490,7 @@ func InternalValue() CloudAzureIntegrationsFirewalls #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsFrontDoorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFrontDoorOutputReference ``` @@ -7797,7 +7797,7 @@ func InternalValue() CloudAzureIntegrationsFrontDoor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsFunctionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsFunctionsOutputReference ``` @@ -8104,7 +8104,7 @@ func InternalValue() CloudAzureIntegrationsFunctions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsKeyVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsKeyVaultOutputReference ``` @@ -8411,7 +8411,7 @@ func InternalValue() CloudAzureIntegrationsKeyVault #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsLoadBalancerOutputReference ``` @@ -8718,7 +8718,7 @@ func InternalValue() CloudAzureIntegrationsLoadBalancer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsLogicAppsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsLogicAppsOutputReference ``` @@ -9025,7 +9025,7 @@ func InternalValue() CloudAzureIntegrationsLogicApps #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMachineLearningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMachineLearningOutputReference ``` @@ -9332,7 +9332,7 @@ func InternalValue() CloudAzureIntegrationsMachineLearning #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMariaDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMariaDbOutputReference ``` @@ -9639,7 +9639,7 @@ func InternalValue() CloudAzureIntegrationsMariaDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMonitorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMonitorOutputReference ``` @@ -10062,7 +10062,7 @@ func InternalValue() CloudAzureIntegrationsMonitor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMysqlFlexibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMysqlFlexibleOutputReference ``` @@ -10369,7 +10369,7 @@ func InternalValue() CloudAzureIntegrationsMysqlFlexible #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsMysqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsMysqlOutputReference ``` @@ -10676,7 +10676,7 @@ func InternalValue() CloudAzureIntegrationsMysql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsPostgresqlFlexibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPostgresqlFlexibleOutputReference ``` @@ -10983,7 +10983,7 @@ func InternalValue() CloudAzureIntegrationsPostgresqlFlexible #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsPostgresqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPostgresqlOutputReference ``` @@ -11290,7 +11290,7 @@ func InternalValue() CloudAzureIntegrationsPostgresql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsPowerBiDedicatedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsPowerBiDedicatedOutputReference ``` @@ -11597,7 +11597,7 @@ func InternalValue() CloudAzureIntegrationsPowerBiDedicated #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsRedisCacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsRedisCacheOutputReference ``` @@ -11904,7 +11904,7 @@ func InternalValue() CloudAzureIntegrationsRedisCache #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsServiceBusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsServiceBusOutputReference ``` @@ -12211,7 +12211,7 @@ func InternalValue() CloudAzureIntegrationsServiceBus #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsSqlManagedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsSqlManagedOutputReference ``` @@ -12518,7 +12518,7 @@ func InternalValue() CloudAzureIntegrationsSqlManaged #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsSqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsSqlOutputReference ``` @@ -12825,7 +12825,7 @@ func InternalValue() CloudAzureIntegrationsSql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsStorageOutputReference ``` @@ -13132,7 +13132,7 @@ func InternalValue() CloudAzureIntegrationsStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVirtualMachineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVirtualMachineOutputReference ``` @@ -13439,7 +13439,7 @@ func InternalValue() CloudAzureIntegrationsVirtualMachine #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVirtualNetworksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVirtualNetworksOutputReference ``` @@ -13746,7 +13746,7 @@ func InternalValue() CloudAzureIntegrationsVirtualNetworks #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVmsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVmsOutputReference ``` @@ -14053,7 +14053,7 @@ func InternalValue() CloudAzureIntegrationsVms #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazureintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureintegrations" cloudazureintegrations.NewCloudAzureIntegrationsVpnGatewayOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudAzureIntegrationsVpnGatewayOutputReference ``` diff --git a/docs/cloudAzureLinkAccount.go.md b/docs/cloudAzureLinkAccount.go.md index ec71569e7..259d01d33 100644 --- a/docs/cloudAzureLinkAccount.go.md +++ b/docs/cloudAzureLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount" cloudazurelinkaccount.NewCloudAzureLinkAccount(scope Construct, id *string, config CloudAzureLinkAccountConfig) CloudAzureLinkAccount ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ cloudazurelinkaccount.CloudAzureLinkAccount_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount" cloudazurelinkaccount.CloudAzureLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -835,7 +835,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudazurelinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinkaccount" &cloudazurelinkaccount.CloudAzureLinkAccountConfig { Connection: interface{}, diff --git a/docs/cloudGcpIntegrations.go.md b/docs/cloudGcpIntegrations.go.md index 24d15291a..f3d30ec85 100644 --- a/docs/cloudGcpIntegrations.go.md +++ b/docs/cloudGcpIntegrations.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrations(scope Construct, id *string, config CloudGcpIntegrationsConfig) CloudGcpIntegrations ``` @@ -912,7 +912,7 @@ func ResetVpcAccess() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_IsConstruct(x interface{}) *bool ``` @@ -944,7 +944,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_IsTerraformElement(x interface{}) *bool ``` @@ -958,7 +958,7 @@ cloudgcpintegrations.CloudGcpIntegrations_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_IsTerraformResource(x interface{}) *bool ``` @@ -972,7 +972,7 @@ cloudgcpintegrations.CloudGcpIntegrations_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.CloudGcpIntegrations_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1839,7 +1839,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsAlloyDb { MetricsPollingInterval: *f64, @@ -1873,7 +1873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsAppEngine { MetricsPollingInterval: *f64, @@ -1907,7 +1907,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsBigQuery { FetchTags: interface{}, @@ -1957,7 +1957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsBigTable { MetricsPollingInterval: *f64, @@ -1991,7 +1991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsComposer { MetricsPollingInterval: *f64, @@ -2025,7 +2025,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsConfig { Connection: interface{}, @@ -2037,33 +2037,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/v12.cloudGcpIntegrations.CloudGcpIntegrationsAlloyDb, + AppEngine: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsAppEngine, + BigQuery: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsBigQuery, + BigTable: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsBigTable, + Composer: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsComposer, + DataFlow: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsDataFlow, + DataProc: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsDataProc, + DataStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsDataStore, + FireBaseDatabase: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseDatabase, + FireBaseHosting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseHosting, + FireBaseStorage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireBaseStorage, + FireStore: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFireStore, + Functions: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsFunctions, 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/v12.cloudGcpIntegrations.CloudGcpIntegrationsInterconnect, + Kubernetes: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsKubernetes, + LoadBalancing: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsLoadBalancing, + MemCache: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsMemCache, + PubSub: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsPubSub, + Redis: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsRedis, + Router: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsRouter, + Run: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsRun, + Spanner: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsSpanner, + Sql: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsSql, + Storage: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsStorage, + VirtualMachines: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsVirtualMachines, + VpcAccess: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.cloudGcpIntegrations.CloudGcpIntegrationsVpcAccess, } ``` @@ -2592,7 +2592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsDataFlow { MetricsPollingInterval: *f64, @@ -2626,7 +2626,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsDataProc { MetricsPollingInterval: *f64, @@ -2660,7 +2660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsDataStore { MetricsPollingInterval: *f64, @@ -2694,7 +2694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireBaseDatabase { MetricsPollingInterval: *f64, @@ -2728,7 +2728,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireBaseHosting { MetricsPollingInterval: *f64, @@ -2762,7 +2762,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireBaseStorage { MetricsPollingInterval: *f64, @@ -2796,7 +2796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFireStore { MetricsPollingInterval: *f64, @@ -2830,7 +2830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsFunctions { MetricsPollingInterval: *f64, @@ -2864,7 +2864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsInterconnect { MetricsPollingInterval: *f64, @@ -2898,7 +2898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsKubernetes { MetricsPollingInterval: *f64, @@ -2932,7 +2932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsLoadBalancing { MetricsPollingInterval: *f64, @@ -2966,7 +2966,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsMemCache { MetricsPollingInterval: *f64, @@ -3000,7 +3000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsPubSub { FetchTags: interface{}, @@ -3050,7 +3050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsRedis { MetricsPollingInterval: *f64, @@ -3084,7 +3084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsRouter { MetricsPollingInterval: *f64, @@ -3118,7 +3118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsRun { MetricsPollingInterval: *f64, @@ -3152,7 +3152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsSpanner { FetchTags: interface{}, @@ -3202,7 +3202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsSql { MetricsPollingInterval: *f64, @@ -3236,7 +3236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsStorage { FetchTags: interface{}, @@ -3286,7 +3286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsVirtualMachines { MetricsPollingInterval: *f64, @@ -3320,7 +3320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" &cloudgcpintegrations.CloudGcpIntegrationsVpcAccess { MetricsPollingInterval: *f64, @@ -3356,7 +3356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsAlloyDbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsAlloyDbOutputReference ``` @@ -3634,7 +3634,7 @@ func InternalValue() CloudGcpIntegrationsAlloyDb #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsAppEngineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsAppEngineOutputReference ``` @@ -3912,7 +3912,7 @@ func InternalValue() CloudGcpIntegrationsAppEngine #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsBigQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsBigQueryOutputReference ``` @@ -4219,7 +4219,7 @@ func InternalValue() CloudGcpIntegrationsBigQuery #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsBigTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsBigTableOutputReference ``` @@ -4497,7 +4497,7 @@ func InternalValue() CloudGcpIntegrationsBigTable #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsComposerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsComposerOutputReference ``` @@ -4775,7 +4775,7 @@ func InternalValue() CloudGcpIntegrationsComposer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsDataFlowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataFlowOutputReference ``` @@ -5053,7 +5053,7 @@ func InternalValue() CloudGcpIntegrationsDataFlow #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsDataProcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataProcOutputReference ``` @@ -5331,7 +5331,7 @@ func InternalValue() CloudGcpIntegrationsDataProc #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsDataStoreOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsDataStoreOutputReference ``` @@ -5609,7 +5609,7 @@ func InternalValue() CloudGcpIntegrationsDataStore #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseDatabaseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseDatabaseOutputReference ``` @@ -5887,7 +5887,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseDatabase #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseHostingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseHostingOutputReference ``` @@ -6165,7 +6165,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseHosting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireBaseStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireBaseStorageOutputReference ``` @@ -6443,7 +6443,7 @@ func InternalValue() CloudGcpIntegrationsFireBaseStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFireStoreOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFireStoreOutputReference ``` @@ -6721,7 +6721,7 @@ func InternalValue() CloudGcpIntegrationsFireStore #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsFunctionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsFunctionsOutputReference ``` @@ -6999,7 +6999,7 @@ func InternalValue() CloudGcpIntegrationsFunctions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsInterconnectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsInterconnectOutputReference ``` @@ -7277,7 +7277,7 @@ func InternalValue() CloudGcpIntegrationsInterconnect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsKubernetesOutputReference ``` @@ -7555,7 +7555,7 @@ func InternalValue() CloudGcpIntegrationsKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsLoadBalancingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsLoadBalancingOutputReference ``` @@ -7833,7 +7833,7 @@ func InternalValue() CloudGcpIntegrationsLoadBalancing #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsMemCacheOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsMemCacheOutputReference ``` @@ -8111,7 +8111,7 @@ func InternalValue() CloudGcpIntegrationsMemCache #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsPubSubOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsPubSubOutputReference ``` @@ -8418,7 +8418,7 @@ func InternalValue() CloudGcpIntegrationsPubSub #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsRedisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRedisOutputReference ``` @@ -8696,7 +8696,7 @@ func InternalValue() CloudGcpIntegrationsRedis #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsRouterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRouterOutputReference ``` @@ -8974,7 +8974,7 @@ func InternalValue() CloudGcpIntegrationsRouter #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsRunOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsRunOutputReference ``` @@ -9252,7 +9252,7 @@ func InternalValue() CloudGcpIntegrationsRun #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsSpannerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsSpannerOutputReference ``` @@ -9559,7 +9559,7 @@ func InternalValue() CloudGcpIntegrationsSpanner #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsSqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsSqlOutputReference ``` @@ -9837,7 +9837,7 @@ func InternalValue() CloudGcpIntegrationsSql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsStorageOutputReference ``` @@ -10144,7 +10144,7 @@ func InternalValue() CloudGcpIntegrationsStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsVirtualMachinesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsVirtualMachinesOutputReference ``` @@ -10422,7 +10422,7 @@ func InternalValue() CloudGcpIntegrationsVirtualMachines #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcpintegrations" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegrations" cloudgcpintegrations.NewCloudGcpIntegrationsVpcAccessOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CloudGcpIntegrationsVpcAccessOutputReference ``` diff --git a/docs/cloudGcpLinkAccount.go.md b/docs/cloudGcpLinkAccount.go.md index 75cd83030..007da2be9 100644 --- a/docs/cloudGcpLinkAccount.go.md +++ b/docs/cloudGcpLinkAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount" cloudgcplinkaccount.NewCloudGcpLinkAccount(scope Construct, id *string, config CloudGcpLinkAccountConfig) CloudGcpLinkAccount ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ cloudgcplinkaccount.CloudGcpLinkAccount_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount" cloudgcplinkaccount.CloudGcpLinkAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -769,7 +769,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/cloudgcplinkaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkaccount" &cloudgcplinkaccount.CloudGcpLinkAccountConfig { Connection: interface{}, diff --git a/docs/dataNewrelicAccount.go.md b/docs/dataNewrelicAccount.go.md index 74f1bed7a..46bb61db6 100644 --- a/docs/dataNewrelicAccount.go.md +++ b/docs/dataNewrelicAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount" datanewrelicaccount.NewDataNewrelicAccount(scope Construct, id *string, config DataNewrelicAccountConfig) DataNewrelicAccount ``` @@ -304,7 +304,7 @@ func ResetScope() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelicaccount.DataNewrelicAccount_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_IsTerraformDataSource(x interface{}) *bool ``` @@ -364,7 +364,7 @@ datanewrelicaccount.DataNewrelicAccount_IsTerraformDataSource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount" datanewrelicaccount.DataNewrelicAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -659,7 +659,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicaccount" &datanewrelicaccount.DataNewrelicAccountConfig { Connection: interface{}, diff --git a/docs/dataNewrelicAlertChannel.go.md b/docs/dataNewrelicAlertChannel.go.md index 49588d16e..947be8249 100644 --- a/docs/dataNewrelicAlertChannel.go.md +++ b/docs/dataNewrelicAlertChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" datanewrelicalertchannel.NewDataNewrelicAlertChannel(scope Construct, id *string, config DataNewrelicAlertChannelConfig) DataNewrelicAlertChannel ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelicalertchannel.DataNewrelicAlertChannel_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" datanewrelicalertchannel.DataNewrelicAlertChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -656,7 +656,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" &datanewrelicalertchannel.DataNewrelicAlertChannelConfig { Connection: interface{}, @@ -807,7 +807,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertchannel" &datanewrelicalertchannel.DataNewrelicAlertChannelConfigA { @@ -822,7 +822,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/v12/datanewrelicalertchannel" datanewrelicalertchannel.NewDataNewrelicAlertChannelConfigAList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicAlertChannelConfigAList ``` @@ -971,7 +971,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 130e16c34..a54eb173c 100644 --- a/docs/dataNewrelicAlertPolicy.go.md +++ b/docs/dataNewrelicAlertPolicy.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy" datanewrelicalertpolicy.NewDataNewrelicAlertPolicy(scope Construct, id *string, config DataNewrelicAlertPolicyConfig) DataNewrelicAlertPolicy ``` @@ -297,7 +297,7 @@ func ResetIncidentPreference() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformElement(x interface{} ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datanewrelicalertpolicy.DataNewrelicAlertPolicy_IsTerraformDataSource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy" datanewrelicalertpolicy.DataNewrelicAlertPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -674,7 +674,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicalertpolicy" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicalertpolicy" &datanewrelicalertpolicy.DataNewrelicAlertPolicyConfig { Connection: interface{}, diff --git a/docs/dataNewrelicApplication.go.md b/docs/dataNewrelicApplication.go.md index d972b15fd..0d6a6d484 100644 --- a/docs/dataNewrelicApplication.go.md +++ b/docs/dataNewrelicApplication.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication" datanewrelicapplication.NewDataNewrelicApplication(scope Construct, id *string, config DataNewrelicApplicationConfig) DataNewrelicApplication ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datanewrelicapplication.DataNewrelicApplication_IsTerraformElement(x interface{} ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datanewrelicapplication.DataNewrelicApplication_IsTerraformDataSource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication" datanewrelicapplication.DataNewrelicApplication_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicapplication" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapplication" &datanewrelicapplication.DataNewrelicApplicationConfig { Connection: interface{}, diff --git a/docs/dataNewrelicAuthenticationDomain.go.md b/docs/dataNewrelicAuthenticationDomain.go.md index 81fd90bf6..87f977504 100644 --- a/docs/dataNewrelicAuthenticationDomain.go.md +++ b/docs/dataNewrelicAuthenticationDomain.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain" datanewrelicauthenticationdomain.NewDataNewrelicAuthenticationDomain(scope Construct, id *string, config DataNewrelicAuthenticationDomainConfig) DataNewrelicAuthenticationDomain ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain" datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain" datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformEle ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain" datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_IsTerraformDat ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain" datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomain_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -576,7 +576,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicauthenticationdomain" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicauthenticationdomain" &datanewrelicauthenticationdomain.DataNewrelicAuthenticationDomainConfig { Connection: interface{}, diff --git a/docs/dataNewrelicCloudAccount.go.md b/docs/dataNewrelicCloudAccount.go.md index b0375cb69..0ef1e8c8b 100644 --- a/docs/dataNewrelicCloudAccount.go.md +++ b/docs/dataNewrelicCloudAccount.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount" datanewreliccloudaccount.NewDataNewrelicCloudAccount(scope Construct, id *string, config DataNewrelicCloudAccountConfig) DataNewrelicCloudAccount ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewreliccloudaccount.DataNewrelicCloudAccount_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount" datanewreliccloudaccount.DataNewrelicCloudAccount_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -645,7 +645,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewreliccloudaccount" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewreliccloudaccount" &datanewreliccloudaccount.DataNewrelicCloudAccountConfig { Connection: interface{}, diff --git a/docs/dataNewrelicEntity.go.md b/docs/dataNewrelicEntity.go.md index 14261b841..e97e448c0 100644 --- a/docs/dataNewrelicEntity.go.md +++ b/docs/dataNewrelicEntity.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.NewDataNewrelicEntity(scope Construct, id *string, config DataNewrelicEntityConfig) DataNewrelicEntity ``` @@ -345,7 +345,7 @@ func ResetType() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_IsConstruct(x interface{}) *bool ``` @@ -377,7 +377,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_IsTerraformElement(x interface{}) *bool ``` @@ -391,7 +391,7 @@ datanewrelicentity.DataNewrelicEntity_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_IsTerraformDataSource(x interface{}) *bool ``` @@ -405,7 +405,7 @@ datanewrelicentity.DataNewrelicEntity_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.DataNewrelicEntity_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -843,7 +843,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" &datanewrelicentity.DataNewrelicEntityConfig { Connection: interface{}, @@ -1094,7 +1094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" &datanewrelicentity.DataNewrelicEntityTag { Key: *string, @@ -1146,7 +1146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.NewDataNewrelicEntityTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicEntityTagList ``` @@ -1306,7 +1306,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicentity" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicentity" datanewrelicentity.NewDataNewrelicEntityTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicEntityTagOutputReference ``` diff --git a/docs/dataNewrelicGroup.go.md b/docs/dataNewrelicGroup.go.md index 31f69c379..249bd75e5 100644 --- a/docs/dataNewrelicGroup.go.md +++ b/docs/dataNewrelicGroup.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup" datanewrelicgroup.NewDataNewrelicGroup(scope Construct, id *string, config DataNewrelicGroupConfig) DataNewrelicGroup ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup" datanewrelicgroup.DataNewrelicGroup_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup" datanewrelicgroup.DataNewrelicGroup_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datanewrelicgroup.DataNewrelicGroup_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup" datanewrelicgroup.DataNewrelicGroup_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelicgroup.DataNewrelicGroup_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup" datanewrelicgroup.DataNewrelicGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -609,7 +609,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicgroup" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicgroup" &datanewrelicgroup.DataNewrelicGroupConfig { Connection: interface{}, diff --git a/docs/dataNewrelicKeyTransaction.go.md b/docs/dataNewrelicKeyTransaction.go.md index 26356813a..35e6ebaa4 100644 --- a/docs/dataNewrelicKeyTransaction.go.md +++ b/docs/dataNewrelicKeyTransaction.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction" datanewrelickeytransaction.NewDataNewrelicKeyTransaction(scope Construct, id *string, config DataNewrelicKeyTransactionConfig) DataNewrelicKeyTransaction ``` @@ -297,7 +297,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformElement(x inter ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datanewrelickeytransaction.DataNewrelicKeyTransaction_IsTerraformDataSource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction" datanewrelickeytransaction.DataNewrelicKeyTransaction_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -674,7 +674,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelickeytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickeytransaction" &datanewrelickeytransaction.DataNewrelicKeyTransactionConfig { Connection: interface{}, diff --git a/docs/dataNewrelicNotificationDestination.go.md b/docs/dataNewrelicNotificationDestination.go.md index 692e3f5c9..fbeb4807f 100644 --- a/docs/dataNewrelicNotificationDestination.go.md +++ b/docs/dataNewrelicNotificationDestination.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestination(scope Construct, id *string, config DataNewrelicNotificationDestinationConfig) DataNewrelicNotificationDestination ``` @@ -317,7 +317,7 @@ func ResetSecureUrl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraf ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraformDataSource(x interface{}) *bool ``` @@ -377,7 +377,7 @@ datanewrelicnotificationdestination.DataNewrelicNotificationDestination_IsTerraf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.DataNewrelicNotificationDestination_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -727,7 +727,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" &datanewrelicnotificationdestination.DataNewrelicNotificationDestinationConfig { Connection: interface{}, @@ -896,7 +896,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" &datanewrelicnotificationdestination.DataNewrelicNotificationDestinationProperty { @@ -909,7 +909,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotific #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" &datanewrelicnotificationdestination.DataNewrelicNotificationDestinationSecureUrl { Prefix: *string, @@ -943,7 +943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicNotificationDestinationPropertyList ``` @@ -1092,7 +1092,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicNotificationDestinationPropertyOutputReference ``` @@ -1403,7 +1403,7 @@ func InternalValue() DataNewrelicNotificationDestinationProperty #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationSecureUrlList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicNotificationDestinationSecureUrlList ``` @@ -1563,7 +1563,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicnotificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnotificationdestination" datanewrelicnotificationdestination.NewDataNewrelicNotificationDestinationSecureUrlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicNotificationDestinationSecureUrlOutputReference ``` diff --git a/docs/dataNewrelicObfuscationExpression.go.md b/docs/dataNewrelicObfuscationExpression.go.md index 628671e7a..860e98caa 100644 --- a/docs/dataNewrelicObfuscationExpression.go.md +++ b/docs/dataNewrelicObfuscationExpression.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.NewDataNewrelicObfuscationExpression(scope Construct, id *string, config DataNewrelicObfuscationExpressionConfig) DataNewrelicObfuscationExpression ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformE ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_IsTerraformD ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression" datanewrelicobfuscationexpression.DataNewrelicObfuscationExpression_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -623,7 +623,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicobfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobfuscationexpression" &datanewrelicobfuscationexpression.DataNewrelicObfuscationExpressionConfig { Connection: interface{}, diff --git a/docs/dataNewrelicServiceLevelAlertHelper.go.md b/docs/dataNewrelicServiceLevelAlertHelper.go.md index 5504184b1..22f004314 100644 --- a/docs/dataNewrelicServiceLevelAlertHelper.go.md +++ b/docs/dataNewrelicServiceLevelAlertHelper.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper" datanewrelicservicelevelalerthelper.NewDataNewrelicServiceLevelAlertHelper(scope Construct, id *string, config DataNewrelicServiceLevelAlertHelperConfig) DataNewrelicServiceLevelAlertHelper ``` @@ -304,7 +304,7 @@ func ResetIsBadEvents() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper" datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper" datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraf ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper" datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraformDataSource(x interface{}) *bool ``` @@ -364,7 +364,7 @@ datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_IsTerraf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper" datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelper_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -791,7 +791,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicservicelevelalerthelper" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicservicelevelalerthelper" &datanewrelicservicelevelalerthelper.DataNewrelicServiceLevelAlertHelperConfig { Connection: interface{}, diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.go.md b/docs/dataNewrelicSyntheticsPrivateLocation.go.md index 9508ca819..67fe3ae03 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.go.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.NewDataNewrelicSyntheticsPrivateLocation(scope Construct, id *string, config DataNewrelicSyntheticsPrivateLocationConfig) DataNewrelicSyntheticsPrivateLocation ``` @@ -297,7 +297,7 @@ func ResetKey() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTe ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_IsTe ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation" datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocation_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -652,7 +652,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticsprivatelocation" &datanewrelicsyntheticsprivatelocation.DataNewrelicSyntheticsPrivateLocationConfig { Connection: interface{}, diff --git a/docs/dataNewrelicSyntheticsSecureCredential.go.md b/docs/dataNewrelicSyntheticsSecureCredential.go.md index 622d3b899..64e2d7617 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.go.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.NewDataNewrelicSyntheticsSecureCredential(scope Construct, id *string, config DataNewrelicSyntheticsSecureCredentialConfig) DataNewrelicSyntheticsSecureCredential ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_Is ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_Is ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential" datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredential_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -645,7 +645,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicsyntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyntheticssecurecredential" &datanewrelicsyntheticssecurecredential.DataNewrelicSyntheticsSecureCredentialConfig { Connection: interface{}, diff --git a/docs/dataNewrelicTestGrokPattern.go.md b/docs/dataNewrelicTestGrokPattern.go.md index dd86f712d..830708784 100644 --- a/docs/dataNewrelicTestGrokPattern.go.md +++ b/docs/dataNewrelicTestGrokPattern.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPattern(scope Construct, id *string, config DataNewrelicTestGrokPatternConfig) DataNewrelicTestGrokPattern ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_IsTerraformDataSource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.DataNewrelicTestGrokPattern_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -656,7 +656,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" &datanewrelictestgrokpattern.DataNewrelicTestGrokPatternConfig { Connection: interface{}, @@ -823,7 +823,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" &datanewrelictestgrokpattern.DataNewrelicTestGrokPatternTestGrok { @@ -836,7 +836,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/v12/datanewrelictestgrokpattern" &datanewrelictestgrokpattern.DataNewrelicTestGrokPatternTestGrokAttributes { @@ -851,7 +851,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/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicTestGrokPatternTestGrokAttributesList ``` @@ -1000,7 +1000,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicTestGrokPatternTestGrokAttributesOutputReference ``` @@ -1289,7 +1289,7 @@ func InternalValue() DataNewrelicTestGrokPatternTestGrokAttributes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataNewrelicTestGrokPatternTestGrokList ``` @@ -1438,7 +1438,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelictestgrokpattern" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictestgrokpattern" datanewrelictestgrokpattern.NewDataNewrelicTestGrokPatternTestGrokOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataNewrelicTestGrokPatternTestGrokOutputReference ``` diff --git a/docs/dataNewrelicUser.go.md b/docs/dataNewrelicUser.go.md index 5e396354f..1a73e56a6 100644 --- a/docs/dataNewrelicUser.go.md +++ b/docs/dataNewrelicUser.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser" datanewrelicuser.NewDataNewrelicUser(scope Construct, id *string, config DataNewrelicUserConfig) DataNewrelicUser ``` @@ -290,7 +290,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser" datanewrelicuser.DataNewrelicUser_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser" datanewrelicuser.DataNewrelicUser_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datanewrelicuser.DataNewrelicUser_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser" datanewrelicuser.DataNewrelicUser_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datanewrelicuser.DataNewrelicUser_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser" datanewrelicuser.DataNewrelicUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -634,7 +634,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datanewrelicuser" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicuser" &datanewrelicuser.DataNewrelicUserConfig { Connection: interface{}, diff --git a/docs/dataPartitionRule.go.md b/docs/dataPartitionRule.go.md index a6a8101bb..fa704a528 100644 --- a/docs/dataPartitionRule.go.md +++ b/docs/dataPartitionRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" datapartitionrule.NewDataPartitionRule(scope Construct, id *string, config DataPartitionRuleConfig) DataPartitionRule ``` @@ -419,7 +419,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" datapartitionrule.DataPartitionRule_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" datapartitionrule.DataPartitionRule_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ datapartitionrule.DataPartitionRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" datapartitionrule.DataPartitionRule_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ datapartitionrule.DataPartitionRule_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" datapartitionrule.DataPartitionRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -895,7 +895,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" &datapartitionrule.DataPartitionRuleConfig { Connection: interface{}, @@ -912,7 +912,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" AccountId: *f64, Description: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.dataPartitionRule.DataPartitionRuleTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.dataPartitionRule.DataPartitionRuleTimeouts, } ``` @@ -1128,7 +1128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" &datapartitionrule.DataPartitionRuleTimeouts { Create: *string, @@ -1162,7 +1162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/datapartitionrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionrule" datapartitionrule.NewDataPartitionRuleTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataPartitionRuleTimeoutsOutputReference ``` diff --git a/docs/entityTags.go.md b/docs/entityTags.go.md index 2d4414ab0..a24cbddc1 100644 --- a/docs/entityTags.go.md +++ b/docs/entityTags.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.NewEntityTags(scope Construct, id *string, config EntityTagsConfig) EntityTags ``` @@ -418,7 +418,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.EntityTags_IsConstruct(x interface{}) *bool ``` @@ -450,7 +450,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.EntityTags_IsTerraformElement(x interface{}) *bool ``` @@ -464,7 +464,7 @@ entitytags.EntityTags_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.EntityTags_IsTerraformResource(x interface{}) *bool ``` @@ -478,7 +478,7 @@ entitytags.EntityTags_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.EntityTags_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -795,7 +795,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" &entitytags.EntityTagsConfig { Connection: interface{}, @@ -808,7 +808,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/v12.entityTags.EntityTagsTimeouts, } ``` @@ -962,7 +962,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" &entitytags.EntityTagsTag { Key: *string, @@ -1012,7 +1012,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" &entitytags.EntityTagsTimeouts { Create: *string, @@ -1046,7 +1046,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.NewEntityTagsTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) EntityTagsTagList ``` @@ -1206,7 +1206,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.NewEntityTagsTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) EntityTagsTagOutputReference ``` @@ -1517,7 +1517,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/entitytags" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" entitytags.NewEntityTagsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) EntityTagsTimeoutsOutputReference ``` diff --git a/docs/eventsToMetricsRule.go.md b/docs/eventsToMetricsRule.go.md index 2acdbd663..ac15091f4 100644 --- a/docs/eventsToMetricsRule.go.md +++ b/docs/eventsToMetricsRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule" eventstometricsrule.NewEventsToMetricsRule(scope Construct, id *string, config EventsToMetricsRuleConfig) EventsToMetricsRule ``` @@ -406,7 +406,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ eventstometricsrule.EventsToMetricsRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ eventstometricsrule.EventsToMetricsRule_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule" eventstometricsrule.EventsToMetricsRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -838,7 +838,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/eventstometricsrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometricsrule" &eventstometricsrule.EventsToMetricsRuleConfig { Connection: interface{}, diff --git a/docs/group.go.md b/docs/group.go.md index 5841d325f..b43bafcbc 100644 --- a/docs/group.go.md +++ b/docs/group.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" group.NewGroup(scope Construct, id *string, config GroupConfig) Group ``` @@ -392,7 +392,7 @@ func ResetUserIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" group.Group_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" group.Group_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ group.Group_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" group.Group_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ group.Group_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" group.Group_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -769,7 +769,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/group" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" &group.GroupConfig { Connection: interface{}, diff --git a/docs/infraAlertCondition.go.md b/docs/infraAlertCondition.go.md index 5581ae0d1..bc4e2944a 100644 --- a/docs/infraAlertCondition.go.md +++ b/docs/infraAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.NewInfraAlertCondition(scope Construct, id *string, config InfraAlertConditionConfig) InfraAlertCondition ``` @@ -495,7 +495,7 @@ func ResetWhere() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.InfraAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -527,7 +527,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.InfraAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -541,7 +541,7 @@ infraalertcondition.InfraAlertCondition_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.InfraAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -555,7 +555,7 @@ infraalertcondition.InfraAlertCondition_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.InfraAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1169,7 +1169,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" &infraalertcondition.InfraAlertConditionConfig { Connection: interface{}, @@ -1183,7 +1183,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/v12.infraAlertCondition.InfraAlertConditionCritical, Description: *string, Enabled: interface{}, Event: *string, @@ -1193,7 +1193,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/v12.infraAlertCondition.InfraAlertConditionWarning, Where: *string, } ``` @@ -1534,7 +1534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" &infraalertcondition.InfraAlertConditionCritical { Duration: *f64, @@ -1594,7 +1594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" &infraalertcondition.InfraAlertConditionWarning { Duration: *f64, @@ -1656,7 +1656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.NewInfraAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) InfraAlertConditionCriticalOutputReference ``` @@ -1985,7 +1985,7 @@ func InternalValue() InfraAlertConditionCritical #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/infraalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondition" infraalertcondition.NewInfraAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) InfraAlertConditionWarningOutputReference ``` diff --git a/docs/insightsEvent.go.md b/docs/insightsEvent.go.md index 2dc3f2d74..1efa0d99b 100644 --- a/docs/insightsEvent.go.md +++ b/docs/insightsEvent.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.NewInsightsEvent(scope Construct, id *string, config InsightsEventConfig) InsightsEvent ``` @@ -398,7 +398,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.InsightsEvent_IsConstruct(x interface{}) *bool ``` @@ -430,7 +430,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.InsightsEvent_IsTerraformElement(x interface{}) *bool ``` @@ -444,7 +444,7 @@ insightsevent.InsightsEvent_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.InsightsEvent_IsTerraformResource(x interface{}) *bool ``` @@ -458,7 +458,7 @@ insightsevent.InsightsEvent_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.InsightsEvent_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -731,7 +731,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" &insightsevent.InsightsEventConfig { Connection: interface{}, @@ -866,7 +866,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" &insightsevent.InsightsEventEvent { Attribute: interface{}, @@ -932,7 +932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" &insightsevent.InsightsEventEventAttribute { Key: *string, @@ -1002,7 +1002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.NewInsightsEventEventAttributeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) InsightsEventEventAttributeList ``` @@ -1162,7 +1162,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.NewInsightsEventEventAttributeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) InsightsEventEventAttributeOutputReference ``` @@ -1502,7 +1502,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.NewInsightsEventEventList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) InsightsEventEventList ``` @@ -1662,7 +1662,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/insightsevent" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" insightsevent.NewInsightsEventEventOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) InsightsEventEventOutputReference ``` diff --git a/docs/keyTransaction.go.md b/docs/keyTransaction.go.md index 11b0a9512..725fa7190 100644 --- a/docs/keyTransaction.go.md +++ b/docs/keyTransaction.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction" keytransaction.NewKeyTransaction(scope Construct, id *string, config KeyTransactionConfig) KeyTransaction ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction" keytransaction.KeyTransaction_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction" keytransaction.KeyTransaction_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ keytransaction.KeyTransaction_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction" keytransaction.KeyTransaction_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ keytransaction.KeyTransaction_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction" keytransaction.KeyTransaction_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -828,7 +828,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/keytransaction" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/keytransaction" &keytransaction.KeyTransactionConfig { Connection: interface{}, diff --git a/docs/logParsingRule.go.md b/docs/logParsingRule.go.md index c421c02ff..db5f1f75b 100644 --- a/docs/logParsingRule.go.md +++ b/docs/logParsingRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" logparsingrule.NewLogParsingRule(scope Construct, id *string, config LogParsingRuleConfig) LogParsingRule ``` @@ -406,7 +406,7 @@ func ResetMatched() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" logparsingrule.LogParsingRule_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" logparsingrule.LogParsingRule_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ logparsingrule.LogParsingRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" logparsingrule.LogParsingRule_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ logparsingrule.LogParsingRule_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" logparsingrule.LogParsingRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -904,7 +904,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/logparsingrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" &logparsingrule.LogParsingRuleConfig { Connection: interface{}, diff --git a/docs/monitorDowntime.go.md b/docs/monitorDowntime.go.md index 62f293055..94dccf6cc 100644 --- a/docs/monitorDowntime.go.md +++ b/docs/monitorDowntime.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.NewMonitorDowntime(scope Construct, id *string, config MonitorDowntimeConfig) MonitorDowntime ``` @@ -446,7 +446,7 @@ func ResetMonitorGuids() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.MonitorDowntime_IsConstruct(x interface{}) *bool ``` @@ -478,7 +478,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.MonitorDowntime_IsTerraformElement(x interface{}) *bool ``` @@ -492,7 +492,7 @@ monitordowntime.MonitorDowntime_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.MonitorDowntime_IsTerraformResource(x interface{}) *bool ``` @@ -506,7 +506,7 @@ monitordowntime.MonitorDowntime_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.MonitorDowntime_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -977,7 +977,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" &monitordowntime.MonitorDowntimeConfig { Connection: interface{}, @@ -993,8 +993,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" StartTime: *string, TimeZone: *string, AccountId: *f64, - EndRepeat: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.monitorDowntime.MonitorDowntimeEndRepeat, - Frequency: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.monitorDowntime.MonitorDowntimeFrequency, + EndRepeat: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.monitorDowntime.MonitorDowntimeEndRepeat, + Frequency: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.monitorDowntime.MonitorDowntimeFrequency, Id: *string, MaintenanceDays: *[]*string, MonitorGuids: *[]*string, @@ -1258,7 +1258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" &monitordowntime.MonitorDowntimeEndRepeat { OnDate: *string, @@ -1308,11 +1308,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" &monitordowntime.MonitorDowntimeFrequency { DaysOfMonth: *[]*f64, - DaysOfWeek: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.monitorDowntime.MonitorDowntimeFrequencyDaysOfWeek, + DaysOfWeek: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.monitorDowntime.MonitorDowntimeFrequencyDaysOfWeek, } ``` @@ -1358,7 +1358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" &monitordowntime.MonitorDowntimeFrequencyDaysOfWeek { OrdinalDayOfMonth: *string, @@ -1410,7 +1410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.NewMonitorDowntimeEndRepeatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MonitorDowntimeEndRepeatOutputReference ``` @@ -1717,7 +1717,7 @@ func InternalValue() MonitorDowntimeEndRepeat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.NewMonitorDowntimeFrequencyDaysOfWeekOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MonitorDowntimeFrequencyDaysOfWeekOutputReference ``` @@ -2010,7 +2010,7 @@ func InternalValue() MonitorDowntimeFrequencyDaysOfWeek #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/monitordowntime" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime" monitordowntime.NewMonitorDowntimeFrequencyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MonitorDowntimeFrequencyOutputReference ``` diff --git a/docs/notificationChannel.go.md b/docs/notificationChannel.go.md index e0f1aadb5..c79292715 100644 --- a/docs/notificationChannel.go.md +++ b/docs/notificationChannel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NewNotificationChannel(scope Construct, id *string, config NotificationChannelConfig) NotificationChannel ``` @@ -432,7 +432,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NotificationChannel_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NotificationChannel_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ notificationchannel.NotificationChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NotificationChannel_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ notificationchannel.NotificationChannel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NotificationChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -930,7 +930,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" ¬ificationchannel.NotificationChannelConfig { Connection: interface{}, @@ -948,7 +948,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel AccountId: *f64, Active: interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationChannel.NotificationChannelTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationChannel.NotificationChannelTimeouts, } ``` @@ -1179,7 +1179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" ¬ificationchannel.NotificationChannelProperty { Key: *string, @@ -1261,7 +1261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" ¬ificationchannel.NotificationChannelTimeouts { Create: *string, @@ -1309,7 +1309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NewNotificationChannelPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationChannelPropertyList ``` @@ -1469,7 +1469,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NewNotificationChannelPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationChannelPropertyOutputReference ``` @@ -1838,7 +1838,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationchannel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationchannel" notificationchannel.NewNotificationChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationChannelTimeoutsOutputReference ``` diff --git a/docs/notificationDestination.go.md b/docs/notificationDestination.go.md index a864171c5..d5af889cb 100644 --- a/docs/notificationDestination.go.md +++ b/docs/notificationDestination.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestination(scope Construct, id *string, config NotificationDestinationConfig) NotificationDestination ``` @@ -512,7 +512,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NotificationDestination_IsConstruct(x interface{}) *bool ``` @@ -544,7 +544,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NotificationDestination_IsTerraformElement(x interface{}) *bool ``` @@ -558,7 +558,7 @@ notificationdestination.NotificationDestination_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NotificationDestination_IsTerraformResource(x interface{}) *bool ``` @@ -572,7 +572,7 @@ notificationdestination.NotificationDestination_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NotificationDestination_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1076,7 +1076,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationAuthBasic { Password: *string, @@ -1122,7 +1122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationAuthCustomHeader { Key: *string, @@ -1168,7 +1168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationAuthToken { Token: *string, @@ -1214,7 +1214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationConfig { Connection: interface{}, @@ -1229,12 +1229,12 @@ 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, + AuthBasic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationAuthBasic, AuthCustomHeader: interface{}, - AuthToken: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationAuthToken, + AuthToken: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationAuthToken, Id: *string, - SecureUrl: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationSecureUrl, - Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.notificationDestination.NotificationDestinationTimeouts, + SecureUrl: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationSecureUrl, + Timeouts: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.notificationDestination.NotificationDestinationTimeouts, } ``` @@ -1495,7 +1495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationProperty { Key: *string, @@ -1577,7 +1577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationSecureUrl { Prefix: *string, @@ -1623,7 +1623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" ¬ificationdestination.NotificationDestinationTimeouts { Create: *string, @@ -1671,7 +1671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationAuthBasicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationAuthBasicOutputReference ``` @@ -1964,7 +1964,7 @@ func InternalValue() NotificationDestinationAuthBasic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationAuthCustomHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationDestinationAuthCustomHeaderList ``` @@ -2124,7 +2124,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationAuthCustomHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationDestinationAuthCustomHeaderOutputReference ``` @@ -2435,7 +2435,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationAuthTokenOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationAuthTokenOutputReference ``` @@ -2735,7 +2735,7 @@ func InternalValue() NotificationDestinationAuthToken #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationPropertyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationDestinationPropertyList ``` @@ -2895,7 +2895,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationPropertyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationDestinationPropertyOutputReference ``` @@ -3264,7 +3264,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationSecureUrlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationSecureUrlOutputReference ``` @@ -3557,7 +3557,7 @@ func InternalValue() NotificationDestinationSecureUrl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/notificationdestination" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdestination" notificationdestination.NewNotificationDestinationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationDestinationTimeoutsOutputReference ``` diff --git a/docs/nrqlAlertCondition.go.md b/docs/nrqlAlertCondition.go.md index ce0587053..3529b0867 100644 --- a/docs/nrqlAlertCondition.go.md +++ b/docs/nrqlAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertCondition(scope Construct, id *string, config NrqlAlertConditionConfig) NrqlAlertCondition ``` @@ -625,7 +625,7 @@ func ResetWarning() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -657,7 +657,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -671,7 +671,7 @@ nrqlalertcondition.NrqlAlertCondition_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -685,7 +685,7 @@ nrqlalertcondition.NrqlAlertCondition_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NrqlAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1563,7 +1563,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionConfig { Connection: interface{}, @@ -1574,7 +1574,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/v12.nrqlAlertCondition.NrqlAlertConditionNrql, PolicyId: *f64, AccountId: *f64, AggregationDelay: *string, @@ -1583,7 +1583,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/v12.nrqlAlertCondition.NrqlAlertConditionCritical, Description: *string, Enabled: interface{}, EvaluationDelay: *f64, @@ -1596,12 +1596,12 @@ 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/v12.nrqlAlertCondition.NrqlAlertConditionTimeouts, TitleTemplate: *string, 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/v12.nrqlAlertCondition.NrqlAlertConditionWarning, } ``` @@ -2148,7 +2148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionCritical { Threshold: *f64, @@ -2266,7 +2266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionNrql { Query: *string, @@ -2352,7 +2352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionTerm { Threshold: *f64, @@ -2486,7 +2486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionTimeouts { Create: *string, @@ -2518,7 +2518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" &nrqlalertcondition.NrqlAlertConditionWarning { Threshold: *f64, @@ -2638,7 +2638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionCriticalOutputReference ``` @@ -3054,7 +3054,7 @@ func InternalValue() NrqlAlertConditionCritical #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionNrqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionNrqlOutputReference ``` @@ -3412,7 +3412,7 @@ func InternalValue() NrqlAlertConditionNrql #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionTermList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NrqlAlertConditionTermList ``` @@ -3572,7 +3572,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionTermOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NrqlAlertConditionTermOutputReference ``` @@ -4035,7 +4035,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionTimeoutsOutputReference ``` @@ -4313,7 +4313,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqlalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondition" nrqlalertcondition.NewNrqlAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NrqlAlertConditionWarningOutputReference ``` diff --git a/docs/nrqlDropRule.go.md b/docs/nrqlDropRule.go.md index d434a146a..e2cbda472 100644 --- a/docs/nrqlDropRule.go.md +++ b/docs/nrqlDropRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" nrqldroprule.NewNrqlDropRule(scope Construct, id *string, config NrqlDropRuleConfig) NrqlDropRule ``` @@ -399,7 +399,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" nrqldroprule.NrqlDropRule_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" nrqldroprule.NrqlDropRule_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ nrqldroprule.NrqlDropRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" nrqldroprule.NrqlDropRule_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ nrqldroprule.NrqlDropRule_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" nrqldroprule.NrqlDropRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -809,7 +809,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/nrqldroprule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" &nrqldroprule.NrqlDropRuleConfig { Connection: interface{}, diff --git a/docs/obfuscationExpression.go.md b/docs/obfuscationExpression.go.md index 3817a9a74..da65a78df 100644 --- a/docs/obfuscationExpression.go.md +++ b/docs/obfuscationExpression.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression" obfuscationexpression.NewObfuscationExpression(scope Construct, id *string, config ObfuscationExpressionConfig) ObfuscationExpression ``` @@ -399,7 +399,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression" obfuscationexpression.ObfuscationExpression_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression" obfuscationexpression.ObfuscationExpression_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ obfuscationexpression.ObfuscationExpression_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression" obfuscationexpression.ObfuscationExpression_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ obfuscationexpression.ObfuscationExpression_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression" obfuscationexpression.ObfuscationExpression_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -798,7 +798,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationexpression" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpression" &obfuscationexpression.ObfuscationExpressionConfig { Connection: interface{}, diff --git a/docs/obfuscationRule.go.md b/docs/obfuscationRule.go.md index c1fe78741..f2d34bd96 100644 --- a/docs/obfuscationRule.go.md +++ b/docs/obfuscationRule.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" obfuscationrule.NewObfuscationRule(scope Construct, id *string, config ObfuscationRuleConfig) ObfuscationRule ``` @@ -412,7 +412,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" obfuscationrule.ObfuscationRule_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" obfuscationrule.ObfuscationRule_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ obfuscationrule.ObfuscationRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" obfuscationrule.ObfuscationRule_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ obfuscationrule.ObfuscationRule_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" obfuscationrule.ObfuscationRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -855,7 +855,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" &obfuscationrule.ObfuscationRuleAction { Attribute: *[]*string, @@ -921,7 +921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" &obfuscationrule.ObfuscationRuleConfig { Connection: interface{}, @@ -1138,7 +1138,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule" obfuscationrule.NewObfuscationRuleActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ObfuscationRuleActionList ``` @@ -1298,7 +1298,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/obfuscationrule" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 92edd6c21..1804c9c7c 100644 --- a/docs/oneDashboard.go.md +++ b/docs/oneDashboard.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboard(scope Construct, id *string, config OneDashboardConfig) OneDashboard ``` @@ -439,7 +439,7 @@ func ResetVariable() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.OneDashboard_IsConstruct(x interface{}) *bool ``` @@ -471,7 +471,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.OneDashboard_IsTerraformElement(x interface{}) *bool ``` @@ -485,7 +485,7 @@ onedashboard.OneDashboard_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.OneDashboard_IsTerraformResource(x interface{}) *bool ``` @@ -499,7 +499,7 @@ onedashboard.OneDashboard_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.OneDashboard_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -904,7 +904,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardConfig { Connection: interface{}, @@ -1119,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPage { Name: *string, @@ -1393,7 +1393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetArea { Column: *f64, @@ -1405,7 +1405,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetAreaInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetAreaInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -1663,7 +1663,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaColors { Color: *string, @@ -1711,7 +1711,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaColorsSeriesOverrides { Color: *string, @@ -1761,7 +1761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaDataFormat { Name: *string, @@ -1843,7 +1843,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaInitialSorting { Direction: *string, @@ -1893,7 +1893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaNrqlQuery { Query: *string, @@ -1943,7 +1943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaNullValues { NullValue: *string, @@ -1991,7 +1991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaNullValuesSeriesOverrides { NullValue: *string, @@ -2041,7 +2041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaUnits { SeriesOverrides: interface{}, @@ -2089,7 +2089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetAreaUnitsSeriesOverrides { SeriesName: *string, @@ -2139,7 +2139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBar { Column: *f64, @@ -2152,7 +2152,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FilterCurrentDashboard: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetBarInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetBarInitialSorting, LegendEnabled: interface{}, LinkedEntityGuids: *[]*string, NullValues: interface{}, @@ -2441,7 +2441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarColors { Color: *string, @@ -2489,7 +2489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarColorsSeriesOverrides { Color: *string, @@ -2539,7 +2539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarDataFormat { Name: *string, @@ -2621,7 +2621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarInitialSorting { Direction: *string, @@ -2671,7 +2671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarNrqlQuery { Query: *string, @@ -2721,7 +2721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarNullValues { NullValue: *string, @@ -2769,7 +2769,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarNullValuesSeriesOverrides { NullValue: *string, @@ -2819,7 +2819,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarUnits { SeriesOverrides: interface{}, @@ -2867,7 +2867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBarUnitsSeriesOverrides { SeriesName: *string, @@ -2917,7 +2917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboard { Column: *f64, @@ -2930,7 +2930,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetBillboardInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetBillboardInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -3219,7 +3219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardColors { Color: *string, @@ -3267,7 +3267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardColorsSeriesOverrides { Color: *string, @@ -3317,7 +3317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardDataFormat { Name: *string, @@ -3399,7 +3399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardInitialSorting { Direction: *string, @@ -3449,7 +3449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardNrqlQuery { Query: *string, @@ -3499,7 +3499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardNullValues { NullValue: *string, @@ -3547,7 +3547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardNullValuesSeriesOverrides { NullValue: *string, @@ -3597,7 +3597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardUnits { SeriesOverrides: interface{}, @@ -3645,7 +3645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBillboardUnitsSeriesOverrides { SeriesName: *string, @@ -3695,7 +3695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBullet { Column: *f64, @@ -3708,7 +3708,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetBulletInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetBulletInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -3981,7 +3981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletColors { Color: *string, @@ -4029,7 +4029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletColorsSeriesOverrides { Color: *string, @@ -4079,7 +4079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletDataFormat { Name: *string, @@ -4161,7 +4161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletInitialSorting { Direction: *string, @@ -4211,7 +4211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletNrqlQuery { Query: *string, @@ -4261,7 +4261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletNullValues { NullValue: *string, @@ -4309,7 +4309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletNullValuesSeriesOverrides { NullValue: *string, @@ -4359,7 +4359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletUnits { SeriesOverrides: interface{}, @@ -4407,7 +4407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetBulletUnitsSeriesOverrides { SeriesName: *string, @@ -4457,7 +4457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnel { Column: *f64, @@ -4469,7 +4469,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetFunnelInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetFunnelInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -4727,7 +4727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelColors { Color: *string, @@ -4775,7 +4775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelColorsSeriesOverrides { Color: *string, @@ -4825,7 +4825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelDataFormat { Name: *string, @@ -4907,7 +4907,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelInitialSorting { Direction: *string, @@ -4957,7 +4957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelNrqlQuery { Query: *string, @@ -5007,7 +5007,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelNullValues { NullValue: *string, @@ -5055,7 +5055,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelNullValuesSeriesOverrides { NullValue: *string, @@ -5105,7 +5105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelUnits { SeriesOverrides: interface{}, @@ -5153,7 +5153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetFunnelUnitsSeriesOverrides { SeriesName: *string, @@ -5203,7 +5203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmap { Column: *f64, @@ -5216,7 +5216,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FilterCurrentDashboard: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetHeatmapInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetHeatmapInitialSorting, LegendEnabled: interface{}, LinkedEntityGuids: *[]*string, NullValues: interface{}, @@ -5505,7 +5505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapColors { Color: *string, @@ -5553,7 +5553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapColorsSeriesOverrides { Color: *string, @@ -5603,7 +5603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapDataFormat { Name: *string, @@ -5685,7 +5685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapInitialSorting { Direction: *string, @@ -5735,7 +5735,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapNrqlQuery { Query: *string, @@ -5785,7 +5785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapNullValues { NullValue: *string, @@ -5833,7 +5833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides { NullValue: *string, @@ -5883,7 +5883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapUnits { SeriesOverrides: interface{}, @@ -5931,7 +5931,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHeatmapUnitsSeriesOverrides { SeriesName: *string, @@ -5981,7 +5981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogram { Column: *f64, @@ -5993,7 +5993,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetHistogramInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetHistogramInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -6251,7 +6251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramColors { Color: *string, @@ -6299,7 +6299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramColorsSeriesOverrides { Color: *string, @@ -6349,7 +6349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramDataFormat { Name: *string, @@ -6431,7 +6431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramInitialSorting { Direction: *string, @@ -6481,7 +6481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramNrqlQuery { Query: *string, @@ -6531,7 +6531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramNullValues { NullValue: *string, @@ -6579,7 +6579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramNullValuesSeriesOverrides { NullValue: *string, @@ -6629,7 +6629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramUnits { SeriesOverrides: interface{}, @@ -6677,7 +6677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetHistogramUnitsSeriesOverrides { SeriesName: *string, @@ -6727,7 +6727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJson { Column: *f64, @@ -6739,7 +6739,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetJsonInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetJsonInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -6997,7 +6997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonColors { Color: *string, @@ -7045,7 +7045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonColorsSeriesOverrides { Color: *string, @@ -7095,7 +7095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonDataFormat { Name: *string, @@ -7177,7 +7177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonInitialSorting { Direction: *string, @@ -7227,7 +7227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonNrqlQuery { Query: *string, @@ -7277,7 +7277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonNullValues { NullValue: *string, @@ -7325,7 +7325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonNullValuesSeriesOverrides { NullValue: *string, @@ -7375,7 +7375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonUnits { SeriesOverrides: interface{}, @@ -7423,7 +7423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetJsonUnitsSeriesOverrides { SeriesName: *string, @@ -7473,7 +7473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLine { Column: *f64, @@ -7485,7 +7485,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetLineInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetLineInitialSorting, IsLabelVisible: interface{}, LegendEnabled: interface{}, NullValues: interface{}, @@ -7496,7 +7496,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" YAxisLeftMax: *f64, YAxisLeftMin: *f64, YAxisLeftZero: interface{}, - YAxisRight: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetLineYAxisRight, + YAxisRight: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetLineYAxisRight, } ``` @@ -7807,7 +7807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineColors { Color: *string, @@ -7855,7 +7855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineColorsSeriesOverrides { Color: *string, @@ -7905,7 +7905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineDataFormat { Name: *string, @@ -7987,7 +7987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineInitialSorting { Direction: *string, @@ -8037,7 +8037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineNrqlQuery { Query: *string, @@ -8087,7 +8087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineNullValues { NullValue: *string, @@ -8135,7 +8135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineNullValuesSeriesOverrides { NullValue: *string, @@ -8185,7 +8185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineThreshold { From: *string, @@ -8267,7 +8267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineUnits { SeriesOverrides: interface{}, @@ -8315,7 +8315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineUnitsSeriesOverrides { SeriesName: *string, @@ -8365,7 +8365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLineYAxisRight { YAxisRightMax: *f64, @@ -8447,7 +8447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTable { Column: *f64, @@ -8459,7 +8459,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetLogTableInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetLogTableInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -8717,7 +8717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableColors { Color: *string, @@ -8765,7 +8765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableColorsSeriesOverrides { Color: *string, @@ -8815,7 +8815,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableDataFormat { Name: *string, @@ -8897,7 +8897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableInitialSorting { Direction: *string, @@ -8947,7 +8947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableNrqlQuery { Query: *string, @@ -8997,7 +8997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableNullValues { NullValue: *string, @@ -9045,7 +9045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableNullValuesSeriesOverrides { NullValue: *string, @@ -9095,7 +9095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableUnits { SeriesOverrides: interface{}, @@ -9143,7 +9143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetLogTableUnitsSeriesOverrides { SeriesName: *string, @@ -9193,7 +9193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdown { Column: *f64, @@ -9205,7 +9205,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetMarkdownInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetMarkdownInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -9461,7 +9461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownColors { Color: *string, @@ -9509,7 +9509,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownColorsSeriesOverrides { Color: *string, @@ -9559,7 +9559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownDataFormat { Name: *string, @@ -9641,7 +9641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownInitialSorting { Direction: *string, @@ -9691,7 +9691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownNullValues { NullValue: *string, @@ -9739,7 +9739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides { NullValue: *string, @@ -9789,7 +9789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownUnits { SeriesOverrides: interface{}, @@ -9837,7 +9837,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetMarkdownUnitsSeriesOverrides { SeriesName: *string, @@ -9887,7 +9887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPie { Column: *f64, @@ -9900,7 +9900,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FilterCurrentDashboard: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetPieInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetPieInitialSorting, LegendEnabled: interface{}, LinkedEntityGuids: *[]*string, NullValues: interface{}, @@ -10189,7 +10189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieColors { Color: *string, @@ -10237,7 +10237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieColorsSeriesOverrides { Color: *string, @@ -10287,7 +10287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieDataFormat { Name: *string, @@ -10369,7 +10369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieInitialSorting { Direction: *string, @@ -10419,7 +10419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieNrqlQuery { Query: *string, @@ -10469,7 +10469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieNullValues { NullValue: *string, @@ -10517,7 +10517,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieNullValuesSeriesOverrides { NullValue: *string, @@ -10567,7 +10567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieUnits { SeriesOverrides: interface{}, @@ -10615,7 +10615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetPieUnitsSeriesOverrides { SeriesName: *string, @@ -10665,7 +10665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBar { Column: *f64, @@ -10677,7 +10677,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FacetShowOtherSeries: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetStackedBarInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetStackedBarInitialSorting, LegendEnabled: interface{}, NullValues: interface{}, RefreshRate: *string, @@ -10935,7 +10935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarColors { Color: *string, @@ -10983,7 +10983,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarColorsSeriesOverrides { Color: *string, @@ -11033,7 +11033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarDataFormat { Name: *string, @@ -11115,7 +11115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarInitialSorting { Direction: *string, @@ -11165,7 +11165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarNrqlQuery { Query: *string, @@ -11215,7 +11215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarNullValues { NullValue: *string, @@ -11263,7 +11263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides { NullValue: *string, @@ -11313,7 +11313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarUnits { SeriesOverrides: interface{}, @@ -11361,7 +11361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetStackedBarUnitsSeriesOverrides { SeriesName: *string, @@ -11411,7 +11411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTable { Column: *f64, @@ -11424,7 +11424,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" FilterCurrentDashboard: interface{}, Height: *f64, IgnoreTimeRange: interface{}, - InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.oneDashboard.OneDashboardPageWidgetTableInitialSorting, + InitialSorting: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.oneDashboard.OneDashboardPageWidgetTableInitialSorting, LegendEnabled: interface{}, LinkedEntityGuids: *[]*string, NullValues: interface{}, @@ -11729,7 +11729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableColors { Color: *string, @@ -11777,7 +11777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableColorsSeriesOverrides { Color: *string, @@ -11827,7 +11827,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableDataFormat { Name: *string, @@ -11909,7 +11909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableInitialSorting { Direction: *string, @@ -11959,7 +11959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableNrqlQuery { Query: *string, @@ -12009,7 +12009,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableNullValues { NullValue: *string, @@ -12057,7 +12057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableNullValuesSeriesOverrides { NullValue: *string, @@ -12107,7 +12107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableThreshold { ColumnName: *string, @@ -12189,7 +12189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableUnits { SeriesOverrides: interface{}, @@ -12237,7 +12237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardPageWidgetTableUnitsSeriesOverrides { SeriesName: *string, @@ -12287,7 +12287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardVariable { Name: *string, @@ -12297,7 +12297,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/v12.oneDashboard.OneDashboardVariableNrqlQuery, Options: interface{}, } ``` @@ -12449,7 +12449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardVariableItem { Value: *string, @@ -12499,7 +12499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardVariableNrqlQuery { Query: *string, @@ -12549,7 +12549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" &onedashboard.OneDashboardVariableOptions { Excluded: interface{}, @@ -12605,7 +12605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageList ``` @@ -12765,7 +12765,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageOutputReference ``` @@ -13682,7 +13682,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaColorsList ``` @@ -13842,7 +13842,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaColorsOutputReference ``` @@ -14180,7 +14180,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaColorsSeriesOverridesList ``` @@ -14340,7 +14340,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaColorsSeriesOverridesOutputReference ``` @@ -14665,7 +14665,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaDataFormatList ``` @@ -14825,7 +14825,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaDataFormatOutputReference ``` @@ -15194,7 +15194,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetAreaInitialSortingOutputReference ``` @@ -15487,7 +15487,7 @@ func InternalValue() OneDashboardPageWidgetAreaInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaList ``` @@ -15647,7 +15647,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNrqlQueryList ``` @@ -15807,7 +15807,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNrqlQueryOutputReference ``` @@ -16125,7 +16125,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNullValuesList ``` @@ -16285,7 +16285,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNullValuesOutputReference ``` @@ -16623,7 +16623,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaNullValuesSeriesOverridesList ``` @@ -16783,7 +16783,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaNullValuesSeriesOverridesOutputReference ``` @@ -17108,7 +17108,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaOutputReference ``` @@ -17929,7 +17929,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaUnitsList ``` @@ -18089,7 +18089,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaUnitsOutputReference ``` @@ -18427,7 +18427,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetAreaUnitsSeriesOverridesList ``` @@ -18587,7 +18587,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetAreaUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetAreaUnitsSeriesOverridesOutputReference ``` @@ -18912,7 +18912,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarColorsList ``` @@ -19072,7 +19072,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarColorsOutputReference ``` @@ -19410,7 +19410,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarColorsSeriesOverridesList ``` @@ -19570,7 +19570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarColorsSeriesOverridesOutputReference ``` @@ -19895,7 +19895,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarDataFormatList ``` @@ -20055,7 +20055,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarDataFormatOutputReference ``` @@ -20424,7 +20424,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetBarInitialSortingOutputReference ``` @@ -20717,7 +20717,7 @@ func InternalValue() OneDashboardPageWidgetBarInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarList ``` @@ -20877,7 +20877,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNrqlQueryList ``` @@ -21037,7 +21037,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNrqlQueryOutputReference ``` @@ -21355,7 +21355,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNullValuesList ``` @@ -21515,7 +21515,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNullValuesOutputReference ``` @@ -21853,7 +21853,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarNullValuesSeriesOverridesList ``` @@ -22013,7 +22013,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarNullValuesSeriesOverridesOutputReference ``` @@ -22338,7 +22338,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarOutputReference ``` @@ -23217,7 +23217,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarUnitsList ``` @@ -23377,7 +23377,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarUnitsOutputReference ``` @@ -23715,7 +23715,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBarUnitsSeriesOverridesList ``` @@ -23875,7 +23875,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBarUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBarUnitsSeriesOverridesOutputReference ``` @@ -24200,7 +24200,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardColorsList ``` @@ -24360,7 +24360,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardColorsOutputReference ``` @@ -24698,7 +24698,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardColorsSeriesOverridesList ``` @@ -24858,7 +24858,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardColorsSeriesOverridesOutputReference ``` @@ -25183,7 +25183,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardDataFormatList ``` @@ -25343,7 +25343,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardDataFormatOutputReference ``` @@ -25712,7 +25712,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetBillboardInitialSortingOutputReference ``` @@ -26005,7 +26005,7 @@ func InternalValue() OneDashboardPageWidgetBillboardInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardList ``` @@ -26165,7 +26165,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNrqlQueryList ``` @@ -26325,7 +26325,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNrqlQueryOutputReference ``` @@ -26643,7 +26643,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNullValuesList ``` @@ -26803,7 +26803,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNullValuesOutputReference ``` @@ -27141,7 +27141,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardNullValuesSeriesOverridesList ``` @@ -27301,7 +27301,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardNullValuesSeriesOverridesOutputReference ``` @@ -27626,7 +27626,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardOutputReference ``` @@ -28505,7 +28505,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardUnitsList ``` @@ -28665,7 +28665,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardUnitsOutputReference ``` @@ -29003,7 +29003,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBillboardUnitsSeriesOverridesList ``` @@ -29163,7 +29163,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBillboardUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBillboardUnitsSeriesOverridesOutputReference ``` @@ -29488,7 +29488,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletColorsList ``` @@ -29648,7 +29648,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletColorsOutputReference ``` @@ -29986,7 +29986,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletColorsSeriesOverridesList ``` @@ -30146,7 +30146,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletColorsSeriesOverridesOutputReference ``` @@ -30471,7 +30471,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletDataFormatList ``` @@ -30631,7 +30631,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletDataFormatOutputReference ``` @@ -31000,7 +31000,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetBulletInitialSortingOutputReference ``` @@ -31293,7 +31293,7 @@ func InternalValue() OneDashboardPageWidgetBulletInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletList ``` @@ -31453,7 +31453,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNrqlQueryList ``` @@ -31613,7 +31613,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNrqlQueryOutputReference ``` @@ -31931,7 +31931,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNullValuesList ``` @@ -32091,7 +32091,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNullValuesOutputReference ``` @@ -32429,7 +32429,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletNullValuesSeriesOverridesList ``` @@ -32589,7 +32589,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletNullValuesSeriesOverridesOutputReference ``` @@ -32914,7 +32914,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletOutputReference ``` @@ -33757,7 +33757,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletUnitsList ``` @@ -33917,7 +33917,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletUnitsOutputReference ``` @@ -34255,7 +34255,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetBulletUnitsSeriesOverridesList ``` @@ -34415,7 +34415,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetBulletUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetBulletUnitsSeriesOverridesOutputReference ``` @@ -34740,7 +34740,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelColorsList ``` @@ -34900,7 +34900,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelColorsOutputReference ``` @@ -35238,7 +35238,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelColorsSeriesOverridesList ``` @@ -35398,7 +35398,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelColorsSeriesOverridesOutputReference ``` @@ -35723,7 +35723,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelDataFormatList ``` @@ -35883,7 +35883,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelDataFormatOutputReference ``` @@ -36252,7 +36252,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetFunnelInitialSortingOutputReference ``` @@ -36545,7 +36545,7 @@ func InternalValue() OneDashboardPageWidgetFunnelInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelList ``` @@ -36705,7 +36705,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNrqlQueryList ``` @@ -36865,7 +36865,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNrqlQueryOutputReference ``` @@ -37183,7 +37183,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNullValuesList ``` @@ -37343,7 +37343,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNullValuesOutputReference ``` @@ -37681,7 +37681,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelNullValuesSeriesOverridesList ``` @@ -37841,7 +37841,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelNullValuesSeriesOverridesOutputReference ``` @@ -38166,7 +38166,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelOutputReference ``` @@ -38987,7 +38987,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelUnitsList ``` @@ -39147,7 +39147,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelUnitsOutputReference ``` @@ -39485,7 +39485,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetFunnelUnitsSeriesOverridesList ``` @@ -39645,7 +39645,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetFunnelUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetFunnelUnitsSeriesOverridesOutputReference ``` @@ -39970,7 +39970,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapColorsList ``` @@ -40130,7 +40130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapColorsOutputReference ``` @@ -40468,7 +40468,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapColorsSeriesOverridesList ``` @@ -40628,7 +40628,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapColorsSeriesOverridesOutputReference ``` @@ -40953,7 +40953,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapDataFormatList ``` @@ -41113,7 +41113,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapDataFormatOutputReference ``` @@ -41482,7 +41482,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetHeatmapInitialSortingOutputReference ``` @@ -41775,7 +41775,7 @@ func InternalValue() OneDashboardPageWidgetHeatmapInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapList ``` @@ -41935,7 +41935,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNrqlQueryList ``` @@ -42095,7 +42095,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNrqlQueryOutputReference ``` @@ -42413,7 +42413,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNullValuesList ``` @@ -42573,7 +42573,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNullValuesOutputReference ``` @@ -42911,7 +42911,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapNullValuesSeriesOverridesList ``` @@ -43071,7 +43071,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapNullValuesSeriesOverridesOutputReference ``` @@ -43396,7 +43396,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapOutputReference ``` @@ -44275,7 +44275,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapUnitsList ``` @@ -44435,7 +44435,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapUnitsOutputReference ``` @@ -44773,7 +44773,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHeatmapUnitsSeriesOverridesList ``` @@ -44933,7 +44933,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHeatmapUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHeatmapUnitsSeriesOverridesOutputReference ``` @@ -45258,7 +45258,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramColorsList ``` @@ -45418,7 +45418,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramColorsOutputReference ``` @@ -45756,7 +45756,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramColorsSeriesOverridesList ``` @@ -45916,7 +45916,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramColorsSeriesOverridesOutputReference ``` @@ -46241,7 +46241,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramDataFormatList ``` @@ -46401,7 +46401,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramDataFormatOutputReference ``` @@ -46770,7 +46770,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetHistogramInitialSortingOutputReference ``` @@ -47063,7 +47063,7 @@ func InternalValue() OneDashboardPageWidgetHistogramInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramList ``` @@ -47223,7 +47223,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNrqlQueryList ``` @@ -47383,7 +47383,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNrqlQueryOutputReference ``` @@ -47701,7 +47701,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNullValuesList ``` @@ -47861,7 +47861,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNullValuesOutputReference ``` @@ -48199,7 +48199,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramNullValuesSeriesOverridesList ``` @@ -48359,7 +48359,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramNullValuesSeriesOverridesOutputReference ``` @@ -48684,7 +48684,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramOutputReference ``` @@ -49505,7 +49505,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramUnitsList ``` @@ -49665,7 +49665,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramUnitsOutputReference ``` @@ -50003,7 +50003,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetHistogramUnitsSeriesOverridesList ``` @@ -50163,7 +50163,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetHistogramUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetHistogramUnitsSeriesOverridesOutputReference ``` @@ -50488,7 +50488,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonColorsList ``` @@ -50648,7 +50648,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonColorsOutputReference ``` @@ -50986,7 +50986,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonColorsSeriesOverridesList ``` @@ -51146,7 +51146,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonColorsSeriesOverridesOutputReference ``` @@ -51471,7 +51471,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonDataFormatList ``` @@ -51631,7 +51631,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonDataFormatOutputReference ``` @@ -52000,7 +52000,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetJsonInitialSortingOutputReference ``` @@ -52293,7 +52293,7 @@ func InternalValue() OneDashboardPageWidgetJsonInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonList ``` @@ -52453,7 +52453,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNrqlQueryList ``` @@ -52613,7 +52613,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNrqlQueryOutputReference ``` @@ -52931,7 +52931,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNullValuesList ``` @@ -53091,7 +53091,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNullValuesOutputReference ``` @@ -53429,7 +53429,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonNullValuesSeriesOverridesList ``` @@ -53589,7 +53589,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonNullValuesSeriesOverridesOutputReference ``` @@ -53914,7 +53914,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonOutputReference ``` @@ -54735,7 +54735,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonUnitsList ``` @@ -54895,7 +54895,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonUnitsOutputReference ``` @@ -55233,7 +55233,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetJsonUnitsSeriesOverridesList ``` @@ -55393,7 +55393,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetJsonUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetJsonUnitsSeriesOverridesOutputReference ``` @@ -55718,7 +55718,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineColorsList ``` @@ -55878,7 +55878,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineColorsOutputReference ``` @@ -56216,7 +56216,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineColorsSeriesOverridesList ``` @@ -56376,7 +56376,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineColorsSeriesOverridesOutputReference ``` @@ -56701,7 +56701,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineDataFormatList ``` @@ -56861,7 +56861,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineDataFormatOutputReference ``` @@ -57230,7 +57230,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetLineInitialSortingOutputReference ``` @@ -57523,7 +57523,7 @@ func InternalValue() OneDashboardPageWidgetLineInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineList ``` @@ -57683,7 +57683,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNrqlQueryList ``` @@ -57843,7 +57843,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNrqlQueryOutputReference ``` @@ -58161,7 +58161,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNullValuesList ``` @@ -58321,7 +58321,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNullValuesOutputReference ``` @@ -58659,7 +58659,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineNullValuesSeriesOverridesList ``` @@ -58819,7 +58819,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineNullValuesSeriesOverridesOutputReference ``` @@ -59144,7 +59144,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineOutputReference ``` @@ -60107,7 +60107,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineThresholdList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineThresholdList ``` @@ -60267,7 +60267,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineThresholdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineThresholdOutputReference ``` @@ -60650,7 +60650,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineUnitsList ``` @@ -60810,7 +60810,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineUnitsOutputReference ``` @@ -61148,7 +61148,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLineUnitsSeriesOverridesList ``` @@ -61308,7 +61308,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLineUnitsSeriesOverridesOutputReference ``` @@ -61633,7 +61633,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLineYAxisRightOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetLineYAxisRightOutputReference ``` @@ -61998,7 +61998,7 @@ func InternalValue() OneDashboardPageWidgetLineYAxisRight #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableColorsList ``` @@ -62158,7 +62158,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableColorsOutputReference ``` @@ -62496,7 +62496,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableColorsSeriesOverridesList ``` @@ -62656,7 +62656,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableColorsSeriesOverridesOutputReference ``` @@ -62981,7 +62981,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableDataFormatList ``` @@ -63141,7 +63141,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableDataFormatOutputReference ``` @@ -63510,7 +63510,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetLogTableInitialSortingOutputReference ``` @@ -63803,7 +63803,7 @@ func InternalValue() OneDashboardPageWidgetLogTableInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableList ``` @@ -63963,7 +63963,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNrqlQueryList ``` @@ -64123,7 +64123,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNrqlQueryOutputReference ``` @@ -64441,7 +64441,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNullValuesList ``` @@ -64601,7 +64601,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNullValuesOutputReference ``` @@ -64939,7 +64939,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableNullValuesSeriesOverridesList ``` @@ -65099,7 +65099,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableNullValuesSeriesOverridesOutputReference ``` @@ -65424,7 +65424,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableOutputReference ``` @@ -66245,7 +66245,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableUnitsList ``` @@ -66405,7 +66405,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableUnitsOutputReference ``` @@ -66743,7 +66743,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetLogTableUnitsSeriesOverridesList ``` @@ -66903,7 +66903,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetLogTableUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetLogTableUnitsSeriesOverridesOutputReference ``` @@ -67228,7 +67228,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownColorsList ``` @@ -67388,7 +67388,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownColorsOutputReference ``` @@ -67726,7 +67726,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownColorsSeriesOverridesList ``` @@ -67886,7 +67886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownColorsSeriesOverridesOutputReference ``` @@ -68211,7 +68211,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownDataFormatList ``` @@ -68371,7 +68371,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownDataFormatOutputReference ``` @@ -68740,7 +68740,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetMarkdownInitialSortingOutputReference ``` @@ -69033,7 +69033,7 @@ func InternalValue() OneDashboardPageWidgetMarkdownInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownList ``` @@ -69193,7 +69193,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownNullValuesList ``` @@ -69353,7 +69353,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownNullValuesOutputReference ``` @@ -69691,7 +69691,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList ``` @@ -69851,7 +69851,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesOutputReference ``` @@ -70176,7 +70176,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownOutputReference ``` @@ -70984,7 +70984,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownUnitsList ``` @@ -71144,7 +71144,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownUnitsOutputReference ``` @@ -71482,7 +71482,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetMarkdownUnitsSeriesOverridesList ``` @@ -71642,7 +71642,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetMarkdownUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetMarkdownUnitsSeriesOverridesOutputReference ``` @@ -71967,7 +71967,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieColorsList ``` @@ -72127,7 +72127,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieColorsOutputReference ``` @@ -72465,7 +72465,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieColorsSeriesOverridesList ``` @@ -72625,7 +72625,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieColorsSeriesOverridesOutputReference ``` @@ -72950,7 +72950,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieDataFormatList ``` @@ -73110,7 +73110,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieDataFormatOutputReference ``` @@ -73479,7 +73479,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetPieInitialSortingOutputReference ``` @@ -73772,7 +73772,7 @@ func InternalValue() OneDashboardPageWidgetPieInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieList ``` @@ -73932,7 +73932,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNrqlQueryList ``` @@ -74092,7 +74092,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNrqlQueryOutputReference ``` @@ -74410,7 +74410,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNullValuesList ``` @@ -74570,7 +74570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNullValuesOutputReference ``` @@ -74908,7 +74908,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieNullValuesSeriesOverridesList ``` @@ -75068,7 +75068,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieNullValuesSeriesOverridesOutputReference ``` @@ -75393,7 +75393,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieOutputReference ``` @@ -76272,7 +76272,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieUnitsList ``` @@ -76432,7 +76432,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieUnitsOutputReference ``` @@ -76770,7 +76770,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetPieUnitsSeriesOverridesList ``` @@ -76930,7 +76930,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetPieUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetPieUnitsSeriesOverridesOutputReference ``` @@ -77255,7 +77255,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarColorsList ``` @@ -77415,7 +77415,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarColorsOutputReference ``` @@ -77753,7 +77753,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarColorsSeriesOverridesList ``` @@ -77913,7 +77913,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarColorsSeriesOverridesOutputReference ``` @@ -78238,7 +78238,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarDataFormatList ``` @@ -78398,7 +78398,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarDataFormatOutputReference ``` @@ -78767,7 +78767,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetStackedBarInitialSortingOutputReference ``` @@ -79060,7 +79060,7 @@ func InternalValue() OneDashboardPageWidgetStackedBarInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarList ``` @@ -79220,7 +79220,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNrqlQueryList ``` @@ -79380,7 +79380,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNrqlQueryOutputReference ``` @@ -79698,7 +79698,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNullValuesList ``` @@ -79858,7 +79858,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNullValuesOutputReference ``` @@ -80196,7 +80196,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList ``` @@ -80356,7 +80356,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesOutputReference ``` @@ -80681,7 +80681,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarOutputReference ``` @@ -81502,7 +81502,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarUnitsList ``` @@ -81662,7 +81662,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarUnitsOutputReference ``` @@ -82000,7 +82000,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetStackedBarUnitsSeriesOverridesList ``` @@ -82160,7 +82160,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetStackedBarUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetStackedBarUnitsSeriesOverridesOutputReference ``` @@ -82485,7 +82485,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableColorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableColorsList ``` @@ -82645,7 +82645,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableColorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableColorsOutputReference ``` @@ -82983,7 +82983,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableColorsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableColorsSeriesOverridesList ``` @@ -83143,7 +83143,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableColorsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableColorsSeriesOverridesOutputReference ``` @@ -83468,7 +83468,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableDataFormatList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableDataFormatList ``` @@ -83628,7 +83628,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableDataFormatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableDataFormatOutputReference ``` @@ -83997,7 +83997,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableInitialSortingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardPageWidgetTableInitialSortingOutputReference ``` @@ -84290,7 +84290,7 @@ func InternalValue() OneDashboardPageWidgetTableInitialSorting #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableList ``` @@ -84450,7 +84450,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNrqlQueryList ``` @@ -84610,7 +84610,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNrqlQueryOutputReference ``` @@ -84928,7 +84928,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNullValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNullValuesList ``` @@ -85088,7 +85088,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNullValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNullValuesOutputReference ``` @@ -85426,7 +85426,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNullValuesSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableNullValuesSeriesOverridesList ``` @@ -85586,7 +85586,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableNullValuesSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableNullValuesSeriesOverridesOutputReference ``` @@ -85911,7 +85911,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableOutputReference ``` @@ -86832,7 +86832,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableThresholdList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableThresholdList ``` @@ -86992,7 +86992,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableThresholdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableThresholdOutputReference ``` @@ -87375,7 +87375,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableUnitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableUnitsList ``` @@ -87535,7 +87535,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableUnitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableUnitsOutputReference ``` @@ -87873,7 +87873,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableUnitsSeriesOverridesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardPageWidgetTableUnitsSeriesOverridesList ``` @@ -88033,7 +88033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardPageWidgetTableUnitsSeriesOverridesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardPageWidgetTableUnitsSeriesOverridesOutputReference ``` @@ -88358,7 +88358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardVariableItemList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableItemList ``` @@ -88518,7 +88518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardVariableItemOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardVariableItemOutputReference ``` @@ -88836,7 +88836,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardVariableList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableList ``` @@ -88996,7 +88996,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardVariableNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardVariableNrqlQueryOutputReference ``` @@ -89296,7 +89296,7 @@ func InternalValue() OneDashboardVariableNrqlQuery #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardVariableOptionsList ``` @@ -89456,7 +89456,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" onedashboard.NewOneDashboardVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardVariableOptionsOutputReference ``` @@ -89781,7 +89781,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboard" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 6e9f37077..96c2a8682 100644 --- a/docs/oneDashboardJson.go.md +++ b/docs/oneDashboardJson.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" onedashboardjson.NewOneDashboardJson(scope Construct, id *string, config OneDashboardJsonConfig) OneDashboardJson ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" onedashboardjson.OneDashboardJson_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" onedashboardjson.OneDashboardJson_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ onedashboardjson.OneDashboardJson_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" onedashboardjson.OneDashboardJson_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ onedashboardjson.OneDashboardJson_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" onedashboardjson.OneDashboardJson_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -822,7 +822,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" &onedashboardjson.OneDashboardJsonConfig { Connection: interface{}, @@ -835,7 +835,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/v12.oneDashboardJson.OneDashboardJsonTimeouts, } ``` @@ -989,7 +989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" &onedashboardjson.OneDashboardJsonTimeouts { Create: *string, @@ -1037,7 +1037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardjson" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjson" onedashboardjson.NewOneDashboardJsonTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OneDashboardJsonTimeoutsOutputReference ``` diff --git a/docs/oneDashboardRaw.go.md b/docs/oneDashboardRaw.go.md index 28e13be10..f2815ef80 100644 --- a/docs/oneDashboardRaw.go.md +++ b/docs/oneDashboardRaw.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.NewOneDashboardRaw(scope Construct, id *string, config OneDashboardRawConfig) OneDashboardRaw ``` @@ -419,7 +419,7 @@ func ResetPermissions() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.OneDashboardRaw_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.OneDashboardRaw_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ onedashboardraw.OneDashboardRaw_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.OneDashboardRaw_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ onedashboardraw.OneDashboardRaw_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.OneDashboardRaw_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -862,7 +862,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" &onedashboardraw.OneDashboardRawConfig { Connection: interface{}, @@ -1061,7 +1061,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" &onedashboardraw.OneDashboardRawPage { Name: *string, @@ -1127,7 +1127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" &onedashboardraw.OneDashboardRawPageWidget { Column: *f64, @@ -1267,7 +1267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.NewOneDashboardRawPageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardRawPageList ``` @@ -1427,7 +1427,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.NewOneDashboardRawPageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OneDashboardRawPageOutputReference ``` @@ -1798,7 +1798,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw" onedashboardraw.NewOneDashboardRawPageWidgetList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OneDashboardRawPageWidgetList ``` @@ -1958,7 +1958,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/onedashboardraw" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 1de71515f..4e63027b5 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" provider.NewNewrelicProvider(scope Construct, id *string, config NewrelicProviderConfig) NewrelicProvider ``` @@ -228,7 +228,7 @@ func ResetSyntheticsApiUrl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" provider.NewrelicProvider_IsConstruct(x interface{}) *bool ``` @@ -260,7 +260,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" provider.NewrelicProvider_IsTerraformElement(x interface{}) *bool ``` @@ -274,7 +274,7 @@ provider.NewrelicProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" provider.NewrelicProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -288,7 +288,7 @@ provider.NewrelicProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" provider.NewrelicProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -759,7 +759,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/provider" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" &provider.NewrelicProviderConfig { AccountId: *f64, diff --git a/docs/serviceLevel.go.md b/docs/serviceLevel.go.md index d923dcad6..ac4a8e03b 100644 --- a/docs/serviceLevel.go.md +++ b/docs/serviceLevel.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevel(scope Construct, id *string, config ServiceLevelConfig) ServiceLevel ``` @@ -418,7 +418,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.ServiceLevel_IsConstruct(x interface{}) *bool ``` @@ -450,7 +450,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.ServiceLevel_IsTerraformElement(x interface{}) *bool ``` @@ -464,7 +464,7 @@ servicelevel.ServiceLevel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.ServiceLevel_IsTerraformResource(x interface{}) *bool ``` @@ -478,7 +478,7 @@ servicelevel.ServiceLevel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.ServiceLevel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -861,7 +861,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" &servicelevel.ServiceLevelConfig { Connection: interface{}, @@ -871,10 +871,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/v12.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/v12.serviceLevel.ServiceLevelObjective, Description: *string, Id: *string, } @@ -1054,13 +1054,13 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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/v12.serviceLevel.ServiceLevelEventsValidEvents, + BadEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsBadEvents, + GoodEvents: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelEventsGoodEvents, } ``` @@ -1134,11 +1134,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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/v12.serviceLevel.ServiceLevelEventsBadEventsSelect, Where: *string, } ``` @@ -1196,7 +1196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" &servicelevel.ServiceLevelEventsBadEventsSelect { Function: *string, @@ -1258,11 +1258,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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/v12.serviceLevel.ServiceLevelEventsGoodEventsSelect, Where: *string, } ``` @@ -1320,7 +1320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" &servicelevel.ServiceLevelEventsGoodEventsSelect { Function: *string, @@ -1382,11 +1382,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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/v12.serviceLevel.ServiceLevelEventsValidEventsSelect, Where: *string, } ``` @@ -1444,7 +1444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" &servicelevel.ServiceLevelEventsValidEventsSelect { Function: *string, @@ -1506,11 +1506,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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/v12.serviceLevel.ServiceLevelObjectiveTimeWindow, Description: *string, Name: *string, } @@ -1582,10 +1582,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" &servicelevel.ServiceLevelObjectiveTimeWindow { - Rolling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.serviceLevel.ServiceLevelObjectiveTimeWindowRolling, + Rolling: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.serviceLevel.ServiceLevelObjectiveTimeWindowRolling, } ``` @@ -1616,7 +1616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" &servicelevel.ServiceLevelObjectiveTimeWindowRolling { Count: *f64, @@ -1664,7 +1664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsBadEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsOutputReference ``` @@ -2006,7 +2006,7 @@ func InternalValue() ServiceLevelEventsBadEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsBadEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsSelectOutputReference ``` @@ -2335,7 +2335,7 @@ func InternalValue() ServiceLevelEventsBadEventsSelect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsGoodEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsOutputReference ``` @@ -2677,7 +2677,7 @@ func InternalValue() ServiceLevelEventsGoodEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsGoodEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsSelectOutputReference ``` @@ -3006,7 +3006,7 @@ func InternalValue() ServiceLevelEventsGoodEventsSelect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsOutputReference ``` @@ -3396,7 +3396,7 @@ func InternalValue() ServiceLevelEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsValidEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsOutputReference ``` @@ -3738,7 +3738,7 @@ func InternalValue() ServiceLevelEventsValidEvents #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelEventsValidEventsSelectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsSelectOutputReference ``` @@ -4067,7 +4067,7 @@ func InternalValue() ServiceLevelEventsValidEventsSelect #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelObjectiveOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveOutputReference ``` @@ -4431,7 +4431,7 @@ func InternalValue() ServiceLevelObjective #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelObjectiveTimeWindowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowOutputReference ``` @@ -4715,7 +4715,7 @@ func InternalValue() ServiceLevelObjectiveTimeWindow #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/servicelevel" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" servicelevel.NewServiceLevelObjectiveTimeWindowRollingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowRollingOutputReference ``` diff --git a/docs/syntheticsAlertCondition.go.md b/docs/syntheticsAlertCondition.go.md index 091b4c5b0..2d9e1c1e9 100644 --- a/docs/syntheticsAlertCondition.go.md +++ b/docs/syntheticsAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition" syntheticsalertcondition.NewSyntheticsAlertCondition(scope Construct, id *string, config SyntheticsAlertConditionConfig) SyntheticsAlertCondition ``` @@ -399,7 +399,7 @@ func ResetRunbookUrl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ syntheticsalertcondition.SyntheticsAlertCondition_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition" syntheticsalertcondition.SyntheticsAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -831,7 +831,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalertcondition" &syntheticsalertcondition.SyntheticsAlertConditionConfig { Connection: interface{}, diff --git a/docs/syntheticsBrokenLinksMonitor.go.md b/docs/syntheticsBrokenLinksMonitor.go.md index f39390167..083f65e71 100644 --- a/docs/syntheticsBrokenLinksMonitor.go.md +++ b/docs/syntheticsBrokenLinksMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitor(scope Construct, id *string, config SyntheticsBrokenLinksMonitorConfig) SyntheticsBrokenLinksMonitor ``` @@ -447,7 +447,7 @@ func ResetUseUnsupportedLegacyRuntime() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsConstruct(x interface{}) *bool ``` @@ -479,7 +479,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -493,7 +493,7 @@ syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -507,7 +507,7 @@ syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1022,7 +1022,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" &syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitorConfig { Connection: interface{}, @@ -1321,7 +1321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" &syntheticsbrokenlinksmonitor.SyntheticsBrokenLinksMonitorTag { Key: *string, @@ -1373,7 +1373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbrokenlinksmonitor" syntheticsbrokenlinksmonitor.NewSyntheticsBrokenLinksMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsBrokenLinksMonitorTagList ``` @@ -1533,7 +1533,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsbrokenlinksmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 362a96e48..847700b9d 100644 --- a/docs/syntheticsCertCheckMonitor.go.md +++ b/docs/syntheticsCertCheckMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitor(scope Construct, id *string, config SyntheticsCertCheckMonitorConfig) SyntheticsCertCheckMonitor ``` @@ -447,7 +447,7 @@ func ResetUseUnsupportedLegacyRuntime() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsConstruct(x interface{}) *bool ``` @@ -479,7 +479,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -493,7 +493,7 @@ syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -507,7 +507,7 @@ syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" syntheticscertcheckmonitor.SyntheticsCertCheckMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1033,7 +1033,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" &syntheticscertcheckmonitor.SyntheticsCertCheckMonitorConfig { Connection: interface{}, @@ -1344,7 +1344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" &syntheticscertcheckmonitor.SyntheticsCertCheckMonitorTag { Key: *string, @@ -1396,7 +1396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertcheckmonitor" syntheticscertcheckmonitor.NewSyntheticsCertCheckMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsCertCheckMonitorTagList ``` @@ -1556,7 +1556,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticscertcheckmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 72417919d..b54795f74 100644 --- a/docs/syntheticsMonitor.go.md +++ b/docs/syntheticsMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitor(scope Construct, id *string, config SyntheticsMonitorConfig) SyntheticsMonitor ``` @@ -551,7 +551,7 @@ func ResetVerifySsl() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_IsConstruct(x interface{}) *bool ``` @@ -583,7 +583,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -597,7 +597,7 @@ syntheticsmonitor.SyntheticsMonitor_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -611,7 +611,7 @@ syntheticsmonitor.SyntheticsMonitor_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.SyntheticsMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1379,7 +1379,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" &syntheticsmonitor.SyntheticsMonitorConfig { Connection: interface{}, @@ -1872,7 +1872,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" &syntheticsmonitor.SyntheticsMonitorCustomHeader { Name: *string, @@ -1922,7 +1922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" &syntheticsmonitor.SyntheticsMonitorTag { Key: *string, @@ -1974,7 +1974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitorCustomHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsMonitorCustomHeaderList ``` @@ -2134,7 +2134,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitorCustomHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsMonitorCustomHeaderOutputReference ``` @@ -2459,7 +2459,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonitor" syntheticsmonitor.NewSyntheticsMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsMonitorTagList ``` @@ -2619,7 +2619,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 bdc88fa3a..6c3daf400 100644 --- a/docs/syntheticsMultilocationAlertCondition.go.md +++ b/docs/syntheticsMultilocationAlertCondition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertCondition(scope Construct, id *string, config SyntheticsMultilocationAlertConditionConfig) SyntheticsMultilocationAlertCondition ``` @@ -439,7 +439,7 @@ func ResetWarning() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsConstruct(x interface{}) *bool ``` @@ -471,7 +471,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTerraformElement(x interface{}) *bool ``` @@ -485,7 +485,7 @@ syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTe ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTerraformResource(x interface{}) *bool ``` @@ -499,7 +499,7 @@ syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_IsTe ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertCondition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -937,7 +937,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" &syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionConfig { Connection: interface{}, @@ -947,7 +947,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/v12.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionCritical, Entities: *[]*string, Name: *string, PolicyId: *f64, @@ -955,7 +955,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultiloca Id: *string, RunbookUrl: *string, ViolationTimeLimitSeconds: *f64, - Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionWarning, + Warning: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionWarning, } ``` @@ -1186,7 +1186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" &syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionCritical { Threshold: *f64, @@ -1220,7 +1220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" &syntheticsmultilocationalertcondition.SyntheticsMultilocationAlertConditionWarning { Threshold: *f64, @@ -1256,7 +1256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertConditionCriticalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsMultilocationAlertConditionCriticalOutputReference ``` @@ -1527,7 +1527,7 @@ func InternalValue() SyntheticsMultilocationAlertConditionCritical #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsmultilocationalertcondition" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmultilocationalertcondition" syntheticsmultilocationalertcondition.NewSyntheticsMultilocationAlertConditionWarningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsMultilocationAlertConditionWarningOutputReference ``` diff --git a/docs/syntheticsPrivateLocation.go.md b/docs/syntheticsPrivateLocation.go.md index 31da19aec..2adb6cb3f 100644 --- a/docs/syntheticsPrivateLocation.go.md +++ b/docs/syntheticsPrivateLocation.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation" syntheticsprivatelocation.NewSyntheticsPrivateLocation(scope Construct, id *string, config SyntheticsPrivateLocationConfig) SyntheticsPrivateLocation ``` @@ -399,7 +399,7 @@ func ResetVerifiedScriptExecution() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformElement(x interfa ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ syntheticsprivatelocation.SyntheticsPrivateLocation_IsTerraformResource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation" syntheticsprivatelocation.SyntheticsPrivateLocation_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -842,7 +842,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsprivatelocation" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsprivatelocation" &syntheticsprivatelocation.SyntheticsPrivateLocationConfig { Connection: interface{}, diff --git a/docs/syntheticsScriptMonitor.go.md b/docs/syntheticsScriptMonitor.go.md index b17d6095c..eb4c7f460 100644 --- a/docs/syntheticsScriptMonitor.go.md +++ b/docs/syntheticsScriptMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitor(scope Construct, id *string, config SyntheticsScriptMonitorConfig) SyntheticsScriptMonitor ``` @@ -509,7 +509,7 @@ func ResetUseUnsupportedLegacyRuntime() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_IsConstruct(x interface{}) *bool ``` @@ -541,7 +541,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -555,7 +555,7 @@ syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -569,7 +569,7 @@ syntheticsscriptmonitor.SyntheticsScriptMonitor_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.SyntheticsScriptMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1238,7 +1238,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" &syntheticsscriptmonitor.SyntheticsScriptMonitorConfig { Connection: interface{}, @@ -1651,7 +1651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" &syntheticsscriptmonitor.SyntheticsScriptMonitorLocationPrivate { Guid: *string, @@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" &syntheticsscriptmonitor.SyntheticsScriptMonitorTag { Key: *string, @@ -1753,7 +1753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitorLocationPrivateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorLocationPrivateList ``` @@ -1913,7 +1913,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitorLocationPrivateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsScriptMonitorLocationPrivateOutputReference ``` @@ -2231,7 +2231,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscriptmonitor" syntheticsscriptmonitor.NewSyntheticsScriptMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorTagList ``` @@ -2391,7 +2391,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsscriptmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 01882e3a5..8c58bd0d1 100644 --- a/docs/syntheticsSecureCredential.go.md +++ b/docs/syntheticsSecureCredential.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" syntheticssecurecredential.NewSyntheticsSecureCredential(scope Construct, id *string, config SyntheticsSecureCredentialConfig) SyntheticsSecureCredential ``` @@ -426,7 +426,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_IsConstruct(x interface{}) *bool ``` @@ -458,7 +458,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformElement(x interface{}) *bool ``` @@ -472,7 +472,7 @@ syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformResource(x interface{}) *bool ``` @@ -486,7 +486,7 @@ syntheticssecurecredential.SyntheticsSecureCredential_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" syntheticssecurecredential.SyntheticsSecureCredential_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -869,7 +869,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" &syntheticssecurecredential.SyntheticsSecureCredentialConfig { Connection: interface{}, @@ -885,7 +885,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/v12.syntheticsSecureCredential.SyntheticsSecureCredentialTimeouts, } ``` @@ -1086,7 +1086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" &syntheticssecurecredential.SyntheticsSecureCredentialTimeouts { Read: *string, @@ -1120,7 +1120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticssecurecredential" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecurecredential" syntheticssecurecredential.NewSyntheticsSecureCredentialTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SyntheticsSecureCredentialTimeoutsOutputReference ``` diff --git a/docs/syntheticsStepMonitor.go.md b/docs/syntheticsStepMonitor.go.md index d693433c8..d26fd501e 100644 --- a/docs/syntheticsStepMonitor.go.md +++ b/docs/syntheticsStepMonitor.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitor(scope Construct, id *string, config SyntheticsStepMonitorConfig) SyntheticsStepMonitor ``` @@ -494,7 +494,7 @@ func ResetUseUnsupportedLegacyRuntime() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_IsConstruct(x interface{}) *bool ``` @@ -526,7 +526,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformElement(x interface{}) *bool ``` @@ -540,7 +540,7 @@ syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformResource(x interface{}) *bool ``` @@ -554,7 +554,7 @@ syntheticsstepmonitor.SyntheticsStepMonitor_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.SyntheticsStepMonitor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1135,7 +1135,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorConfig { Connection: interface{}, @@ -1484,7 +1484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorLocationPrivate { Guid: *string, @@ -1534,7 +1534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorSteps { Ordinal: *f64, @@ -1600,7 +1600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" &syntheticsstepmonitor.SyntheticsStepMonitorTag { Key: *string, @@ -1652,7 +1652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorLocationPrivateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorLocationPrivateList ``` @@ -1812,7 +1812,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorLocationPrivateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorLocationPrivateOutputReference ``` @@ -2130,7 +2130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorStepsList ``` @@ -2290,7 +2290,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorStepsOutputReference ``` @@ -2630,7 +2630,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorTagList ``` @@ -2790,7 +2790,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/syntheticsstepmonitor" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepmonitor" syntheticsstepmonitor.NewSyntheticsStepMonitorTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SyntheticsStepMonitorTagOutputReference ``` diff --git a/docs/user.go.md b/docs/user.go.md index df37305e6..88fa962f0 100644 --- a/docs/user.go.md +++ b/docs/user.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" user.NewUser(scope Construct, id *string, config UserConfig) User ``` @@ -392,7 +392,7 @@ func ResetUserType() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" user.User_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" user.User_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ user.User_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" user.User_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ user.User_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" user.User_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -791,7 +791,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/user" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" &user.UserConfig { Connection: interface{}, diff --git a/docs/workflow.go.md b/docs/workflow.go.md index 8541e9eaa..773f6f34e 100644 --- a/docs/workflow.go.md +++ b/docs/workflow.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflow(scope Construct, id *string, config WorkflowConfig) Workflow ``` @@ -459,7 +459,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.Workflow_IsConstruct(x interface{}) *bool ``` @@ -491,7 +491,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.Workflow_IsTerraformElement(x interface{}) *bool ``` @@ -505,7 +505,7 @@ workflow.Workflow_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.Workflow_IsTerraformResource(x interface{}) *bool ``` @@ -519,7 +519,7 @@ workflow.Workflow_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.Workflow_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1001,7 +1001,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowConfig { Connection: interface{}, @@ -1012,13 +1012,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/v12.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/v12.workflow.WorkflowEnrichments, EnrichmentsEnabled: interface{}, Id: *string, } @@ -1264,7 +1264,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowDestination { ChannelId: *string, @@ -1330,7 +1330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowEnrichments { Nrql: interface{}, @@ -1364,7 +1364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowEnrichmentsNrql { Configuration: interface{}, @@ -1414,7 +1414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowEnrichmentsNrqlConfiguration { Query: *string, @@ -1448,7 +1448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowIssuesFilter { Name: *string, @@ -1514,7 +1514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" &workflow.WorkflowIssuesFilterPredicate { Attribute: *string, @@ -1584,7 +1584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowDestinationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowDestinationList ``` @@ -1744,7 +1744,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowDestinationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowDestinationOutputReference ``` @@ -2113,7 +2113,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowEnrichmentsNrqlConfigurationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlConfigurationList ``` @@ -2273,7 +2273,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowEnrichmentsNrqlConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlConfigurationOutputReference ``` @@ -2562,7 +2562,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowEnrichmentsNrqlList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlList ``` @@ -2722,7 +2722,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowEnrichmentsNrqlOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlOutputReference ``` @@ -3079,7 +3079,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowEnrichmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkflowEnrichmentsOutputReference ``` @@ -3363,7 +3363,7 @@ func InternalValue() WorkflowEnrichments #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowIssuesFilterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkflowIssuesFilterOutputReference ``` @@ -3709,7 +3709,7 @@ func InternalValue() WorkflowIssuesFilter #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" workflow.NewWorkflowIssuesFilterPredicateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowIssuesFilterPredicateList ``` @@ -3869,7 +3869,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workflow" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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 b2ee3b0fd..88ff2cdbe 100644 --- a/docs/workload.go.md +++ b/docs/workload.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkload(scope Construct, id *string, config WorkloadConfig) Workload ``` @@ -473,7 +473,7 @@ func ResetStatusConfigStatic() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.Workload_IsConstruct(x interface{}) *bool ``` @@ -505,7 +505,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.Workload_IsTerraformElement(x interface{}) *bool ``` @@ -519,7 +519,7 @@ workload.Workload_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.Workload_IsTerraformResource(x interface{}) *bool ``` @@ -533,7 +533,7 @@ workload.Workload_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.Workload_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1004,7 +1004,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadConfig { Connection: interface{}, @@ -1021,8 +1021,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/v12.workload.WorkloadStatusConfigAutomatic, + StatusConfigStatic: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigStatic, } ``` @@ -1251,7 +1251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadEntitySearchQuery { Query: *string, @@ -1285,11 +1285,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/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/v12.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule, Rule: interface{}, } ``` @@ -1351,10 +1351,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadStatusConfigAutomaticRemainingEntitiesRule { - RemainingEntitiesRuleRollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup, + RemainingEntitiesRuleRollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup, } ``` @@ -1385,7 +1385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup { GroupBy: *string, @@ -1471,10 +1471,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadStatusConfigAutomaticRule { - Rollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic.workload.WorkloadStatusConfigAutomaticRuleRollup, + Rollup: github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12.workload.WorkloadStatusConfigAutomaticRuleRollup, EntityGuids: *[]*string, NrqlQuery: interface{}, } @@ -1537,7 +1537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadStatusConfigAutomaticRuleNrqlQuery { Query: *string, @@ -1571,7 +1571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadStatusConfigAutomaticRuleRollup { Strategy: *string, @@ -1641,7 +1641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializer ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" &workload.WorkloadStatusConfigStatic { Enabled: interface{}, @@ -1725,7 +1725,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadEntitySearchQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadEntitySearchQueryList ``` @@ -1885,7 +1885,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadEntitySearchQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadEntitySearchQueryOutputReference ``` @@ -2174,7 +2174,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticOutputReference ``` @@ -2529,7 +2529,7 @@ func InternalValue() WorkloadStatusConfigAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference ``` @@ -2813,7 +2813,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRemainingEntitiesRule #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupOutputReference ``` @@ -3164,7 +3164,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemaining #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadStatusConfigAutomaticRuleList ``` @@ -3324,7 +3324,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRuleNrqlQueryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkloadStatusConfigAutomaticRuleNrqlQueryList ``` @@ -3484,7 +3484,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRuleNrqlQueryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadStatusConfigAutomaticRuleNrqlQueryOutputReference ``` @@ -3773,7 +3773,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WorkloadStatusConfigAutomaticRuleOutputReference ``` @@ -4146,7 +4146,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigAutomaticRuleRollupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigAutomaticRuleRollupOutputReference ``` @@ -4475,7 +4475,7 @@ func InternalValue() WorkloadStatusConfigAutomaticRuleRollup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/workload" +import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" workload.NewWorkloadStatusConfigStaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WorkloadStatusConfigStaticOutputReference ``` diff --git a/src/account-management/index.ts b/src/account-management/index.ts index 4429f11c4..5412bba93 100644 --- a/src/account-management/index.ts +++ b/src/account-management/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/account_management // generated from terraform resource schema diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts index de9fadd7f..36d14cf97 100644 --- a/src/alert-channel/index.ts +++ b/src/alert-channel/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_channel // generated from terraform resource schema diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts index 76d186ae1..2302b4e00 100644 --- a/src/alert-condition/index.ts +++ b/src/alert-condition/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition // generated from terraform resource schema diff --git a/src/alert-muting-rule/index.ts b/src/alert-muting-rule/index.ts index 130674c99..45c9df450 100644 --- a/src/alert-muting-rule/index.ts +++ b/src/alert-muting-rule/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_muting_rule // generated from terraform resource schema diff --git a/src/alert-policy-channel/index.ts b/src/alert-policy-channel/index.ts index 71bec7c30..be0004d5b 100644 --- a/src/alert-policy-channel/index.ts +++ b/src/alert-policy-channel/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_policy_channel // generated from terraform resource schema diff --git a/src/alert-policy/index.ts b/src/alert-policy/index.ts index e18108e29..93aa7ffd3 100644 --- a/src/alert-policy/index.ts +++ b/src/alert-policy/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_policy // generated from terraform resource schema diff --git a/src/api-access-key/index.ts b/src/api-access-key/index.ts index 54ea8a9f4..90ca21d31 100644 --- a/src/api-access-key/index.ts +++ b/src/api-access-key/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/api_access_key // generated from terraform resource schema diff --git a/src/application-settings/index.ts b/src/application-settings/index.ts index 78b85cb4a..2d874a87c 100644 --- a/src/application-settings/index.ts +++ b/src/application-settings/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/application_settings // generated from terraform resource schema diff --git a/src/browser-application/index.ts b/src/browser-application/index.ts index 566420953..af07a8e17 100644 --- a/src/browser-application/index.ts +++ b/src/browser-application/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/browser_application // generated from terraform resource schema diff --git a/src/cloud-aws-govcloud-integrations/index.ts b/src/cloud-aws-govcloud-integrations/index.ts index 93313ccbd..7cb52a64c 100644 --- a/src/cloud-aws-govcloud-integrations/index.ts +++ b/src/cloud-aws-govcloud-integrations/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_govcloud_integrations // generated from terraform resource schema diff --git a/src/cloud-aws-govcloud-link-account/index.ts b/src/cloud-aws-govcloud-link-account/index.ts index 9376c5ba7..5e54d3dc7 100644 --- a/src/cloud-aws-govcloud-link-account/index.ts +++ b/src/cloud-aws-govcloud-link-account/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_govcloud_link_account // generated from terraform resource schema diff --git a/src/cloud-aws-integrations/index.ts b/src/cloud-aws-integrations/index.ts index 834808b36..626d2393c 100644 --- a/src/cloud-aws-integrations/index.ts +++ b/src/cloud-aws-integrations/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_integrations // generated from terraform resource schema diff --git a/src/cloud-aws-link-account/index.ts b/src/cloud-aws-link-account/index.ts index e27048574..859f68b8b 100644 --- a/src/cloud-aws-link-account/index.ts +++ b/src/cloud-aws-link-account/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_aws_link_account // generated from terraform resource schema diff --git a/src/cloud-azure-integrations/index.ts b/src/cloud-azure-integrations/index.ts index 2b074547a..baa92c12c 100644 --- a/src/cloud-azure-integrations/index.ts +++ b/src/cloud-azure-integrations/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_azure_integrations // generated from terraform resource schema diff --git a/src/cloud-azure-link-account/index.ts b/src/cloud-azure-link-account/index.ts index 85849dda1..f8edf06bf 100644 --- a/src/cloud-azure-link-account/index.ts +++ b/src/cloud-azure-link-account/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_azure_link_account // generated from terraform resource schema diff --git a/src/cloud-gcp-integrations/index.ts b/src/cloud-gcp-integrations/index.ts index efafd1e41..02b270e7c 100644 --- a/src/cloud-gcp-integrations/index.ts +++ b/src/cloud-gcp-integrations/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_gcp_integrations // generated from terraform resource schema diff --git a/src/cloud-gcp-link-account/index.ts b/src/cloud-gcp-link-account/index.ts index a911dce8f..edc6f1475 100644 --- a/src/cloud-gcp-link-account/index.ts +++ b/src/cloud-gcp-link-account/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/cloud_gcp_link_account // generated from terraform resource schema diff --git a/src/data-newrelic-account/index.ts b/src/data-newrelic-account/index.ts index c64069c79..cf246accd 100644 --- a/src/data-newrelic-account/index.ts +++ b/src/data-newrelic-account/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/account // generated from terraform resource schema diff --git a/src/data-newrelic-alert-channel/index.ts b/src/data-newrelic-alert-channel/index.ts index 660531d17..02d562f0c 100644 --- a/src/data-newrelic-alert-channel/index.ts +++ b/src/data-newrelic-alert-channel/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/alert_channel // generated from terraform resource schema diff --git a/src/data-newrelic-alert-policy/index.ts b/src/data-newrelic-alert-policy/index.ts index e11e007a0..a716fa112 100644 --- a/src/data-newrelic-alert-policy/index.ts +++ b/src/data-newrelic-alert-policy/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/alert_policy // generated from terraform resource schema diff --git a/src/data-newrelic-application/index.ts b/src/data-newrelic-application/index.ts index de8b988b3..d565d41c4 100644 --- a/src/data-newrelic-application/index.ts +++ b/src/data-newrelic-application/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/application // generated from terraform resource schema diff --git a/src/data-newrelic-authentication-domain/index.ts b/src/data-newrelic-authentication-domain/index.ts index 5faca486d..0967e03bb 100644 --- a/src/data-newrelic-authentication-domain/index.ts +++ b/src/data-newrelic-authentication-domain/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/authentication_domain // generated from terraform resource schema diff --git a/src/data-newrelic-cloud-account/index.ts b/src/data-newrelic-cloud-account/index.ts index 267f9de7a..880a28bae 100644 --- a/src/data-newrelic-cloud-account/index.ts +++ b/src/data-newrelic-cloud-account/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/cloud_account // generated from terraform resource schema diff --git a/src/data-newrelic-entity/index.ts b/src/data-newrelic-entity/index.ts index 0c79dcf5b..3f5499ba0 100644 --- a/src/data-newrelic-entity/index.ts +++ b/src/data-newrelic-entity/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/entity // generated from terraform resource schema diff --git a/src/data-newrelic-group/index.ts b/src/data-newrelic-group/index.ts index ef45021da..2791f08d2 100644 --- a/src/data-newrelic-group/index.ts +++ b/src/data-newrelic-group/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/group // generated from terraform resource schema diff --git a/src/data-newrelic-key-transaction/index.ts b/src/data-newrelic-key-transaction/index.ts index 64f74a762..720449226 100644 --- a/src/data-newrelic-key-transaction/index.ts +++ b/src/data-newrelic-key-transaction/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/key_transaction // generated from terraform resource schema diff --git a/src/data-newrelic-notification-destination/index.ts b/src/data-newrelic-notification-destination/index.ts index 090bdad8c..9c8f83b33 100644 --- a/src/data-newrelic-notification-destination/index.ts +++ b/src/data-newrelic-notification-destination/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/notification_destination // generated from terraform resource schema diff --git a/src/data-newrelic-obfuscation-expression/index.ts b/src/data-newrelic-obfuscation-expression/index.ts index 148dfd069..b0b3661b8 100644 --- a/src/data-newrelic-obfuscation-expression/index.ts +++ b/src/data-newrelic-obfuscation-expression/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/obfuscation_expression // generated from terraform resource schema diff --git a/src/data-newrelic-service-level-alert-helper/index.ts b/src/data-newrelic-service-level-alert-helper/index.ts index af5e2b78e..671ea4a36 100644 --- a/src/data-newrelic-service-level-alert-helper/index.ts +++ b/src/data-newrelic-service-level-alert-helper/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/service_level_alert_helper // generated from terraform resource schema diff --git a/src/data-newrelic-synthetics-private-location/index.ts b/src/data-newrelic-synthetics-private-location/index.ts index dc78e5e43..ad2e8ab67 100644 --- a/src/data-newrelic-synthetics-private-location/index.ts +++ b/src/data-newrelic-synthetics-private-location/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/synthetics_private_location // generated from terraform resource schema diff --git a/src/data-newrelic-synthetics-secure-credential/index.ts b/src/data-newrelic-synthetics-secure-credential/index.ts index 410cdffb1..4b66e4c21 100644 --- a/src/data-newrelic-synthetics-secure-credential/index.ts +++ b/src/data-newrelic-synthetics-secure-credential/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/synthetics_secure_credential // generated from terraform resource schema diff --git a/src/data-newrelic-test-grok-pattern/index.ts b/src/data-newrelic-test-grok-pattern/index.ts index 1d03e0aa0..678c8445a 100644 --- a/src/data-newrelic-test-grok-pattern/index.ts +++ b/src/data-newrelic-test-grok-pattern/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/test_grok_pattern // generated from terraform resource schema diff --git a/src/data-newrelic-user/index.ts b/src/data-newrelic-user/index.ts index 7f2368c1e..276ebb08c 100644 --- a/src/data-newrelic-user/index.ts +++ b/src/data-newrelic-user/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/data-sources/user // generated from terraform resource schema diff --git a/src/data-partition-rule/index.ts b/src/data-partition-rule/index.ts index 2e1260a38..e545e7a7d 100644 --- a/src/data-partition-rule/index.ts +++ b/src/data-partition-rule/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/data_partition_rule // generated from terraform resource schema diff --git a/src/entity-tags/index.ts b/src/entity-tags/index.ts index 7581f2aa7..a5cf81d98 100644 --- a/src/entity-tags/index.ts +++ b/src/entity-tags/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/entity_tags // generated from terraform resource schema diff --git a/src/events-to-metrics-rule/index.ts b/src/events-to-metrics-rule/index.ts index 1f837ff7c..0289926d5 100644 --- a/src/events-to-metrics-rule/index.ts +++ b/src/events-to-metrics-rule/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/events_to_metrics_rule // generated from terraform resource schema diff --git a/src/group/index.ts b/src/group/index.ts index c5a19f876..9b075a246 100644 --- a/src/group/index.ts +++ b/src/group/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/group // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 4c60f4703..191e920fd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // generated by cdktf get export * as accountManagement from './account-management'; export * as alertChannel from './alert-channel'; diff --git a/src/infra-alert-condition/index.ts b/src/infra-alert-condition/index.ts index bf0b7afee..d66501067 100644 --- a/src/infra-alert-condition/index.ts +++ b/src/infra-alert-condition/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/infra_alert_condition // generated from terraform resource schema diff --git a/src/insights-event/index.ts b/src/insights-event/index.ts index 2d138f531..23812cb4f 100644 --- a/src/insights-event/index.ts +++ b/src/insights-event/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/insights_event // generated from terraform resource schema diff --git a/src/key-transaction/index.ts b/src/key-transaction/index.ts index 72f343294..33a099924 100644 --- a/src/key-transaction/index.ts +++ b/src/key-transaction/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/key_transaction // generated from terraform resource schema diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 3328e893f..d3f5bc226 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // generated by cdktf get Object.defineProperty(exports, 'accountManagement', { get: function () { return require('./account-management'); } }); Object.defineProperty(exports, 'alertChannel', { get: function () { return require('./alert-channel'); } }); diff --git a/src/log-parsing-rule/index.ts b/src/log-parsing-rule/index.ts index 3e374199b..1f6af893c 100644 --- a/src/log-parsing-rule/index.ts +++ b/src/log-parsing-rule/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/log_parsing_rule // generated from terraform resource schema diff --git a/src/monitor-downtime/index.ts b/src/monitor-downtime/index.ts index 998fa89d9..51b0c76a6 100644 --- a/src/monitor-downtime/index.ts +++ b/src/monitor-downtime/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/monitor_downtime // generated from terraform resource schema diff --git a/src/notification-channel/index.ts b/src/notification-channel/index.ts index d4224902d..84bb9736d 100644 --- a/src/notification-channel/index.ts +++ b/src/notification-channel/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/notification_channel // generated from terraform resource schema diff --git a/src/notification-destination/index.ts b/src/notification-destination/index.ts index e402fccad..943514b55 100644 --- a/src/notification-destination/index.ts +++ b/src/notification-destination/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/notification_destination // generated from terraform resource schema diff --git a/src/nrql-alert-condition/index.ts b/src/nrql-alert-condition/index.ts index 560463462..d34c49be5 100644 --- a/src/nrql-alert-condition/index.ts +++ b/src/nrql-alert-condition/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/nrql_alert_condition // generated from terraform resource schema diff --git a/src/nrql-drop-rule/index.ts b/src/nrql-drop-rule/index.ts index 72663f5d7..fc6c5d4a7 100644 --- a/src/nrql-drop-rule/index.ts +++ b/src/nrql-drop-rule/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/nrql_drop_rule // generated from terraform resource schema diff --git a/src/obfuscation-expression/index.ts b/src/obfuscation-expression/index.ts index afee44fba..b7033a807 100644 --- a/src/obfuscation-expression/index.ts +++ b/src/obfuscation-expression/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/obfuscation_expression // generated from terraform resource schema diff --git a/src/obfuscation-rule/index.ts b/src/obfuscation-rule/index.ts index 6a2510d45..c8e462554 100644 --- a/src/obfuscation-rule/index.ts +++ b/src/obfuscation-rule/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/obfuscation_rule // generated from terraform resource schema diff --git a/src/one-dashboard-json/index.ts b/src/one-dashboard-json/index.ts index 2311156ce..d84a887e6 100644 --- a/src/one-dashboard-json/index.ts +++ b/src/one-dashboard-json/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/one_dashboard_json // generated from terraform resource schema diff --git a/src/one-dashboard-raw/index.ts b/src/one-dashboard-raw/index.ts index 0aca29b49..d8d837756 100644 --- a/src/one-dashboard-raw/index.ts +++ b/src/one-dashboard-raw/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/one_dashboard_raw // generated from terraform resource schema diff --git a/src/one-dashboard/index-structs/index.ts b/src/one-dashboard/index-structs/index.ts index 3a7a0f2ec..c3bafa1fb 100644 --- a/src/one-dashboard/index-structs/index.ts +++ b/src/one-dashboard/index-structs/index.ts @@ -1,2 +1,7 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + export * from './structs0' export * from './structs400' diff --git a/src/one-dashboard/index-structs/structs0.ts b/src/one-dashboard/index-structs/structs0.ts index 0fe8e185b..b6e21e106 100644 --- a/src/one-dashboard/index-structs/structs0.ts +++ b/src/one-dashboard/index-structs/structs0.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import * as cdktf from 'cdktf'; export interface OneDashboardPageWidgetAreaColorsSeriesOverrides { /** diff --git a/src/one-dashboard/index-structs/structs400.ts b/src/one-dashboard/index-structs/structs400.ts index aee3b06f2..fe3ab884c 100644 --- a/src/one-dashboard/index-structs/structs400.ts +++ b/src/one-dashboard/index-structs/structs400.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import * as cdktf from 'cdktf'; import { OneDashboardPageWidgetArea, oneDashboardPageWidgetAreaToTerraform, diff --git a/src/one-dashboard/index.ts b/src/one-dashboard/index.ts index 64eafcc4b..afb3ff523 100644 --- a/src/one-dashboard/index.ts +++ b/src/one-dashboard/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // generated from terraform resource schema import { OneDashboardPage, diff --git a/src/provider/index.ts b/src/provider/index.ts index 731e7bd90..222d7dcbb 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs // generated from terraform resource schema diff --git a/src/service-level/index.ts b/src/service-level/index.ts index 1a9e9a205..350b516af 100644 --- a/src/service-level/index.ts +++ b/src/service-level/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/service_level // generated from terraform resource schema diff --git a/src/synthetics-alert-condition/index.ts b/src/synthetics-alert-condition/index.ts index 3a210e916..bbdaffeb6 100644 --- a/src/synthetics-alert-condition/index.ts +++ b/src/synthetics-alert-condition/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_alert_condition // generated from terraform resource schema diff --git a/src/synthetics-broken-links-monitor/index.ts b/src/synthetics-broken-links-monitor/index.ts index 2818e6682..f8349c509 100644 --- a/src/synthetics-broken-links-monitor/index.ts +++ b/src/synthetics-broken-links-monitor/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_broken_links_monitor // generated from terraform resource schema diff --git a/src/synthetics-cert-check-monitor/index.ts b/src/synthetics-cert-check-monitor/index.ts index 4809e3a00..0272446d0 100644 --- a/src/synthetics-cert-check-monitor/index.ts +++ b/src/synthetics-cert-check-monitor/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_cert_check_monitor // generated from terraform resource schema diff --git a/src/synthetics-monitor/index.ts b/src/synthetics-monitor/index.ts index 086e2234c..5ed6bcad2 100644 --- a/src/synthetics-monitor/index.ts +++ b/src/synthetics-monitor/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_monitor // generated from terraform resource schema diff --git a/src/synthetics-multilocation-alert-condition/index.ts b/src/synthetics-multilocation-alert-condition/index.ts index f4bd53631..2dc02611d 100644 --- a/src/synthetics-multilocation-alert-condition/index.ts +++ b/src/synthetics-multilocation-alert-condition/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_multilocation_alert_condition // generated from terraform resource schema diff --git a/src/synthetics-private-location/index.ts b/src/synthetics-private-location/index.ts index 96e9d4fad..9eaaa9229 100644 --- a/src/synthetics-private-location/index.ts +++ b/src/synthetics-private-location/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_private_location // generated from terraform resource schema diff --git a/src/synthetics-script-monitor/index.ts b/src/synthetics-script-monitor/index.ts index babddbe61..16c4eaae9 100644 --- a/src/synthetics-script-monitor/index.ts +++ b/src/synthetics-script-monitor/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_script_monitor // generated from terraform resource schema diff --git a/src/synthetics-secure-credential/index.ts b/src/synthetics-secure-credential/index.ts index 99b0af11a..28be59720 100644 --- a/src/synthetics-secure-credential/index.ts +++ b/src/synthetics-secure-credential/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_secure_credential // generated from terraform resource schema diff --git a/src/synthetics-step-monitor/index.ts b/src/synthetics-step-monitor/index.ts index 1dec9b65b..0c989ca28 100644 --- a/src/synthetics-step-monitor/index.ts +++ b/src/synthetics-step-monitor/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/synthetics_step_monitor // generated from terraform resource schema diff --git a/src/user/index.ts b/src/user/index.ts index 0b0685305..80ea51770 100644 --- a/src/user/index.ts +++ b/src/user/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/user // generated from terraform resource schema diff --git a/src/workflow/index.ts b/src/workflow/index.ts index f25a535a0..acd086eaa 100644 --- a/src/workflow/index.ts +++ b/src/workflow/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/workflow // generated from terraform resource schema diff --git a/src/workload/index.ts b/src/workload/index.ts index 4ee3806b4..c3c02934c 100644 --- a/src/workload/index.ts +++ b/src/workload/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/workload // generated from terraform resource schema