From 319377da52055eef19d5377405cb74431d12091a Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:12:02 +0100 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@13abc5c (#2337) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/12971851594 --------- Signed-off-by: team-tf-cdk --- docs/alertChannel.csharp.md | 4 ++-- docs/alertChannel.go.md | 4 ++-- docs/alertChannel.java.md | 8 ++++---- docs/alertChannel.python.md | 8 ++++---- docs/alertChannel.typescript.md | 4 ++-- src/alert-channel/index.ts | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/alertChannel.csharp.md b/docs/alertChannel.csharp.md index aa67a7d00..4275a240a 100644 --- a/docs/alertChannel.csharp.md +++ b/docs/alertChannel.csharp.md @@ -841,7 +841,7 @@ new AlertChannelConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | (Required) The name of the channel. | -| Type | string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| Type | string | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | AccountId | double | The New Relic account ID where you want to create alert channels. | | Config | AlertChannelConfigA | config block. | | Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -940,7 +940,7 @@ public string Type { get; set; } - *Type:* string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md index 4c85226d2..3983f1b5a 100644 --- a/docs/alertChannel.go.md +++ b/docs/alertChannel.go.md @@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | (Required) The name of the channel. | -| Type | *string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| Type | *string | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | AccountId | *f64 | The New Relic account ID where you want to create alert channels. | | Config | AlertChannelConfigA | config block. | | Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -940,7 +940,7 @@ Type *string - *Type:* *string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.java.md b/docs/alertChannel.java.md index 7cc4bb7bb..3c3855646 100644 --- a/docs/alertChannel.java.md +++ b/docs/alertChannel.java.md @@ -43,7 +43,7 @@ AlertChannel.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | (Required) The name of the channel. | -| type | java.lang.String | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | java.lang.String | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | accountId | java.lang.Number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} @@ -962,7 +962,7 @@ AlertChannelConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | (Required) The name of the channel. | -| type | java.lang.String | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | java.lang.String | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | accountId | java.lang.Number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -1061,7 +1061,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.python.md b/docs/alertChannel.python.md index 4a9b11a2d..4c1107511 100644 --- a/docs/alertChannel.python.md +++ b/docs/alertChannel.python.md @@ -41,7 +41,7 @@ alertChannel.AlertChannel( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | (Required) The name of the channel. | -| type | str | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | str | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} @@ -1232,7 +1232,7 @@ alertChannel.AlertChannelConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | (Required) The name of the channel. | -| type | str | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | str | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -1331,7 +1331,7 @@ type: str - *Type:* str -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/docs/alertChannel.typescript.md b/docs/alertChannel.typescript.md index 1bb4a2f77..a906cbb77 100644 --- a/docs/alertChannel.typescript.md +++ b/docs/alertChannel.typescript.md @@ -828,7 +828,7 @@ const alertChannelConfig: alertChannel.AlertChannelConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | (Required) The name of the channel. | -| type | string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | string | (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). | | accountId | number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | | id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#id AlertChannel#id}. | @@ -927,7 +927,7 @@ public readonly type: string; - *Type:* string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts index 6a3497c92..a2b31a36e 100644 --- a/src/alert-channel/index.ts +++ b/src/alert-channel/index.ts @@ -32,7 +32,7 @@ export interface AlertChannelConfig extends cdktf.TerraformMetaArguments { */ readonly name: string; /** - * (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). + * (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/alert_channel#type AlertChannel#type} */