diff --git a/docs/alertCondition.csharp.md b/docs/alertCondition.csharp.md index cd76bbe3d..a4e744fae 100644 --- a/docs/alertCondition.csharp.md +++ b/docs/alertCondition.csharp.md @@ -1098,7 +1098,7 @@ new AlertConditionConfig { | Name | string | The title of the condition. Must be between 1 and 128 characters, inclusive. | | PolicyId | double | The ID of the policy where this condition should be used. | | Term | object | term block. | -| Type | string | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| Type | string | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | ConditionScope | string | One of (application, instance). | | Enabled | object | Whether the condition is enabled. | | GcMetric | string | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -1258,7 +1258,7 @@ public string Type { get; set; } - *Type:* string -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md index 4f5253c61..d375889e3 100644 --- a/docs/alertCondition.go.md +++ b/docs/alertCondition.go.md @@ -1098,7 +1098,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" | Name | *string | The title of the condition. Must be between 1 and 128 characters, inclusive. | | PolicyId | *f64 | The ID of the policy where this condition should be used. | | Term | interface{} | term block. | -| Type | *string | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| Type | *string | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | ConditionScope | *string | One of (application, instance). | | Enabled | interface{} | Whether the condition is enabled. | | GcMetric | *string | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -1258,7 +1258,7 @@ Type *string - *Type:* *string -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} diff --git a/docs/alertCondition.java.md b/docs/alertCondition.java.md index 89616024e..8c799db31 100644 --- a/docs/alertCondition.java.md +++ b/docs/alertCondition.java.md @@ -58,7 +58,7 @@ AlertCondition.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policyId | java.lang.Number | The ID of the policy where this condition should be used. | | term | com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm> | term block. | -| type | java.lang.String | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| type | java.lang.String | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | conditionScope | java.lang.String | One of (application, instance). | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the condition is enabled. | | gcMetric | java.lang.String | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} @@ -1335,7 +1335,7 @@ AlertConditionConfig.builder() | name | java.lang.String | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policyId | java.lang.Number | The ID of the policy where this condition should be used. | | term | com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm> | term block. | -| type | java.lang.String | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| type | java.lang.String | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | conditionScope | java.lang.String | One of (application, instance). | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the condition is enabled. | | gcMetric | java.lang.String | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -1495,7 +1495,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} diff --git a/docs/alertCondition.python.md b/docs/alertCondition.python.md index 91a4fd335..87df15ef0 100644 --- a/docs/alertCondition.python.md +++ b/docs/alertCondition.python.md @@ -54,7 +54,7 @@ alertCondition.AlertCondition( | name | str | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition should be used. | | term | typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]] | term block. | -| type | str | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| type | str | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | condition_scope | str | One of (application, instance). | | enabled | typing.Union[bool, cdktf.IResolvable] | Whether the condition is enabled. | | gc_metric | str | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} @@ -1373,7 +1373,7 @@ alertCondition.AlertConditionConfig( | name | str | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition should be used. | | term | typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]] | term block. | -| type | str | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| type | str | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | condition_scope | str | One of (application, instance). | | enabled | typing.Union[bool, cdktf.IResolvable] | Whether the condition is enabled. | | gc_metric | str | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -1533,7 +1533,7 @@ type: str - *Type:* str -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} diff --git a/docs/alertCondition.typescript.md b/docs/alertCondition.typescript.md index 8422d0d53..d583e05db 100644 --- a/docs/alertCondition.typescript.md +++ b/docs/alertCondition.typescript.md @@ -1076,7 +1076,7 @@ const alertConditionConfig: alertCondition.AlertConditionConfig = { ... } | name | string | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policyId | number | The ID of the policy where this condition should be used. | | term | cdktf.IResolvable \| AlertConditionTerm[] | term block. | -| type | string | The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). | +| type | string | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | | conditionScope | string | One of (application, instance). | | enabled | boolean \| cdktf.IResolvable | Whether the condition is enabled. | | gcMetric | string | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | @@ -1236,7 +1236,7 @@ public readonly type: string; - *Type:* string -The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). +The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts index 2302b4e00..ffc88e111 100644 --- a/src/alert-condition/index.ts +++ b/src/alert-condition/index.ts @@ -68,7 +68,7 @@ export interface AlertConditionConfig extends cdktf.TerraformMetaArguments { */ readonly runbookUrl?: string; /** - * The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). + * The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type} */ diff --git a/yarn.lock b/yarn.lock index 593b04480..72ac0a438 100644 --- a/yarn.lock +++ b/yarn.lock @@ -233,9 +233,9 @@ glob "10.4.5" "@cdktf/provider-project@^0.6.0": - version "0.6.21" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.21.tgz#313f621593027956c8ee230b93e0f70b1800ebda" - integrity sha512-UUPbrUSetUj8Q+z2TyM9kQ9R0pEcp04bqppoM9dnlIZ89l48jnDhB1wouB5MGokXHfGZxnPvkNvN9hG2+a6JRA== + version "0.6.22" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.22.tgz#671785d7be2ae06cfd1155ae604dc57a31c528ae" + integrity sha512-9PY0jg8rsB9BRqnqUL0NhlvH+EQL0NOgCSG4UbIjDV6qPPnzicmhPkcPpblk0819FfGlFaTszvhcsXomSl62NQ== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" @@ -4188,16 +4188,7 @@ streamx@^2.15.0: optionalDependencies: bare-events "^2.2.0" -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -4229,14 +4220,7 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -4633,7 +4617,7 @@ workerpool@^6.5.1: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544" integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -4651,15 +4635,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"