diff --git a/README.md b/README.md index c12d572c8..f7f95c83e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.15.7 +# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.16.0 -This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.15.7/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.16.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform pagerduty provider version These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.15.7) +- [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.16.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/API.csharp.md b/docs/API.csharp.md index 376579d7d..f96d4b40e 100644 --- a/docs/API.csharp.md +++ b/docs/API.csharp.md @@ -5,6 +5,7 @@ The following submodules are available: - [addon](./addon.csharp.md) +- [alertGroupingSetting](./alertGroupingSetting.csharp.md) - [automationActionsAction](./automationActionsAction.csharp.md) - [automationActionsActionServiceAssociation](./automationActionsActionServiceAssociation.csharp.md) - [automationActionsActionTeamAssociation](./automationActionsActionTeamAssociation.csharp.md) @@ -12,6 +13,7 @@ The following submodules are available: - [automationActionsRunnerTeamAssociation](./automationActionsRunnerTeamAssociation.csharp.md) - [businessService](./businessService.csharp.md) - [businessServiceSubscriber](./businessServiceSubscriber.csharp.md) +- [dataPagerdutyAlertGroupingSetting](./dataPagerdutyAlertGroupingSetting.csharp.md) - [dataPagerdutyAutomationActionsAction](./dataPagerdutyAutomationActionsAction.csharp.md) - [dataPagerdutyAutomationActionsRunner](./dataPagerdutyAutomationActionsRunner.csharp.md) - [dataPagerdutyBusinessService](./dataPagerdutyBusinessService.csharp.md) diff --git a/docs/API.go.md b/docs/API.go.md index 6cf613083..8032b3f5f 100644 --- a/docs/API.go.md +++ b/docs/API.go.md @@ -5,6 +5,7 @@ The following submodules are available: - [addon](./addon.go.md) +- [alertGroupingSetting](./alertGroupingSetting.go.md) - [automationActionsAction](./automationActionsAction.go.md) - [automationActionsActionServiceAssociation](./automationActionsActionServiceAssociation.go.md) - [automationActionsActionTeamAssociation](./automationActionsActionTeamAssociation.go.md) @@ -12,6 +13,7 @@ The following submodules are available: - [automationActionsRunnerTeamAssociation](./automationActionsRunnerTeamAssociation.go.md) - [businessService](./businessService.go.md) - [businessServiceSubscriber](./businessServiceSubscriber.go.md) +- [dataPagerdutyAlertGroupingSetting](./dataPagerdutyAlertGroupingSetting.go.md) - [dataPagerdutyAutomationActionsAction](./dataPagerdutyAutomationActionsAction.go.md) - [dataPagerdutyAutomationActionsRunner](./dataPagerdutyAutomationActionsRunner.go.md) - [dataPagerdutyBusinessService](./dataPagerdutyBusinessService.go.md) diff --git a/docs/API.java.md b/docs/API.java.md index 02f999413..1f82415e4 100644 --- a/docs/API.java.md +++ b/docs/API.java.md @@ -5,6 +5,7 @@ The following submodules are available: - [addon](./addon.java.md) +- [alertGroupingSetting](./alertGroupingSetting.java.md) - [automationActionsAction](./automationActionsAction.java.md) - [automationActionsActionServiceAssociation](./automationActionsActionServiceAssociation.java.md) - [automationActionsActionTeamAssociation](./automationActionsActionTeamAssociation.java.md) @@ -12,6 +13,7 @@ The following submodules are available: - [automationActionsRunnerTeamAssociation](./automationActionsRunnerTeamAssociation.java.md) - [businessService](./businessService.java.md) - [businessServiceSubscriber](./businessServiceSubscriber.java.md) +- [dataPagerdutyAlertGroupingSetting](./dataPagerdutyAlertGroupingSetting.java.md) - [dataPagerdutyAutomationActionsAction](./dataPagerdutyAutomationActionsAction.java.md) - [dataPagerdutyAutomationActionsRunner](./dataPagerdutyAutomationActionsRunner.java.md) - [dataPagerdutyBusinessService](./dataPagerdutyBusinessService.java.md) diff --git a/docs/API.python.md b/docs/API.python.md index 82958ed94..ba08809d0 100644 --- a/docs/API.python.md +++ b/docs/API.python.md @@ -5,6 +5,7 @@ The following submodules are available: - [addon](./addon.python.md) +- [alertGroupingSetting](./alertGroupingSetting.python.md) - [automationActionsAction](./automationActionsAction.python.md) - [automationActionsActionServiceAssociation](./automationActionsActionServiceAssociation.python.md) - [automationActionsActionTeamAssociation](./automationActionsActionTeamAssociation.python.md) @@ -12,6 +13,7 @@ The following submodules are available: - [automationActionsRunnerTeamAssociation](./automationActionsRunnerTeamAssociation.python.md) - [businessService](./businessService.python.md) - [businessServiceSubscriber](./businessServiceSubscriber.python.md) +- [dataPagerdutyAlertGroupingSetting](./dataPagerdutyAlertGroupingSetting.python.md) - [dataPagerdutyAutomationActionsAction](./dataPagerdutyAutomationActionsAction.python.md) - [dataPagerdutyAutomationActionsRunner](./dataPagerdutyAutomationActionsRunner.python.md) - [dataPagerdutyBusinessService](./dataPagerdutyBusinessService.python.md) diff --git a/docs/API.typescript.md b/docs/API.typescript.md index a358bedf5..f4403985e 100644 --- a/docs/API.typescript.md +++ b/docs/API.typescript.md @@ -5,6 +5,7 @@ The following submodules are available: - [addon](./addon.typescript.md) +- [alertGroupingSetting](./alertGroupingSetting.typescript.md) - [automationActionsAction](./automationActionsAction.typescript.md) - [automationActionsActionServiceAssociation](./automationActionsActionServiceAssociation.typescript.md) - [automationActionsActionTeamAssociation](./automationActionsActionTeamAssociation.typescript.md) @@ -12,6 +13,7 @@ The following submodules are available: - [automationActionsRunnerTeamAssociation](./automationActionsRunnerTeamAssociation.typescript.md) - [businessService](./businessService.typescript.md) - [businessServiceSubscriber](./businessServiceSubscriber.typescript.md) +- [dataPagerdutyAlertGroupingSetting](./dataPagerdutyAlertGroupingSetting.typescript.md) - [dataPagerdutyAutomationActionsAction](./dataPagerdutyAutomationActionsAction.typescript.md) - [dataPagerdutyAutomationActionsRunner](./dataPagerdutyAutomationActionsRunner.typescript.md) - [dataPagerdutyBusinessService](./dataPagerdutyBusinessService.typescript.md) diff --git a/docs/addon.csharp.md b/docs/addon.csharp.md index a9b5eb03b..c327d6a7c 100644 --- a/docs/addon.csharp.md +++ b/docs/addon.csharp.md @@ -4,7 +4,7 @@ ### Addon -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the Addon to import. The id of the existing Addon that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use --- @@ -748,8 +748,8 @@ new AddonConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| Src | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| Src | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -831,7 +831,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -843,7 +843,7 @@ public string Src { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- diff --git a/docs/addon.go.md b/docs/addon.go.md index aa4f1b7a0..fd5663759 100644 --- a/docs/addon.go.md +++ b/docs/addon.go.md @@ -4,7 +4,7 @@ ### Addon -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the Addon to import. The id of the existing Addon that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use --- @@ -748,8 +748,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/addon" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| Src | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| Src | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -831,7 +831,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -843,7 +843,7 @@ Src *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- diff --git a/docs/addon.java.md b/docs/addon.java.md index e781f1c16..811b8d4d2 100644 --- a/docs/addon.java.md +++ b/docs/addon.java.md @@ -4,7 +4,7 @@ ### Addon -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon}. #### Initializers @@ -39,8 +39,8 @@ Addon.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| src | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| src | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- @@ -543,7 +543,7 @@ The construct id used in the generated config for the Addon to import. The id of the existing Addon that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use --- @@ -828,8 +828,8 @@ AddonConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| src | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| src | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -911,7 +911,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -923,7 +923,7 @@ public java.lang.String getSrc(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- diff --git a/docs/addon.python.md b/docs/addon.python.md index bc17e2cf6..6d4c48d74 100644 --- a/docs/addon.python.md +++ b/docs/addon.python.md @@ -4,7 +4,7 @@ ### Addon -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon}. #### Initializers @@ -37,8 +37,8 @@ addon.Addon( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| src | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| src | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- @@ -587,7 +587,7 @@ The construct id used in the generated config for the Addon to import. The id of the existing Addon that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use --- @@ -868,8 +868,8 @@ addon.AddonConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| src | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| src | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -951,7 +951,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -963,7 +963,7 @@ src: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- diff --git a/docs/addon.typescript.md b/docs/addon.typescript.md index 68fc656a7..92552cbce 100644 --- a/docs/addon.typescript.md +++ b/docs/addon.typescript.md @@ -4,7 +4,7 @@ ### Addon -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the Addon to import. The id of the existing Addon that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use --- @@ -738,8 +738,8 @@ const addonConfig: addon.AddonConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. | -| src | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. | +| src | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. | --- @@ -821,7 +821,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name}. --- @@ -833,7 +833,7 @@ public readonly src: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src}. --- diff --git a/docs/alertGroupingSetting.csharp.md b/docs/alertGroupingSetting.csharp.md new file mode 100644 index 000000000..0ac62c958 --- /dev/null +++ b/docs/alertGroupingSetting.csharp.md @@ -0,0 +1,1428 @@ +# `alertGroupingSetting` Submodule + +## Constructs + +### AlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new AlertGroupingSetting(Construct Scope, string Id, AlertGroupingSettingConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | AlertGroupingSettingConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Required + +- *Type:* AlertGroupingSettingConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | *No description.* | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| HasResourceMove | *No description.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveFromId | Move the resource corresponding to "id" to this resource. | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| MoveToId | Moves this resource to the resource corresponding to "id". | +| PutConfig | *No description.* | +| ResetConfig | *No description.* | +| ResetDescription | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```csharp +private object ToHclTerraform() +``` + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `AddMoveTarget` + +```csharp +private void AddMoveTarget(string MoveTarget) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `MoveTarget`Required + +- *Type:* string + +The string move target that will correspond to this resource. + +--- + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `HasResourceMove` + +```csharp +private object HasResourceMove() +``` + +##### `ImportFrom` + +```csharp +private void ImportFrom(string Id, TerraformProvider Provider = null) +``` + +###### `Id`Required + +- *Type:* string + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `MoveFromId` + +```csharp +private void MoveFromId(string Id) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `Id`Required + +- *Type:* string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `MoveTo` + +```csharp +private void MoveTo(string MoveTarget, object Index = null) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `MoveTarget`Required + +- *Type:* string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `Index`Optional + +- *Type:* object + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `MoveToId` + +```csharp +private void MoveToId(string Id) +``` + +Moves this resource to the resource corresponding to "id". + +###### `Id`Required + +- *Type:* string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `PutConfig` + +```csharp +private void PutConfig(AlertGroupingSettingConfigA Value) +``` + +###### `Value`Required + +- *Type:* AlertGroupingSettingConfigA + +--- + +##### `ResetConfig` + +```csharp +private void ResetConfig() +``` + +##### `ResetDescription` + +```csharp +private void ResetDescription() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +AlertGroupingSetting.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +AlertGroupingSetting.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +AlertGroupingSetting.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +AlertGroupingSetting.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". + +###### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +###### `ImportToId`Required + +- *Type:* string + +The construct id used in the generated config for the AlertGroupingSetting to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing AlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +? Optional instance of the provider where the AlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Config | AlertGroupingSettingConfigAOutputReference | *No description.* | +| Id | string | *No description.* | +| ConfigInput | object | *No description.* | +| DescriptionInput | string | *No description.* | +| NameInput | string | *No description.* | +| ServicesInput | string[] | *No description.* | +| TypeInput | string | *No description.* | +| Description | string | *No description.* | +| Name | string | *No description.* | +| Services | string[] | *No description.* | +| Type | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; } +``` + +- *Type:* object[] + +--- + +##### `Config`Required + +```csharp +public AlertGroupingSettingConfigAOutputReference Config { get; } +``` + +- *Type:* AlertGroupingSettingConfigAOutputReference + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `ConfigInput`Optional + +```csharp +public object ConfigInput { get; } +``` + +- *Type:* object + +--- + +##### `DescriptionInput`Optional + +```csharp +public string DescriptionInput { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `ServicesInput`Optional + +```csharp +public string[] ServicesInput { get; } +``` + +- *Type:* string[] + +--- + +##### `TypeInput`Optional + +```csharp +public string TypeInput { get; } +``` + +- *Type:* string + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `Services`Required + +```csharp +public string[] Services { get; } +``` + +- *Type:* string[] + +--- + +##### `Type`Required + +```csharp +public string Type { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### AlertGroupingSettingConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new AlertGroupingSettingConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Name, + string[] Services, + string Type, + AlertGroupingSettingConfigA Config = null, + string Description = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| Services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| Config | AlertGroupingSettingConfigA | config block. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `Services`Required + +```csharp +public string[] Services { get; set; } +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `Type`Required + +```csharp +public string Type { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `Config`Optional + +```csharp +public AlertGroupingSettingConfigA Config { get; set; } +``` + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `Description`Optional + +```csharp +public string Description { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +### AlertGroupingSettingConfigA + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new AlertGroupingSettingConfigA { + string Aggregate = null, + string[] Fields = null, + double Timeout = null, + double TimeWindow = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. | +| Fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. | +| TimeWindow | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. | + +--- + +##### `Aggregate`Optional + +```csharp +public string Aggregate { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. + +--- + +##### `Fields`Optional + +```csharp +public string[] Fields { get; set; } +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. + +--- + +##### `Timeout`Optional + +```csharp +public double Timeout { get; set; } +``` + +- *Type:* double + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. + +--- + +##### `TimeWindow`Optional + +```csharp +public double TimeWindow { get; set; } +``` + +- *Type:* double + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. + +--- + +## Classes + +### AlertGroupingSettingConfigAOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new AlertGroupingSettingConfigAOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetAggregate | *No description.* | +| ResetFields | *No description.* | +| ResetTimeout | *No description.* | +| ResetTimeWindow | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetAggregate` + +```csharp +private void ResetAggregate() +``` + +##### `ResetFields` + +```csharp +private void ResetFields() +``` + +##### `ResetTimeout` + +```csharp +private void ResetTimeout() +``` + +##### `ResetTimeWindow` + +```csharp +private void ResetTimeWindow() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| AggregateInput | string | *No description.* | +| FieldsInput | string[] | *No description.* | +| TimeoutInput | double | *No description.* | +| TimeWindowInput | double | *No description.* | +| Aggregate | string | *No description.* | +| Fields | string[] | *No description.* | +| Timeout | double | *No description.* | +| TimeWindow | double | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `AggregateInput`Optional + +```csharp +public string AggregateInput { get; } +``` + +- *Type:* string + +--- + +##### `FieldsInput`Optional + +```csharp +public string[] FieldsInput { get; } +``` + +- *Type:* string[] + +--- + +##### `TimeoutInput`Optional + +```csharp +public double TimeoutInput { get; } +``` + +- *Type:* double + +--- + +##### `TimeWindowInput`Optional + +```csharp +public double TimeWindowInput { get; } +``` + +- *Type:* double + +--- + +##### `Aggregate`Required + +```csharp +public string Aggregate { get; } +``` + +- *Type:* string + +--- + +##### `Fields`Required + +```csharp +public string[] Fields { get; } +``` + +- *Type:* string[] + +--- + +##### `Timeout`Required + +```csharp +public double Timeout { get; } +``` + +- *Type:* double + +--- + +##### `TimeWindow`Required + +```csharp +public double TimeWindow { get; } +``` + +- *Type:* double + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + + diff --git a/docs/alertGroupingSetting.go.md b/docs/alertGroupingSetting.go.md new file mode 100644 index 000000000..73f091a26 --- /dev/null +++ b/docs/alertGroupingSetting.go.md @@ -0,0 +1,1428 @@ +# `alertGroupingSetting` Submodule + +## Constructs + +### AlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +alertgroupingsetting.NewAlertGroupingSetting(scope Construct, id *string, config AlertGroupingSettingConfig) AlertGroupingSetting +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | AlertGroupingSettingConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* AlertGroupingSettingConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | *No description.* | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| HasResourceMove | *No description.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveFromId | Move the resource corresponding to "id" to this resource. | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| MoveToId | Moves this resource to the resource corresponding to "id". | +| PutConfig | *No description.* | +| ResetConfig | *No description.* | +| ResetDescription | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```go +func ToHclTerraform() interface{} +``` + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `AddMoveTarget` + +```go +func AddMoveTarget(moveTarget *string) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* *string + +The string move target that will correspond to this resource. + +--- + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `HasResourceMove` + +```go +func HasResourceMove() interface{} +``` + +##### `ImportFrom` + +```go +func ImportFrom(id *string, provider TerraformProvider) +``` + +###### `id`Required + +- *Type:* *string + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `MoveFromId` + +```go +func MoveFromId(id *string) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* *string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `MoveTo` + +```go +func MoveTo(moveTarget *string, index interface{}) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* *string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* interface{} + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `MoveToId` + +```go +func MoveToId(id *string) +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* *string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `PutConfig` + +```go +func PutConfig(value AlertGroupingSettingConfigA) +``` + +###### `value`Required + +- *Type:* AlertGroupingSettingConfigA + +--- + +##### `ResetConfig` + +```go +func ResetConfig() +``` + +##### `ResetDescription` + +```go +func ResetDescription() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +alertgroupingsetting.AlertGroupingSetting_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +alertgroupingsetting.AlertGroupingSetting_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +alertgroupingsetting.AlertGroupingSetting_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +alertgroupingsetting.AlertGroupingSetting_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* *string + +The construct id used in the generated config for the AlertGroupingSetting to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing AlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +? Optional instance of the provider where the AlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Config | AlertGroupingSettingConfigAOutputReference | *No description.* | +| Id | *string | *No description.* | +| ConfigInput | interface{} | *No description.* | +| DescriptionInput | *string | *No description.* | +| NameInput | *string | *No description.* | +| ServicesInput | *[]*string | *No description.* | +| TypeInput | *string | *No description.* | +| Description | *string | *No description.* | +| Name | *string | *No description.* | +| Services | *[]*string | *No description.* | +| Type | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```go +func Connection() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +func Provisioners() *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Config`Required + +```go +func Config() AlertGroupingSettingConfigAOutputReference +``` + +- *Type:* AlertGroupingSettingConfigAOutputReference + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `ConfigInput`Optional + +```go +func ConfigInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DescriptionInput`Optional + +```go +func DescriptionInput() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `ServicesInput`Optional + +```go +func ServicesInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `TypeInput`Optional + +```go +func TypeInput() *string +``` + +- *Type:* *string + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `Services`Required + +```go +func Services() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `Type`Required + +```go +func Type() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### AlertGroupingSettingConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +&alertgroupingsetting.AlertGroupingSettingConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Name: *string, + Services: *[]*string, + Type: *string, + Config: github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13.alertGroupingSetting.AlertGroupingSettingConfigA, + Description: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| Services | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| Config | AlertGroupingSettingConfigA | config block. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `Services`Required + +```go +Services *[]*string +``` + +- *Type:* *[]*string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `Type`Required + +```go +Type *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `Config`Optional + +```go +Config AlertGroupingSettingConfigA +``` + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `Description`Optional + +```go +Description *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +### AlertGroupingSettingConfigA + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +&alertgroupingsetting.AlertGroupingSettingConfigA { + Aggregate: *string, + Fields: *[]*string, + Timeout: *f64, + TimeWindow: *f64, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Aggregate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. | +| Fields | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. | +| TimeWindow | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. | + +--- + +##### `Aggregate`Optional + +```go +Aggregate *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. + +--- + +##### `Fields`Optional + +```go +Fields *[]*string +``` + +- *Type:* *[]*string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. + +--- + +##### `Timeout`Optional + +```go +Timeout *f64 +``` + +- *Type:* *f64 + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. + +--- + +##### `TimeWindow`Optional + +```go +TimeWindow *f64 +``` + +- *Type:* *f64 + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. + +--- + +## Classes + +### AlertGroupingSettingConfigAOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/alertgroupingsetting" + +alertgroupingsetting.NewAlertGroupingSettingConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AlertGroupingSettingConfigAOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetAggregate | *No description.* | +| ResetFields | *No description.* | +| ResetTimeout | *No description.* | +| ResetTimeWindow | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetAggregate` + +```go +func ResetAggregate() +``` + +##### `ResetFields` + +```go +func ResetFields() +``` + +##### `ResetTimeout` + +```go +func ResetTimeout() +``` + +##### `ResetTimeWindow` + +```go +func ResetTimeWindow() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| AggregateInput | *string | *No description.* | +| FieldsInput | *[]*string | *No description.* | +| TimeoutInput | *f64 | *No description.* | +| TimeWindowInput | *f64 | *No description.* | +| Aggregate | *string | *No description.* | +| Fields | *[]*string | *No description.* | +| Timeout | *f64 | *No description.* | +| TimeWindow | *f64 | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `AggregateInput`Optional + +```go +func AggregateInput() *string +``` + +- *Type:* *string + +--- + +##### `FieldsInput`Optional + +```go +func FieldsInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `TimeoutInput`Optional + +```go +func TimeoutInput() *f64 +``` + +- *Type:* *f64 + +--- + +##### `TimeWindowInput`Optional + +```go +func TimeWindowInput() *f64 +``` + +- *Type:* *f64 + +--- + +##### `Aggregate`Required + +```go +func Aggregate() *string +``` + +- *Type:* *string + +--- + +##### `Fields`Required + +```go +func Fields() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `Timeout`Required + +```go +func Timeout() *f64 +``` + +- *Type:* *f64 + +--- + +##### `TimeWindow`Required + +```go +func TimeWindow() *f64 +``` + +- *Type:* *f64 + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + + diff --git a/docs/alertGroupingSetting.java.md b/docs/alertGroupingSetting.java.md new file mode 100644 index 000000000..16ca8cdef --- /dev/null +++ b/docs/alertGroupingSetting.java.md @@ -0,0 +1,1540 @@ +# `alertGroupingSetting` Submodule + +## Constructs + +### AlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSetting; + +AlertGroupingSetting.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) + .services(java.util.List) + .type(java.lang.String) +// .config(AlertGroupingSettingConfigA) +// .description(java.lang.String) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| config | AlertGroupingSettingConfigA | config block. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `name`Required + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `services`Required + +- *Type:* java.util.List + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `type`Required + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `config`Optional + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `description`Optional + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | *No description.* | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| hasResourceMove | *No description.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveFromId | Move the resource corresponding to "id" to this resource. | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| moveToId | Moves this resource to the resource corresponding to "id". | +| putConfig | *No description.* | +| resetConfig | *No description.* | +| resetDescription | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```java +public java.lang.Object toHclTerraform() +``` + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `addMoveTarget` + +```java +public void addMoveTarget(java.lang.String moveTarget) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* java.lang.String + +The string move target that will correspond to this resource. + +--- + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `hasResourceMove` + +```java +public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove() +``` + +##### `importFrom` + +```java +public void importFrom(java.lang.String id) +public void importFrom(java.lang.String id, TerraformProvider provider) +``` + +###### `id`Required + +- *Type:* java.lang.String + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `moveFromId` + +```java +public void moveFromId(java.lang.String id) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* java.lang.String + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `moveTo` + +```java +public void moveTo(java.lang.String moveTarget) +public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* java.lang.String + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* java.lang.String OR java.lang.Number + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `moveToId` + +```java +public void moveToId(java.lang.String id) +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* java.lang.String + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `putConfig` + +```java +public void putConfig(AlertGroupingSettingConfigA value) +``` + +###### `value`Required + +- *Type:* AlertGroupingSettingConfigA + +--- + +##### `resetConfig` + +```java +public void resetConfig() +``` + +##### `resetDescription` + +```java +public void resetDescription() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSetting; + +AlertGroupingSetting.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSetting; + +AlertGroupingSetting.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSetting; + +AlertGroupingSetting.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSetting; + +AlertGroupingSetting.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),AlertGroupingSetting.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* java.lang.String + +The construct id used in the generated config for the AlertGroupingSetting to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing AlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +? Optional instance of the provider where the AlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| config | AlertGroupingSettingConfigAOutputReference | *No description.* | +| id | java.lang.String | *No description.* | +| configInput | AlertGroupingSettingConfigA OR com.hashicorp.cdktf.IResolvable | *No description.* | +| descriptionInput | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| servicesInput | java.util.List | *No description.* | +| typeInput | java.lang.String | *No description.* | +| description | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| services | java.util.List | *No description.* | +| type | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `config`Required + +```java +public AlertGroupingSettingConfigAOutputReference getConfig(); +``` + +- *Type:* AlertGroupingSettingConfigAOutputReference + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `configInput`Optional + +```java +public java.lang.Object getConfigInput(); +``` + +- *Type:* AlertGroupingSettingConfigA OR com.hashicorp.cdktf.IResolvable + +--- + +##### `descriptionInput`Optional + +```java +public java.lang.String getDescriptionInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `servicesInput`Optional + +```java +public java.util.List getServicesInput(); +``` + +- *Type:* java.util.List + +--- + +##### `typeInput`Optional + +```java +public java.lang.String getTypeInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `services`Required + +```java +public java.util.List getServices(); +``` + +- *Type:* java.util.List + +--- + +##### `type`Required + +```java +public java.lang.String getType(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### AlertGroupingSettingConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSettingConfig; + +AlertGroupingSettingConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) + .services(java.util.List) + .type(java.lang.String) +// .config(AlertGroupingSettingConfigA) +// .description(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| config | AlertGroupingSettingConfigA | config block. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `services`Required + +```java +public java.util.List getServices(); +``` + +- *Type:* java.util.List + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `type`Required + +```java +public java.lang.String getType(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `config`Optional + +```java +public AlertGroupingSettingConfigA getConfig(); +``` + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `description`Optional + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +### AlertGroupingSettingConfigA + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSettingConfigA; + +AlertGroupingSettingConfigA.builder() +// .aggregate(java.lang.String) +// .fields(java.util.List) +// .timeout(java.lang.Number) +// .timeWindow(java.lang.Number) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| aggregate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. | +| fields | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. | +| timeWindow | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. | + +--- + +##### `aggregate`Optional + +```java +public java.lang.String getAggregate(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. + +--- + +##### `fields`Optional + +```java +public java.util.List getFields(); +``` + +- *Type:* java.util.List + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. + +--- + +##### `timeout`Optional + +```java +public java.lang.Number getTimeout(); +``` + +- *Type:* java.lang.Number + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. + +--- + +##### `timeWindow`Optional + +```java +public java.lang.Number getTimeWindow(); +``` + +- *Type:* java.lang.Number + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. + +--- + +## Classes + +### AlertGroupingSettingConfigAOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.pagerduty.alert_grouping_setting.AlertGroupingSettingConfigAOutputReference; + +new AlertGroupingSettingConfigAOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetAggregate | *No description.* | +| resetFields | *No description.* | +| resetTimeout | *No description.* | +| resetTimeWindow | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetAggregate` + +```java +public void resetAggregate() +``` + +##### `resetFields` + +```java +public void resetFields() +``` + +##### `resetTimeout` + +```java +public void resetTimeout() +``` + +##### `resetTimeWindow` + +```java +public void resetTimeWindow() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| aggregateInput | java.lang.String | *No description.* | +| fieldsInput | java.util.List | *No description.* | +| timeoutInput | java.lang.Number | *No description.* | +| timeWindowInput | java.lang.Number | *No description.* | +| aggregate | java.lang.String | *No description.* | +| fields | java.util.List | *No description.* | +| timeout | java.lang.Number | *No description.* | +| timeWindow | java.lang.Number | *No description.* | +| internalValue | AlertGroupingSettingConfigA OR com.hashicorp.cdktf.IResolvable | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `aggregateInput`Optional + +```java +public java.lang.String getAggregateInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `fieldsInput`Optional + +```java +public java.util.List getFieldsInput(); +``` + +- *Type:* java.util.List + +--- + +##### `timeoutInput`Optional + +```java +public java.lang.Number getTimeoutInput(); +``` + +- *Type:* java.lang.Number + +--- + +##### `timeWindowInput`Optional + +```java +public java.lang.Number getTimeWindowInput(); +``` + +- *Type:* java.lang.Number + +--- + +##### `aggregate`Required + +```java +public java.lang.String getAggregate(); +``` + +- *Type:* java.lang.String + +--- + +##### `fields`Required + +```java +public java.util.List getFields(); +``` + +- *Type:* java.util.List + +--- + +##### `timeout`Required + +```java +public java.lang.Number getTimeout(); +``` + +- *Type:* java.lang.Number + +--- + +##### `timeWindow`Required + +```java +public java.lang.Number getTimeWindow(); +``` + +- *Type:* java.lang.Number + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* AlertGroupingSettingConfigA OR com.hashicorp.cdktf.IResolvable + +--- + + + diff --git a/docs/alertGroupingSetting.python.md b/docs/alertGroupingSetting.python.md new file mode 100644 index 000000000..cac79f77f --- /dev/null +++ b/docs/alertGroupingSetting.python.md @@ -0,0 +1,1636 @@ +# `alertGroupingSetting` Submodule + +## Constructs + +### AlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSetting( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + services: typing.List[str], + type: str, + config: AlertGroupingSettingConfigA = None, + description: str = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| config | AlertGroupingSettingConfigA | config block. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `services`Required + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `type`Required + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `config`Optional + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `description`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_hcl_terraform | *No description.* | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| add_move_target | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| has_resource_move | *No description.* | +| import_from | *No description.* | +| interpolation_for_attribute | *No description.* | +| move_from_id | Move the resource corresponding to "id" to this resource. | +| move_to | Moves this resource to the target resource given by moveTarget. | +| move_to_id | Moves this resource to the resource corresponding to "id". | +| put_config | *No description.* | +| reset_config | *No description.* | +| reset_description | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_hcl_terraform` + +```python +def to_hcl_terraform() -> typing.Any +``` + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `add_move_target` + +```python +def add_move_target( + move_target: str +) -> None +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `move_target`Required + +- *Type:* str + +The string move target that will correspond to this resource. + +--- + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `has_resource_move` + +```python +def has_resource_move() -> typing.Union[TerraformResourceMoveByTarget, TerraformResourceMoveById] +``` + +##### `import_from` + +```python +def import_from( + id: str, + provider: TerraformProvider = None +) -> None +``` + +###### `id`Required + +- *Type:* str + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `move_from_id` + +```python +def move_from_id( + id: str +) -> None +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* str + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `move_to` + +```python +def move_to( + move_target: str, + index: typing.Union[str, typing.Union[int, float]] = None +) -> None +``` + +Moves this resource to the target resource given by moveTarget. + +###### `move_target`Required + +- *Type:* str + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* typing.Union[str, typing.Union[int, float]] + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `move_to_id` + +```python +def move_to_id( + id: str +) -> None +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* str + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `put_config` + +```python +def put_config( + aggregate: str = None, + fields: typing.List[str] = None, + timeout: typing.Union[int, float] = None, + time_window: typing.Union[int, float] = None +) -> None +``` + +###### `aggregate`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. + +--- + +###### `fields`Optional + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. + +--- + +###### `timeout`Optional + +- *Type:* typing.Union[int, float] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. + +--- + +###### `time_window`Optional + +- *Type:* typing.Union[int, float] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. + +--- + +##### `reset_config` + +```python +def reset_config() -> None +``` + +##### `reset_description` + +```python +def reset_description() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_resource | *No description.* | +| generate_config_for_import | Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSetting.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSetting.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSetting.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSetting.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `import_to_id`Required + +- *Type:* str + +The construct id used in the generated config for the AlertGroupingSetting to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing AlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the AlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| config | AlertGroupingSettingConfigAOutputReference | *No description.* | +| id | str | *No description.* | +| config_input | typing.Union[AlertGroupingSettingConfigA, cdktf.IResolvable] | *No description.* | +| description_input | str | *No description.* | +| name_input | str | *No description.* | +| services_input | typing.List[str] | *No description.* | +| type_input | str | *No description.* | +| description | str | *No description.* | +| name | str | *No description.* | +| services | typing.List[str] | *No description.* | +| type | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `config`Required + +```python +config: AlertGroupingSettingConfigAOutputReference +``` + +- *Type:* AlertGroupingSettingConfigAOutputReference + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `config_input`Optional + +```python +config_input: typing.Union[AlertGroupingSettingConfigA, IResolvable] +``` + +- *Type:* typing.Union[AlertGroupingSettingConfigA, cdktf.IResolvable] + +--- + +##### `description_input`Optional + +```python +description_input: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `services_input`Optional + +```python +services_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `type_input`Optional + +```python +type_input: str +``` + +- *Type:* str + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `services`Required + +```python +services: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `type`Required + +```python +type: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### AlertGroupingSettingConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSettingConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + services: typing.List[str], + type: str, + config: AlertGroupingSettingConfigA = None, + description: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| config | AlertGroupingSettingConfigA | config block. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `services`Required + +```python +services: typing.List[str] +``` + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `type`Required + +```python +type: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `config`Optional + +```python +config: AlertGroupingSettingConfigA +``` + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `description`Optional + +```python +description: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +### AlertGroupingSettingConfigA + +#### Initializer + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSettingConfigA( + aggregate: str = None, + fields: typing.List[str] = None, + timeout: typing.Union[int, float] = None, + time_window: typing.Union[int, float] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| aggregate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. | +| fields | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. | +| time_window | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. | + +--- + +##### `aggregate`Optional + +```python +aggregate: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. + +--- + +##### `fields`Optional + +```python +fields: typing.List[str] +``` + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. + +--- + +##### `timeout`Optional + +```python +timeout: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. + +--- + +##### `time_window`Optional + +```python +time_window: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. + +--- + +## Classes + +### AlertGroupingSettingConfigAOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_pagerduty import alert_grouping_setting + +alertGroupingSetting.AlertGroupingSettingConfigAOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| reset_aggregate | *No description.* | +| reset_fields | *No description.* | +| reset_timeout | *No description.* | +| reset_time_window | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `reset_aggregate` + +```python +def reset_aggregate() -> None +``` + +##### `reset_fields` + +```python +def reset_fields() -> None +``` + +##### `reset_timeout` + +```python +def reset_timeout() -> None +``` + +##### `reset_time_window` + +```python +def reset_time_window() -> None +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| aggregate_input | str | *No description.* | +| fields_input | typing.List[str] | *No description.* | +| timeout_input | typing.Union[int, float] | *No description.* | +| time_window_input | typing.Union[int, float] | *No description.* | +| aggregate | str | *No description.* | +| fields | typing.List[str] | *No description.* | +| timeout | typing.Union[int, float] | *No description.* | +| time_window | typing.Union[int, float] | *No description.* | +| internal_value | typing.Union[AlertGroupingSettingConfigA, cdktf.IResolvable] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `aggregate_input`Optional + +```python +aggregate_input: str +``` + +- *Type:* str + +--- + +##### `fields_input`Optional + +```python +fields_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `timeout_input`Optional + +```python +timeout_input: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + +##### `time_window_input`Optional + +```python +time_window_input: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + +##### `aggregate`Required + +```python +aggregate: str +``` + +- *Type:* str + +--- + +##### `fields`Required + +```python +fields: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `timeout`Required + +```python +timeout: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + +##### `time_window`Required + +```python +time_window: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[AlertGroupingSettingConfigA, IResolvable] +``` + +- *Type:* typing.Union[AlertGroupingSettingConfigA, cdktf.IResolvable] + +--- + + + diff --git a/docs/alertGroupingSetting.typescript.md b/docs/alertGroupingSetting.typescript.md new file mode 100644 index 000000000..fc9885d18 --- /dev/null +++ b/docs/alertGroupingSetting.typescript.md @@ -0,0 +1,1410 @@ +# `alertGroupingSetting` Submodule + +## Constructs + +### AlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +new alertGroupingSetting.AlertGroupingSetting(scope: Construct, id: string, config: AlertGroupingSettingConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | AlertGroupingSettingConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* AlertGroupingSettingConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | *No description.* | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| hasResourceMove | *No description.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveFromId | Move the resource corresponding to "id" to this resource. | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| moveToId | Moves this resource to the resource corresponding to "id". | +| putConfig | *No description.* | +| resetConfig | *No description.* | +| resetDescription | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```typescript +public toHclTerraform(): any +``` + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `addMoveTarget` + +```typescript +public addMoveTarget(moveTarget: string): void +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* string + +The string move target that will correspond to this resource. + +--- + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `hasResourceMove` + +```typescript +public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById +``` + +##### `importFrom` + +```typescript +public importFrom(id: string, provider?: TerraformProvider): void +``` + +###### `id`Required + +- *Type:* string + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `moveFromId` + +```typescript +public moveFromId(id: string): void +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `moveTo` + +```typescript +public moveTo(moveTarget: string, index?: string | number): void +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* string | number + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `moveToId` + +```typescript +public moveToId(id: string): void +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `putConfig` + +```typescript +public putConfig(value: AlertGroupingSettingConfigA): void +``` + +###### `value`Required + +- *Type:* AlertGroupingSettingConfigA + +--- + +##### `resetConfig` + +```typescript +public resetConfig(): void +``` + +##### `resetDescription` + +```typescript +public resetDescription(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +alertGroupingSetting.AlertGroupingSetting.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +alertGroupingSetting.AlertGroupingSetting.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +alertGroupingSetting.AlertGroupingSetting.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +alertGroupingSetting.AlertGroupingSetting.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* string + +The construct id used in the generated config for the AlertGroupingSetting to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing AlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the AlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| config | AlertGroupingSettingConfigAOutputReference | *No description.* | +| id | string | *No description.* | +| configInput | AlertGroupingSettingConfigA \| cdktf.IResolvable | *No description.* | +| descriptionInput | string | *No description.* | +| nameInput | string | *No description.* | +| servicesInput | string[] | *No description.* | +| typeInput | string | *No description.* | +| description | string | *No description.* | +| name | string | *No description.* | +| services | string[] | *No description.* | +| type | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `config`Required + +```typescript +public readonly config: AlertGroupingSettingConfigAOutputReference; +``` + +- *Type:* AlertGroupingSettingConfigAOutputReference + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `configInput`Optional + +```typescript +public readonly configInput: AlertGroupingSettingConfigA | IResolvable; +``` + +- *Type:* AlertGroupingSettingConfigA | cdktf.IResolvable + +--- + +##### `descriptionInput`Optional + +```typescript +public readonly descriptionInput: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `servicesInput`Optional + +```typescript +public readonly servicesInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `typeInput`Optional + +```typescript +public readonly typeInput: string; +``` + +- *Type:* string + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `services`Required + +```typescript +public readonly services: string[]; +``` + +- *Type:* string[] + +--- + +##### `type`Required + +```typescript +public readonly type: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### AlertGroupingSettingConfig + +#### Initializer + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +const alertGroupingSettingConfig: alertGroupingSetting.AlertGroupingSettingConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. | +| services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. | +| config | AlertGroupingSettingConfigA | config block. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}. + +--- + +##### `services`Required + +```typescript +public readonly services: string[]; +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}. + +--- + +##### `type`Required + +```typescript +public readonly type: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}. + +--- + +##### `config`Optional + +```typescript +public readonly config: AlertGroupingSettingConfigA; +``` + +- *Type:* AlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + +--- + +##### `description`Optional + +```typescript +public readonly description: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}. + +--- + +### AlertGroupingSettingConfigA + +#### Initializer + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +const alertGroupingSettingConfigA: alertGroupingSetting.AlertGroupingSettingConfigA = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. | +| fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. | +| timeWindow | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. | + +--- + +##### `aggregate`Optional + +```typescript +public readonly aggregate: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}. + +--- + +##### `fields`Optional + +```typescript +public readonly fields: string[]; +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}. + +--- + +##### `timeout`Optional + +```typescript +public readonly timeout: number; +``` + +- *Type:* number + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}. + +--- + +##### `timeWindow`Optional + +```typescript +public readonly timeWindow: number; +``` + +- *Type:* number + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}. + +--- + +## Classes + +### AlertGroupingSettingConfigAOutputReference + +#### Initializers + +```typescript +import { alertGroupingSetting } from '@cdktf/provider-pagerduty' + +new alertGroupingSetting.AlertGroupingSettingConfigAOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetAggregate | *No description.* | +| resetFields | *No description.* | +| resetTimeout | *No description.* | +| resetTimeWindow | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetAggregate` + +```typescript +public resetAggregate(): void +``` + +##### `resetFields` + +```typescript +public resetFields(): void +``` + +##### `resetTimeout` + +```typescript +public resetTimeout(): void +``` + +##### `resetTimeWindow` + +```typescript +public resetTimeWindow(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| aggregateInput | string | *No description.* | +| fieldsInput | string[] | *No description.* | +| timeoutInput | number | *No description.* | +| timeWindowInput | number | *No description.* | +| aggregate | string | *No description.* | +| fields | string[] | *No description.* | +| timeout | number | *No description.* | +| timeWindow | number | *No description.* | +| internalValue | AlertGroupingSettingConfigA \| cdktf.IResolvable | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `aggregateInput`Optional + +```typescript +public readonly aggregateInput: string; +``` + +- *Type:* string + +--- + +##### `fieldsInput`Optional + +```typescript +public readonly fieldsInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `timeoutInput`Optional + +```typescript +public readonly timeoutInput: number; +``` + +- *Type:* number + +--- + +##### `timeWindowInput`Optional + +```typescript +public readonly timeWindowInput: number; +``` + +- *Type:* number + +--- + +##### `aggregate`Required + +```typescript +public readonly aggregate: string; +``` + +- *Type:* string + +--- + +##### `fields`Required + +```typescript +public readonly fields: string[]; +``` + +- *Type:* string[] + +--- + +##### `timeout`Required + +```typescript +public readonly timeout: number; +``` + +- *Type:* number + +--- + +##### `timeWindow`Required + +```typescript +public readonly timeWindow: number; +``` + +- *Type:* number + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: AlertGroupingSettingConfigA | IResolvable; +``` + +- *Type:* AlertGroupingSettingConfigA | cdktf.IResolvable + +--- + + + diff --git a/docs/automationActionsAction.csharp.md b/docs/automationActionsAction.csharp.md index 8b4935c10..b7e874290 100644 --- a/docs/automationActionsAction.csharp.md +++ b/docs/automationActionsAction.csharp.md @@ -4,7 +4,7 @@ ### AutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the AutomationActionsAction to The id of the existing AutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -993,11 +993,11 @@ new AutomationActionsActionActionDataReference { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InvocationCommand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | -| ProcessAutomationJobArguments | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | -| ProcessAutomationJobId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | -| ProcessAutomationNodeFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | -| Script | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | +| InvocationCommand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | +| ProcessAutomationJobArguments | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | +| ProcessAutomationJobId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | +| ProcessAutomationNodeFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | +| Script | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | --- @@ -1009,7 +1009,7 @@ public string InvocationCommand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. --- @@ -1021,7 +1021,7 @@ public string ProcessAutomationJobArguments { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. --- @@ -1033,7 +1033,7 @@ public string ProcessAutomationJobId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. --- @@ -1045,7 +1045,7 @@ public string ProcessAutomationNodeFilter { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. --- @@ -1057,7 +1057,7 @@ public string Script { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. --- @@ -1102,16 +1102,16 @@ new AutomationActionsActionConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ActionDataReference | AutomationActionsActionActionDataReference | action_data_reference block. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| ActionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| CreationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| ModifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| RunnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| RunnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| ActionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| CreationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| ModifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| RunnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| RunnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -1195,7 +1195,7 @@ public AutomationActionsActionActionDataReference ActionDataReference { get; set action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -1207,7 +1207,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -1219,7 +1219,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -1231,7 +1231,7 @@ public string ActionClassification { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -1243,7 +1243,7 @@ public string CreationTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -1255,7 +1255,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -1267,7 +1267,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1282,7 +1282,7 @@ public string ModifyTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -1294,7 +1294,7 @@ public string RunnerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -1306,7 +1306,7 @@ public string RunnerType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -1318,7 +1318,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- diff --git a/docs/automationActionsAction.go.md b/docs/automationActionsAction.go.md index 57a638fe5..45686a33d 100644 --- a/docs/automationActionsAction.go.md +++ b/docs/automationActionsAction.go.md @@ -4,7 +4,7 @@ ### AutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the AutomationActionsAction to The id of the existing AutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -993,11 +993,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/automationact | **Name** | **Type** | **Description** | | --- | --- | --- | -| InvocationCommand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | -| ProcessAutomationJobArguments | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | -| ProcessAutomationJobId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | -| ProcessAutomationNodeFilter | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | -| Script | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | +| InvocationCommand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | +| ProcessAutomationJobArguments | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | +| ProcessAutomationJobId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | +| ProcessAutomationNodeFilter | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | +| Script | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | --- @@ -1009,7 +1009,7 @@ InvocationCommand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. --- @@ -1021,7 +1021,7 @@ ProcessAutomationJobArguments *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. --- @@ -1033,7 +1033,7 @@ ProcessAutomationJobId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. --- @@ -1045,7 +1045,7 @@ ProcessAutomationNodeFilter *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. --- @@ -1057,7 +1057,7 @@ Script *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. --- @@ -1102,16 +1102,16 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/automationact | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ActionDataReference | AutomationActionsActionActionDataReference | action_data_reference block. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| ActionClassification | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| CreationTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| ModifyTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| RunnerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| RunnerType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| ActionClassification | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| CreationTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| ModifyTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| RunnerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| RunnerType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -1195,7 +1195,7 @@ ActionDataReference AutomationActionsActionActionDataReference action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -1207,7 +1207,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -1219,7 +1219,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -1231,7 +1231,7 @@ ActionClassification *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -1243,7 +1243,7 @@ CreationTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -1255,7 +1255,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -1267,7 +1267,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1282,7 +1282,7 @@ ModifyTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -1294,7 +1294,7 @@ RunnerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -1306,7 +1306,7 @@ RunnerType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -1318,7 +1318,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- diff --git a/docs/automationActionsAction.java.md b/docs/automationActionsAction.java.md index 714a53436..77017e758 100644 --- a/docs/automationActionsAction.java.md +++ b/docs/automationActionsAction.java.md @@ -4,7 +4,7 @@ ### AutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -49,16 +49,16 @@ AutomationActionsAction.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | actionDataReference | AutomationActionsActionActionDataReference | action_data_reference block. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- @@ -707,7 +707,7 @@ The construct id used in the generated config for the AutomationActionsAction to The id of the existing AutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -1164,11 +1164,11 @@ AutomationActionsActionActionDataReference.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| invocationCommand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | -| processAutomationJobArguments | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | -| processAutomationJobId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | -| processAutomationNodeFilter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | -| script | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | +| invocationCommand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | +| processAutomationJobArguments | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | +| processAutomationJobId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | +| processAutomationNodeFilter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | +| script | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | --- @@ -1180,7 +1180,7 @@ public java.lang.String getInvocationCommand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. --- @@ -1192,7 +1192,7 @@ public java.lang.String getProcessAutomationJobArguments(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. --- @@ -1204,7 +1204,7 @@ public java.lang.String getProcessAutomationJobId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. --- @@ -1216,7 +1216,7 @@ public java.lang.String getProcessAutomationNodeFilter(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. --- @@ -1228,7 +1228,7 @@ public java.lang.String getScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. --- @@ -1277,16 +1277,16 @@ AutomationActionsActionConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | actionDataReference | AutomationActionsActionActionDataReference | action_data_reference block. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -1370,7 +1370,7 @@ public AutomationActionsActionActionDataReference getActionDataReference(); action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -1382,7 +1382,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -1394,7 +1394,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -1406,7 +1406,7 @@ public java.lang.String getActionClassification(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -1418,7 +1418,7 @@ public java.lang.String getCreationTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -1430,7 +1430,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -1442,7 +1442,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1457,7 +1457,7 @@ public java.lang.String getModifyTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -1469,7 +1469,7 @@ public java.lang.String getRunnerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -1481,7 +1481,7 @@ public java.lang.String getRunnerType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -1493,7 +1493,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- diff --git a/docs/automationActionsAction.python.md b/docs/automationActionsAction.python.md index c9778bae5..908f3fff2 100644 --- a/docs/automationActionsAction.python.md +++ b/docs/automationActionsAction.python.md @@ -4,7 +4,7 @@ ### AutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -47,16 +47,16 @@ automationActionsAction.AutomationActionsAction( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | action_data_reference | AutomationActionsActionActionDataReference | action_data_reference block. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- @@ -593,7 +593,7 @@ def put_action_data_reference( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. --- @@ -601,7 +601,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. --- @@ -609,7 +609,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. --- @@ -625,7 +625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. --- @@ -791,7 +791,7 @@ The construct id used in the generated config for the AutomationActionsAction to The id of the existing AutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -1248,11 +1248,11 @@ automationActionsAction.AutomationActionsActionActionDataReference( | **Name** | **Type** | **Description** | | --- | --- | --- | -| invocation_command | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | -| process_automation_job_arguments | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | -| process_automation_job_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | -| process_automation_node_filter | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | -| script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | +| invocation_command | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | +| process_automation_job_arguments | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | +| process_automation_job_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | +| process_automation_node_filter | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | +| script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | --- @@ -1264,7 +1264,7 @@ invocation_command: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. --- @@ -1276,7 +1276,7 @@ process_automation_job_arguments: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. --- @@ -1288,7 +1288,7 @@ process_automation_job_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. --- @@ -1300,7 +1300,7 @@ process_automation_node_filter: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. --- @@ -1312,7 +1312,7 @@ script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. --- @@ -1357,16 +1357,16 @@ automationActionsAction.AutomationActionsActionConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | action_data_reference | AutomationActionsActionActionDataReference | action_data_reference block. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -1450,7 +1450,7 @@ action_data_reference: AutomationActionsActionActionDataReference action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -1462,7 +1462,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -1474,7 +1474,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -1486,7 +1486,7 @@ action_classification: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -1498,7 +1498,7 @@ creation_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -1510,7 +1510,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -1522,7 +1522,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1537,7 +1537,7 @@ modify_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -1549,7 +1549,7 @@ runner_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -1561,7 +1561,7 @@ runner_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -1573,7 +1573,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- diff --git a/docs/automationActionsAction.typescript.md b/docs/automationActionsAction.typescript.md index 9f6bb800b..e73081fa0 100644 --- a/docs/automationActionsAction.typescript.md +++ b/docs/automationActionsAction.typescript.md @@ -4,7 +4,7 @@ ### AutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the AutomationActionsAction to The id of the existing AutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -987,11 +987,11 @@ const automationActionsActionActionDataReference: automationActionsAction.Automa | **Name** | **Type** | **Description** | | --- | --- | --- | -| invocationCommand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | -| processAutomationJobArguments | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | -| processAutomationJobId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | -| processAutomationNodeFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | -| script | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | +| invocationCommand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. | +| processAutomationJobArguments | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. | +| processAutomationJobId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. | +| processAutomationNodeFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. | +| script | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. | --- @@ -1003,7 +1003,7 @@ public readonly invocationCommand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}. --- @@ -1015,7 +1015,7 @@ public readonly processAutomationJobArguments: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}. --- @@ -1027,7 +1027,7 @@ public readonly processAutomationJobId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}. --- @@ -1039,7 +1039,7 @@ public readonly processAutomationNodeFilter: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}. --- @@ -1051,7 +1051,7 @@ public readonly script: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}. --- @@ -1077,16 +1077,16 @@ const automationActionsActionConfig: automationActionsAction.AutomationActionsAc | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | actionDataReference | AutomationActionsActionActionDataReference | action_data_reference block. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | -| actionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | -| creationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | -| modifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | -| runnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | -| runnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. | +| actionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. | +| creationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. | +| modifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. | +| runnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. | +| runnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. | --- @@ -1170,7 +1170,7 @@ public readonly actionDataReference: AutomationActionsActionActionDataReference; action_data_reference block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} --- @@ -1182,7 +1182,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}. --- @@ -1194,7 +1194,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}. --- @@ -1206,7 +1206,7 @@ public readonly actionClassification: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}. --- @@ -1218,7 +1218,7 @@ public readonly creationTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}. --- @@ -1230,7 +1230,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}. --- @@ -1242,7 +1242,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1257,7 +1257,7 @@ public readonly modifyTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}. --- @@ -1269,7 +1269,7 @@ public readonly runnerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}. --- @@ -1281,7 +1281,7 @@ public readonly runnerType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}. --- @@ -1293,7 +1293,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}. --- diff --git a/docs/automationActionsActionServiceAssociation.csharp.md b/docs/automationActionsActionServiceAssociation.csharp.md index ae60893fd..ce87c3149 100644 --- a/docs/automationActionsActionServiceAssociation.csharp.md +++ b/docs/automationActionsActionServiceAssociation.csharp.md @@ -4,7 +4,7 @@ ### AutomationActionsActionServiceAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsActionSer The id of the existing AutomationActionsActionServiceAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new AutomationActionsActionServiceAssociationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| ServiceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| ServiceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -851,7 +851,7 @@ public string ActionId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -863,7 +863,7 @@ public string ServiceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionServiceAssociation.go.md b/docs/automationActionsActionServiceAssociation.go.md index 2a4f000bb..b2764e604 100644 --- a/docs/automationActionsActionServiceAssociation.go.md +++ b/docs/automationActionsActionServiceAssociation.go.md @@ -4,7 +4,7 @@ ### AutomationActionsActionServiceAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsActionSer The id of the existing AutomationActionsActionServiceAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/automationact | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| ServiceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| ServiceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -851,7 +851,7 @@ ActionId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -863,7 +863,7 @@ ServiceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionServiceAssociation.java.md b/docs/automationActionsActionServiceAssociation.java.md index fba8123ff..e10777a05 100644 --- a/docs/automationActionsActionServiceAssociation.java.md +++ b/docs/automationActionsActionServiceAssociation.java.md @@ -4,7 +4,7 @@ ### AutomationActionsActionServiceAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. #### Initializers @@ -40,9 +40,9 @@ AutomationActionsActionServiceAssociation.Builder.create(Construct scope, java.l | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| serviceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| serviceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the AutomationActionsActionSer The id of the existing AutomationActionsActionServiceAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ AutomationActionsActionServiceAssociationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| serviceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| serviceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getActionId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getServiceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionServiceAssociation.python.md b/docs/automationActionsActionServiceAssociation.python.md index 663eb3066..6c0b08805 100644 --- a/docs/automationActionsActionServiceAssociation.python.md +++ b/docs/automationActionsActionServiceAssociation.python.md @@ -4,7 +4,7 @@ ### AutomationActionsActionServiceAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. #### Initializers @@ -38,9 +38,9 @@ automationActionsActionServiceAssociation.AutomationActionsActionServiceAssociat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the AutomationActionsActionSer The id of the existing AutomationActionsActionServiceAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ automationActionsActionServiceAssociation.AutomationActionsActionServiceAssociat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -984,7 +984,7 @@ action_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -996,7 +996,7 @@ service_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionServiceAssociation.typescript.md b/docs/automationActionsActionServiceAssociation.typescript.md index 57f9a1d1c..5af3483a8 100644 --- a/docs/automationActionsActionServiceAssociation.typescript.md +++ b/docs/automationActionsActionServiceAssociation.typescript.md @@ -4,7 +4,7 @@ ### AutomationActionsActionServiceAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsActionSer The id of the existing AutomationActionsActionServiceAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const automationActionsActionServiceAssociationConfig: automationActionsActionSe | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | -| serviceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | +| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. | +| serviceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. | --- @@ -840,7 +840,7 @@ public readonly actionId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}. --- @@ -852,7 +852,7 @@ public readonly serviceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionTeamAssociation.csharp.md b/docs/automationActionsActionTeamAssociation.csharp.md index f75fe621e..d660f4c2e 100644 --- a/docs/automationActionsActionTeamAssociation.csharp.md +++ b/docs/automationActionsActionTeamAssociation.csharp.md @@ -4,7 +4,7 @@ ### AutomationActionsActionTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsActionTea The id of the existing AutomationActionsActionTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new AutomationActionsActionTeamAssociationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -851,7 +851,7 @@ public string ActionId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -863,7 +863,7 @@ public string TeamId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionTeamAssociation.go.md b/docs/automationActionsActionTeamAssociation.go.md index 8ccb321d7..97b199bb9 100644 --- a/docs/automationActionsActionTeamAssociation.go.md +++ b/docs/automationActionsActionTeamAssociation.go.md @@ -4,7 +4,7 @@ ### AutomationActionsActionTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsActionTea The id of the existing AutomationActionsActionTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/automationact | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -851,7 +851,7 @@ ActionId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -863,7 +863,7 @@ TeamId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionTeamAssociation.java.md b/docs/automationActionsActionTeamAssociation.java.md index df0cfee24..02f5eae09 100644 --- a/docs/automationActionsActionTeamAssociation.java.md +++ b/docs/automationActionsActionTeamAssociation.java.md @@ -4,7 +4,7 @@ ### AutomationActionsActionTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. #### Initializers @@ -40,9 +40,9 @@ AutomationActionsActionTeamAssociation.Builder.create(Construct scope, java.lang | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the AutomationActionsActionTea The id of the existing AutomationActionsActionTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ AutomationActionsActionTeamAssociationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getActionId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getTeamId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionTeamAssociation.python.md b/docs/automationActionsActionTeamAssociation.python.md index 4c0bccbf4..ea5f7bed4 100644 --- a/docs/automationActionsActionTeamAssociation.python.md +++ b/docs/automationActionsActionTeamAssociation.python.md @@ -4,7 +4,7 @@ ### AutomationActionsActionTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. #### Initializers @@ -38,9 +38,9 @@ automationActionsActionTeamAssociation.AutomationActionsActionTeamAssociation( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the AutomationActionsActionTea The id of the existing AutomationActionsActionTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ automationActionsActionTeamAssociation.AutomationActionsActionTeamAssociationCon | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -984,7 +984,7 @@ action_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -996,7 +996,7 @@ team_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsActionTeamAssociation.typescript.md b/docs/automationActionsActionTeamAssociation.typescript.md index 132145324..20bf4152e 100644 --- a/docs/automationActionsActionTeamAssociation.typescript.md +++ b/docs/automationActionsActionTeamAssociation.typescript.md @@ -4,7 +4,7 @@ ### AutomationActionsActionTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsActionTea The id of the existing AutomationActionsActionTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const automationActionsActionTeamAssociationConfig: automationActionsActionTeamA | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | -| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | +| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. | +| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. | --- @@ -840,7 +840,7 @@ public readonly actionId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}. --- @@ -852,7 +852,7 @@ public readonly teamId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsRunner.csharp.md b/docs/automationActionsRunner.csharp.md index 0f5921da9..5b49a748f 100644 --- a/docs/automationActionsRunner.csharp.md +++ b/docs/automationActionsRunner.csharp.md @@ -4,7 +4,7 @@ ### AutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AutomationActionsRunner to The id of the existing AutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -909,13 +909,13 @@ new AutomationActionsRunnerConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| RunnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| LastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| RunbookApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| RunbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| RunnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| LastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| RunbookApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| RunbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -997,7 +997,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -1009,7 +1009,7 @@ public string RunnerType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -1021,7 +1021,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -1033,7 +1033,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1048,7 +1048,7 @@ public string LastSeen { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -1060,7 +1060,7 @@ public string RunbookApiKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -1072,7 +1072,7 @@ public string RunbookBaseUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/automationActionsRunner.go.md b/docs/automationActionsRunner.go.md index 9be1d2d38..aec4cbb2a 100644 --- a/docs/automationActionsRunner.go.md +++ b/docs/automationActionsRunner.go.md @@ -4,7 +4,7 @@ ### AutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AutomationActionsRunner to The id of the existing AutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -909,13 +909,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/automationact | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| RunnerType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| LastSeen | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| RunbookApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| RunbookBaseUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| RunnerType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| LastSeen | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| RunbookApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| RunbookBaseUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -997,7 +997,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -1009,7 +1009,7 @@ RunnerType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -1021,7 +1021,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -1033,7 +1033,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1048,7 +1048,7 @@ LastSeen *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -1060,7 +1060,7 @@ RunbookApiKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -1072,7 +1072,7 @@ RunbookBaseUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/automationActionsRunner.java.md b/docs/automationActionsRunner.java.md index ffa4b1178..3ba0d607e 100644 --- a/docs/automationActionsRunner.java.md +++ b/docs/automationActionsRunner.java.md @@ -4,7 +4,7 @@ ### AutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -44,13 +44,13 @@ AutomationActionsRunner.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| runbookApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| runbookApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- @@ -631,7 +631,7 @@ The construct id used in the generated config for the AutomationActionsRunner to The id of the existing AutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -1042,13 +1042,13 @@ AutomationActionsRunnerConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| runbookApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| runbookApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -1130,7 +1130,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -1142,7 +1142,7 @@ public java.lang.String getRunnerType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -1154,7 +1154,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -1166,7 +1166,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1181,7 +1181,7 @@ public java.lang.String getLastSeen(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -1193,7 +1193,7 @@ public java.lang.String getRunbookApiKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -1205,7 +1205,7 @@ public java.lang.String getRunbookBaseUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/automationActionsRunner.python.md b/docs/automationActionsRunner.python.md index 7b79f7bda..2f7618c96 100644 --- a/docs/automationActionsRunner.python.md +++ b/docs/automationActionsRunner.python.md @@ -4,7 +4,7 @@ ### AutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -42,13 +42,13 @@ automationActionsRunner.AutomationActionsRunner( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| runbook_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| runbook_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- @@ -675,7 +675,7 @@ The construct id used in the generated config for the AutomationActionsRunner to The id of the existing AutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -1082,13 +1082,13 @@ automationActionsRunner.AutomationActionsRunnerConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| runbook_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| runbook_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -1170,7 +1170,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -1182,7 +1182,7 @@ runner_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -1194,7 +1194,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -1206,7 +1206,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1221,7 +1221,7 @@ last_seen: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -1233,7 +1233,7 @@ runbook_api_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -1245,7 +1245,7 @@ runbook_base_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/automationActionsRunner.typescript.md b/docs/automationActionsRunner.typescript.md index 0c416929a..f141732f7 100644 --- a/docs/automationActionsRunner.typescript.md +++ b/docs/automationActionsRunner.typescript.md @@ -4,7 +4,7 @@ ### AutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AutomationActionsRunner to The id of the existing AutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -894,13 +894,13 @@ const automationActionsRunnerConfig: automationActionsRunner.AutomationActionsRu | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | -| runnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | -| lastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | -| runbookApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | -| runbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. | +| runnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. | +| lastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. | +| runbookApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. | +| runbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. | --- @@ -982,7 +982,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}. --- @@ -994,7 +994,7 @@ public readonly runnerType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}. --- @@ -1006,7 +1006,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}. --- @@ -1018,7 +1018,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1033,7 +1033,7 @@ public readonly lastSeen: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}. --- @@ -1045,7 +1045,7 @@ public readonly runbookApiKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}. --- @@ -1057,7 +1057,7 @@ public readonly runbookBaseUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/automationActionsRunnerTeamAssociation.csharp.md b/docs/automationActionsRunnerTeamAssociation.csharp.md index 531c5e57f..ec87c5cb1 100644 --- a/docs/automationActionsRunnerTeamAssociation.csharp.md +++ b/docs/automationActionsRunnerTeamAssociation.csharp.md @@ -4,7 +4,7 @@ ### AutomationActionsRunnerTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsRunnerTea The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new AutomationActionsRunnerTeamAssociationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| RunnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| RunnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -851,7 +851,7 @@ public string RunnerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -863,7 +863,7 @@ public string TeamId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsRunnerTeamAssociation.go.md b/docs/automationActionsRunnerTeamAssociation.go.md index eba00ca10..51406727e 100644 --- a/docs/automationActionsRunnerTeamAssociation.go.md +++ b/docs/automationActionsRunnerTeamAssociation.go.md @@ -4,7 +4,7 @@ ### AutomationActionsRunnerTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsRunnerTea The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/automationact | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| RunnerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| RunnerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -851,7 +851,7 @@ RunnerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -863,7 +863,7 @@ TeamId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsRunnerTeamAssociation.java.md b/docs/automationActionsRunnerTeamAssociation.java.md index cdf0ad885..8b7cfd0fe 100644 --- a/docs/automationActionsRunnerTeamAssociation.java.md +++ b/docs/automationActionsRunnerTeamAssociation.java.md @@ -4,7 +4,7 @@ ### AutomationActionsRunnerTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. #### Initializers @@ -40,9 +40,9 @@ AutomationActionsRunnerTeamAssociation.Builder.create(Construct scope, java.lang | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the AutomationActionsRunnerTea The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ AutomationActionsRunnerTeamAssociationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getRunnerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getTeamId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsRunnerTeamAssociation.python.md b/docs/automationActionsRunnerTeamAssociation.python.md index fc17b66c7..8d8f62acc 100644 --- a/docs/automationActionsRunnerTeamAssociation.python.md +++ b/docs/automationActionsRunnerTeamAssociation.python.md @@ -4,7 +4,7 @@ ### AutomationActionsRunnerTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. #### Initializers @@ -38,9 +38,9 @@ automationActionsRunnerTeamAssociation.AutomationActionsRunnerTeamAssociation( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the AutomationActionsRunnerTea The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ automationActionsRunnerTeamAssociation.AutomationActionsRunnerTeamAssociationCon | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -984,7 +984,7 @@ runner_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -996,7 +996,7 @@ team_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/automationActionsRunnerTeamAssociation.typescript.md b/docs/automationActionsRunnerTeamAssociation.typescript.md index 72ca99034..cb2526f21 100644 --- a/docs/automationActionsRunnerTeamAssociation.typescript.md +++ b/docs/automationActionsRunnerTeamAssociation.typescript.md @@ -4,7 +4,7 @@ ### AutomationActionsRunnerTeamAssociation -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AutomationActionsRunnerTea The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const automationActionsRunnerTeamAssociationConfig: automationActionsRunnerTeamA | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| runnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | -| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | +| runnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. | +| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. | --- @@ -840,7 +840,7 @@ public readonly runnerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}. --- @@ -852,7 +852,7 @@ public readonly teamId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/businessService.csharp.md b/docs/businessService.csharp.md index 838bbecb8..38aabee63 100644 --- a/docs/businessService.csharp.md +++ b/docs/businessService.csharp.md @@ -4,7 +4,7 @@ ### BusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the BusinessService to import. The id of the existing BusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -878,11 +878,11 @@ new BusinessServiceConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| PointOfContact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| PointOfContact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -964,7 +964,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -976,7 +976,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -988,7 +988,7 @@ public string PointOfContact { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -1000,7 +1000,7 @@ public string Team { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -1012,7 +1012,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- diff --git a/docs/businessService.go.md b/docs/businessService.go.md index d01b7ccb4..ac289a53a 100644 --- a/docs/businessService.go.md +++ b/docs/businessService.go.md @@ -4,7 +4,7 @@ ### BusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the BusinessService to import. The id of the existing BusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -878,11 +878,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/businessservi | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| PointOfContact | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| PointOfContact | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -964,7 +964,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -976,7 +976,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -988,7 +988,7 @@ PointOfContact *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -1000,7 +1000,7 @@ Team *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -1012,7 +1012,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- diff --git a/docs/businessService.java.md b/docs/businessService.java.md index 114655405..6dcb2d71c 100644 --- a/docs/businessService.java.md +++ b/docs/businessService.java.md @@ -4,7 +4,7 @@ ### BusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service}. #### Initializers @@ -42,11 +42,11 @@ BusinessService.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| pointOfContact | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| pointOfContact | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- @@ -601,7 +601,7 @@ The construct id used in the generated config for the BusinessService to import. The id of the existing BusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -988,11 +988,11 @@ BusinessServiceConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| pointOfContact | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| pointOfContact | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -1074,7 +1074,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -1086,7 +1086,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -1098,7 +1098,7 @@ public java.lang.String getPointOfContact(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -1110,7 +1110,7 @@ public java.lang.String getTeam(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -1122,7 +1122,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- diff --git a/docs/businessService.python.md b/docs/businessService.python.md index 08285589f..df2a12629 100644 --- a/docs/businessService.python.md +++ b/docs/businessService.python.md @@ -4,7 +4,7 @@ ### BusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service}. #### Initializers @@ -40,11 +40,11 @@ businessService.BusinessService( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| point_of_contact | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| point_of_contact | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- @@ -645,7 +645,7 @@ The construct id used in the generated config for the BusinessService to import. The id of the existing BusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -1028,11 +1028,11 @@ businessService.BusinessServiceConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| point_of_contact | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| point_of_contact | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -1114,7 +1114,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -1126,7 +1126,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -1138,7 +1138,7 @@ point_of_contact: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -1150,7 +1150,7 @@ team: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -1162,7 +1162,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- diff --git a/docs/businessService.typescript.md b/docs/businessService.typescript.md index 80fc325a9..b1259611e 100644 --- a/docs/businessService.typescript.md +++ b/docs/businessService.typescript.md @@ -4,7 +4,7 @@ ### BusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the BusinessService to import. The id of the existing BusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -865,11 +865,11 @@ const businessServiceConfig: businessService.BusinessServiceConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. | -| pointOfContact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | -| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. | +| pointOfContact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. | +| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. | --- @@ -951,7 +951,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name}. --- @@ -963,7 +963,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description}. --- @@ -975,7 +975,7 @@ public readonly pointOfContact: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}. --- @@ -987,7 +987,7 @@ public readonly team: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team}. --- @@ -999,7 +999,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type}. --- diff --git a/docs/businessServiceSubscriber.csharp.md b/docs/businessServiceSubscriber.csharp.md index f39c1a565..a7a792a6a 100644 --- a/docs/businessServiceSubscriber.csharp.md +++ b/docs/businessServiceSubscriber.csharp.md @@ -4,7 +4,7 @@ ### BusinessServiceSubscriber -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the BusinessServiceSubscriber The id of the existing BusinessServiceSubscriber that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use --- @@ -790,10 +790,10 @@ new BusinessServiceSubscriberConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BusinessServiceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| SubscriberId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| SubscriberType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| BusinessServiceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| SubscriberId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| SubscriberType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -875,7 +875,7 @@ public string BusinessServiceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -887,7 +887,7 @@ public string SubscriberId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -899,7 +899,7 @@ public string SubscriberType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -911,7 +911,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/businessServiceSubscriber.go.md b/docs/businessServiceSubscriber.go.md index ed47167a7..0d415a9b4 100644 --- a/docs/businessServiceSubscriber.go.md +++ b/docs/businessServiceSubscriber.go.md @@ -4,7 +4,7 @@ ### BusinessServiceSubscriber -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the BusinessServiceSubscriber The id of the existing BusinessServiceSubscriber that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use --- @@ -790,10 +790,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/businessservi | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| BusinessServiceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| SubscriberId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| SubscriberType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| BusinessServiceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| SubscriberId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| SubscriberType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -875,7 +875,7 @@ BusinessServiceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -887,7 +887,7 @@ SubscriberId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -899,7 +899,7 @@ SubscriberType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -911,7 +911,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/businessServiceSubscriber.java.md b/docs/businessServiceSubscriber.java.md index 993d5902f..2913fd204 100644 --- a/docs/businessServiceSubscriber.java.md +++ b/docs/businessServiceSubscriber.java.md @@ -4,7 +4,7 @@ ### BusinessServiceSubscriber -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. #### Initializers @@ -41,10 +41,10 @@ BusinessServiceSubscriber.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| businessServiceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| subscriberId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| subscriberType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| businessServiceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| subscriberId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| subscriberType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -573,7 +573,7 @@ The construct id used in the generated config for the BusinessServiceSubscriber The id of the existing BusinessServiceSubscriber that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use --- @@ -893,10 +893,10 @@ BusinessServiceSubscriberConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| businessServiceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| subscriberId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| subscriberType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| businessServiceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| subscriberId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| subscriberType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -978,7 +978,7 @@ public java.lang.String getBusinessServiceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -990,7 +990,7 @@ public java.lang.String getSubscriberId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -1002,7 +1002,7 @@ public java.lang.String getSubscriberType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -1014,7 +1014,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/businessServiceSubscriber.python.md b/docs/businessServiceSubscriber.python.md index b2e4195ab..ec09595c5 100644 --- a/docs/businessServiceSubscriber.python.md +++ b/docs/businessServiceSubscriber.python.md @@ -4,7 +4,7 @@ ### BusinessServiceSubscriber -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. #### Initializers @@ -39,10 +39,10 @@ businessServiceSubscriber.BusinessServiceSubscriber( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| business_service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| subscriber_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| subscriber_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| business_service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| subscriber_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| subscriber_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -617,7 +617,7 @@ The construct id used in the generated config for the BusinessServiceSubscriber The id of the existing BusinessServiceSubscriber that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use --- @@ -933,10 +933,10 @@ businessServiceSubscriber.BusinessServiceSubscriberConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| business_service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| subscriber_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| subscriber_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| business_service_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| subscriber_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| subscriber_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -1018,7 +1018,7 @@ business_service_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -1030,7 +1030,7 @@ subscriber_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -1042,7 +1042,7 @@ subscriber_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -1054,7 +1054,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/businessServiceSubscriber.typescript.md b/docs/businessServiceSubscriber.typescript.md index a8aca7a8e..a73ed7b8e 100644 --- a/docs/businessServiceSubscriber.typescript.md +++ b/docs/businessServiceSubscriber.typescript.md @@ -4,7 +4,7 @@ ### BusinessServiceSubscriber -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the BusinessServiceSubscriber The id of the existing BusinessServiceSubscriber that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use --- @@ -778,10 +778,10 @@ const businessServiceSubscriberConfig: businessServiceSubscriber.BusinessService | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| businessServiceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | -| subscriberId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | -| subscriberType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | +| businessServiceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. | +| subscriberId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. | +| subscriberType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. | --- @@ -863,7 +863,7 @@ public readonly businessServiceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}. --- @@ -875,7 +875,7 @@ public readonly subscriberId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}. --- @@ -887,7 +887,7 @@ public readonly subscriberType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}. --- @@ -899,7 +899,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyAlertGroupingSetting.csharp.md b/docs/dataPagerdutyAlertGroupingSetting.csharp.md new file mode 100644 index 000000000..a69f91aac --- /dev/null +++ b/docs/dataPagerdutyAlertGroupingSetting.csharp.md @@ -0,0 +1,1158 @@ +# `dataPagerdutyAlertGroupingSetting` Submodule + +## Constructs + +### DataPagerdutyAlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new DataPagerdutyAlertGroupingSetting(Construct Scope, string Id, DataPagerdutyAlertGroupingSettingConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | DataPagerdutyAlertGroupingSettingConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | Adds this resource to the terraform JSON output. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| PutConfig | *No description.* | +| ResetConfig | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```csharp +private object ToHclTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `PutConfig` + +```csharp +private void PutConfig(DataPagerdutyAlertGroupingSettingConfigA Value) +``` + +###### `Value`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +--- + +##### `ResetConfig` + +```csharp +private void ResetConfig() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +DataPagerdutyAlertGroupingSetting.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +DataPagerdutyAlertGroupingSetting.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformDataSource` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +DataPagerdutyAlertGroupingSetting.IsTerraformDataSource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +DataPagerdutyAlertGroupingSetting.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". + +###### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +###### `ImportToId`Required + +- *Type:* string + +The construct id used in the generated config for the DataPagerdutyAlertGroupingSetting to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing DataPagerdutyAlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +? Optional instance of the provider where the DataPagerdutyAlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Config | DataPagerdutyAlertGroupingSettingConfigAOutputReference | *No description.* | +| Description | string | *No description.* | +| Id | string | *No description.* | +| Services | string[] | *No description.* | +| Type | string | *No description.* | +| ConfigInput | object | *No description.* | +| NameInput | string | *No description.* | +| Name | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Config`Required + +```csharp +public DataPagerdutyAlertGroupingSettingConfigAOutputReference Config { get; } +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigAOutputReference + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `Services`Required + +```csharp +public string[] Services { get; } +``` + +- *Type:* string[] + +--- + +##### `Type`Required + +```csharp +public string Type { get; } +``` + +- *Type:* string + +--- + +##### `ConfigInput`Optional + +```csharp +public object ConfigInput { get; } +``` + +- *Type:* object + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### DataPagerdutyAlertGroupingSettingConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new DataPagerdutyAlertGroupingSettingConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Name, + DataPagerdutyAlertGroupingSettingConfigA Config = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| Config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `Config`Optional + +```csharp +public DataPagerdutyAlertGroupingSettingConfigA Config { get; set; } +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +### DataPagerdutyAlertGroupingSettingConfigA + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new DataPagerdutyAlertGroupingSettingConfigA { + string Aggregate = null, + string[] Fields = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. | +| Fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. | + +--- + +##### `Aggregate`Optional + +```csharp +public string Aggregate { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. + +--- + +##### `Fields`Optional + +```csharp +public string[] Fields { get; set; } +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. + +--- + +## Classes + +### DataPagerdutyAlertGroupingSettingConfigAOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Pagerduty; + +new DataPagerdutyAlertGroupingSettingConfigAOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetAggregate | *No description.* | +| ResetFields | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetAggregate` + +```csharp +private void ResetAggregate() +``` + +##### `ResetFields` + +```csharp +private void ResetFields() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Timeout | double | *No description.* | +| TimeWindow | double | *No description.* | +| AggregateInput | string | *No description.* | +| FieldsInput | string[] | *No description.* | +| Aggregate | string | *No description.* | +| Fields | string[] | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Timeout`Required + +```csharp +public double Timeout { get; } +``` + +- *Type:* double + +--- + +##### `TimeWindow`Required + +```csharp +public double TimeWindow { get; } +``` + +- *Type:* double + +--- + +##### `AggregateInput`Optional + +```csharp +public string AggregateInput { get; } +``` + +- *Type:* string + +--- + +##### `FieldsInput`Optional + +```csharp +public string[] FieldsInput { get; } +``` + +- *Type:* string[] + +--- + +##### `Aggregate`Required + +```csharp +public string Aggregate { get; } +``` + +- *Type:* string + +--- + +##### `Fields`Required + +```csharp +public string[] Fields { get; } +``` + +- *Type:* string[] + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + + diff --git a/docs/dataPagerdutyAlertGroupingSetting.go.md b/docs/dataPagerdutyAlertGroupingSetting.go.md new file mode 100644 index 000000000..41b1fb7d0 --- /dev/null +++ b/docs/dataPagerdutyAlertGroupingSetting.go.md @@ -0,0 +1,1158 @@ +# `dataPagerdutyAlertGroupingSetting` Submodule + +## Constructs + +### DataPagerdutyAlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +datapagerdutyalertgroupingsetting.NewDataPagerdutyAlertGroupingSetting(scope Construct, id *string, config DataPagerdutyAlertGroupingSettingConfig) DataPagerdutyAlertGroupingSetting +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | DataPagerdutyAlertGroupingSettingConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | Adds this resource to the terraform JSON output. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| PutConfig | *No description.* | +| ResetConfig | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```go +func ToHclTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `PutConfig` + +```go +func PutConfig(value DataPagerdutyAlertGroupingSettingConfigA) +``` + +###### `value`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +--- + +##### `ResetConfig` + +```go +func ResetConfig() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +datapagerdutyalertgroupingsetting.DataPagerdutyAlertGroupingSetting_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +datapagerdutyalertgroupingsetting.DataPagerdutyAlertGroupingSetting_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformDataSource` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +datapagerdutyalertgroupingsetting.DataPagerdutyAlertGroupingSetting_IsTerraformDataSource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +datapagerdutyalertgroupingsetting.DataPagerdutyAlertGroupingSetting_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* *string + +The construct id used in the generated config for the DataPagerdutyAlertGroupingSetting to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing DataPagerdutyAlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +? Optional instance of the provider where the DataPagerdutyAlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Config | DataPagerdutyAlertGroupingSettingConfigAOutputReference | *No description.* | +| Description | *string | *No description.* | +| Id | *string | *No description.* | +| Services | *[]*string | *No description.* | +| Type | *string | *No description.* | +| ConfigInput | interface{} | *No description.* | +| NameInput | *string | *No description.* | +| Name | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Config`Required + +```go +func Config() DataPagerdutyAlertGroupingSettingConfigAOutputReference +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigAOutputReference + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `Services`Required + +```go +func Services() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `Type`Required + +```go +func Type() *string +``` + +- *Type:* *string + +--- + +##### `ConfigInput`Optional + +```go +func ConfigInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### DataPagerdutyAlertGroupingSettingConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +&datapagerdutyalertgroupingsetting.DataPagerdutyAlertGroupingSettingConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Name: *string, + Config: github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13.dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfigA, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| Config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `Config`Optional + +```go +Config DataPagerdutyAlertGroupingSettingConfigA +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +### DataPagerdutyAlertGroupingSettingConfigA + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +&datapagerdutyalertgroupingsetting.DataPagerdutyAlertGroupingSettingConfigA { + Aggregate: *string, + Fields: *[]*string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Aggregate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. | +| Fields | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. | + +--- + +##### `Aggregate`Optional + +```go +Aggregate *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. + +--- + +##### `Fields`Optional + +```go +Fields *[]*string +``` + +- *Type:* *[]*string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. + +--- + +## Classes + +### DataPagerdutyAlertGroupingSettingConfigAOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerdutyalertgroupingsetting" + +datapagerdutyalertgroupingsetting.NewDataPagerdutyAlertGroupingSettingConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataPagerdutyAlertGroupingSettingConfigAOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetAggregate | *No description.* | +| ResetFields | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetAggregate` + +```go +func ResetAggregate() +``` + +##### `ResetFields` + +```go +func ResetFields() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Timeout | *f64 | *No description.* | +| TimeWindow | *f64 | *No description.* | +| AggregateInput | *string | *No description.* | +| FieldsInput | *[]*string | *No description.* | +| Aggregate | *string | *No description.* | +| Fields | *[]*string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Timeout`Required + +```go +func Timeout() *f64 +``` + +- *Type:* *f64 + +--- + +##### `TimeWindow`Required + +```go +func TimeWindow() *f64 +``` + +- *Type:* *f64 + +--- + +##### `AggregateInput`Optional + +```go +func AggregateInput() *string +``` + +- *Type:* *string + +--- + +##### `FieldsInput`Optional + +```go +func FieldsInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `Aggregate`Required + +```go +func Aggregate() *string +``` + +- *Type:* *string + +--- + +##### `Fields`Required + +```go +func Fields() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + + diff --git a/docs/dataPagerdutyAlertGroupingSetting.java.md b/docs/dataPagerdutyAlertGroupingSetting.java.md new file mode 100644 index 000000000..d6601526f --- /dev/null +++ b/docs/dataPagerdutyAlertGroupingSetting.java.md @@ -0,0 +1,1238 @@ +# `dataPagerdutyAlertGroupingSetting` Submodule + +## Constructs + +### DataPagerdutyAlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSetting; + +DataPagerdutyAlertGroupingSetting.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) +// .config(DataPagerdutyAlertGroupingSettingConfigA) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `name`Required + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `config`Optional + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | Adds this resource to the terraform JSON output. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| putConfig | *No description.* | +| resetConfig | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```java +public java.lang.Object toHclTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `putConfig` + +```java +public void putConfig(DataPagerdutyAlertGroupingSettingConfigA value) +``` + +###### `value`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +--- + +##### `resetConfig` + +```java +public void resetConfig() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSetting; + +DataPagerdutyAlertGroupingSetting.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSetting; + +DataPagerdutyAlertGroupingSetting.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformDataSource` + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSetting; + +DataPagerdutyAlertGroupingSetting.isTerraformDataSource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSetting; + +DataPagerdutyAlertGroupingSetting.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataPagerdutyAlertGroupingSetting.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* java.lang.String + +The construct id used in the generated config for the DataPagerdutyAlertGroupingSetting to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing DataPagerdutyAlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +? Optional instance of the provider where the DataPagerdutyAlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| config | DataPagerdutyAlertGroupingSettingConfigAOutputReference | *No description.* | +| description | java.lang.String | *No description.* | +| id | java.lang.String | *No description.* | +| services | java.util.List | *No description.* | +| type | java.lang.String | *No description.* | +| configInput | com.hashicorp.cdktf.IResolvable OR DataPagerdutyAlertGroupingSettingConfigA | *No description.* | +| nameInput | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `config`Required + +```java +public DataPagerdutyAlertGroupingSettingConfigAOutputReference getConfig(); +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigAOutputReference + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `services`Required + +```java +public java.util.List getServices(); +``` + +- *Type:* java.util.List + +--- + +##### `type`Required + +```java +public java.lang.String getType(); +``` + +- *Type:* java.lang.String + +--- + +##### `configInput`Optional + +```java +public java.lang.Object getConfigInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR DataPagerdutyAlertGroupingSettingConfigA + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### DataPagerdutyAlertGroupingSettingConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSettingConfig; + +DataPagerdutyAlertGroupingSettingConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) +// .config(DataPagerdutyAlertGroupingSettingConfigA) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `config`Optional + +```java +public DataPagerdutyAlertGroupingSettingConfigA getConfig(); +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +### DataPagerdutyAlertGroupingSettingConfigA + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSettingConfigA; + +DataPagerdutyAlertGroupingSettingConfigA.builder() +// .aggregate(java.lang.String) +// .fields(java.util.List) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| aggregate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. | +| fields | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. | + +--- + +##### `aggregate`Optional + +```java +public java.lang.String getAggregate(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. + +--- + +##### `fields`Optional + +```java +public java.util.List getFields(); +``` + +- *Type:* java.util.List + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. + +--- + +## Classes + +### DataPagerdutyAlertGroupingSettingConfigAOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.pagerduty.data_pagerduty_alert_grouping_setting.DataPagerdutyAlertGroupingSettingConfigAOutputReference; + +new DataPagerdutyAlertGroupingSettingConfigAOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetAggregate | *No description.* | +| resetFields | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetAggregate` + +```java +public void resetAggregate() +``` + +##### `resetFields` + +```java +public void resetFields() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| timeout | java.lang.Number | *No description.* | +| timeWindow | java.lang.Number | *No description.* | +| aggregateInput | java.lang.String | *No description.* | +| fieldsInput | java.util.List | *No description.* | +| aggregate | java.lang.String | *No description.* | +| fields | java.util.List | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR DataPagerdutyAlertGroupingSettingConfigA | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `timeout`Required + +```java +public java.lang.Number getTimeout(); +``` + +- *Type:* java.lang.Number + +--- + +##### `timeWindow`Required + +```java +public java.lang.Number getTimeWindow(); +``` + +- *Type:* java.lang.Number + +--- + +##### `aggregateInput`Optional + +```java +public java.lang.String getAggregateInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `fieldsInput`Optional + +```java +public java.util.List getFieldsInput(); +``` + +- *Type:* java.util.List + +--- + +##### `aggregate`Required + +```java +public java.lang.String getAggregate(); +``` + +- *Type:* java.lang.String + +--- + +##### `fields`Required + +```java +public java.util.List getFields(); +``` + +- *Type:* java.util.List + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR DataPagerdutyAlertGroupingSettingConfigA + +--- + + + diff --git a/docs/dataPagerdutyAlertGroupingSetting.python.md b/docs/dataPagerdutyAlertGroupingSetting.python.md new file mode 100644 index 000000000..803fff027 --- /dev/null +++ b/docs/dataPagerdutyAlertGroupingSetting.python.md @@ -0,0 +1,1306 @@ +# `dataPagerdutyAlertGroupingSetting` Submodule + +## Constructs + +### DataPagerdutyAlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + config: DataPagerdutyAlertGroupingSettingConfigA = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `config`Optional + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_hcl_terraform | Adds this resource to the terraform JSON output. | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| put_config | *No description.* | +| reset_config | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_hcl_terraform` + +```python +def to_hcl_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `put_config` + +```python +def put_config( + aggregate: str = None, + fields: typing.List[str] = None +) -> None +``` + +###### `aggregate`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. + +--- + +###### `fields`Optional + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. + +--- + +##### `reset_config` + +```python +def reset_config() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_data_source | *No description.* | +| generate_config_for_import | Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_data_source` + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.is_terraform_data_source( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `import_to_id`Required + +- *Type:* str + +The construct id used in the generated config for the DataPagerdutyAlertGroupingSetting to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing DataPagerdutyAlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the DataPagerdutyAlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| config | DataPagerdutyAlertGroupingSettingConfigAOutputReference | *No description.* | +| description | str | *No description.* | +| id | str | *No description.* | +| services | typing.List[str] | *No description.* | +| type | str | *No description.* | +| config_input | typing.Union[cdktf.IResolvable, DataPagerdutyAlertGroupingSettingConfigA] | *No description.* | +| name_input | str | *No description.* | +| name | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `config`Required + +```python +config: DataPagerdutyAlertGroupingSettingConfigAOutputReference +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigAOutputReference + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `services`Required + +```python +services: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `type`Required + +```python +type: str +``` + +- *Type:* str + +--- + +##### `config_input`Optional + +```python +config_input: typing.Union[IResolvable, DataPagerdutyAlertGroupingSettingConfigA] +``` + +- *Type:* typing.Union[cdktf.IResolvable, DataPagerdutyAlertGroupingSettingConfigA] + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### DataPagerdutyAlertGroupingSettingConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + config: DataPagerdutyAlertGroupingSettingConfigA = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `config`Optional + +```python +config: DataPagerdutyAlertGroupingSettingConfigA +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +### DataPagerdutyAlertGroupingSettingConfigA + +#### Initializer + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfigA( + aggregate: str = None, + fields: typing.List[str] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| aggregate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. | +| fields | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. | + +--- + +##### `aggregate`Optional + +```python +aggregate: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. + +--- + +##### `fields`Optional + +```python +fields: typing.List[str] +``` + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. + +--- + +## Classes + +### DataPagerdutyAlertGroupingSettingConfigAOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_pagerduty import data_pagerduty_alert_grouping_setting + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfigAOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| reset_aggregate | *No description.* | +| reset_fields | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `reset_aggregate` + +```python +def reset_aggregate() -> None +``` + +##### `reset_fields` + +```python +def reset_fields() -> None +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| timeout | typing.Union[int, float] | *No description.* | +| time_window | typing.Union[int, float] | *No description.* | +| aggregate_input | str | *No description.* | +| fields_input | typing.List[str] | *No description.* | +| aggregate | str | *No description.* | +| fields | typing.List[str] | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, DataPagerdutyAlertGroupingSettingConfigA] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `timeout`Required + +```python +timeout: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + +##### `time_window`Required + +```python +time_window: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + +##### `aggregate_input`Optional + +```python +aggregate_input: str +``` + +- *Type:* str + +--- + +##### `fields_input`Optional + +```python +fields_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `aggregate`Required + +```python +aggregate: str +``` + +- *Type:* str + +--- + +##### `fields`Required + +```python +fields: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, DataPagerdutyAlertGroupingSettingConfigA] +``` + +- *Type:* typing.Union[cdktf.IResolvable, DataPagerdutyAlertGroupingSettingConfigA] + +--- + + + diff --git a/docs/dataPagerdutyAlertGroupingSetting.typescript.md b/docs/dataPagerdutyAlertGroupingSetting.typescript.md new file mode 100644 index 000000000..3565dd3de --- /dev/null +++ b/docs/dataPagerdutyAlertGroupingSetting.typescript.md @@ -0,0 +1,1145 @@ +# `dataPagerdutyAlertGroupingSetting` Submodule + +## Constructs + +### DataPagerdutyAlertGroupingSetting + +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting}. + +#### Initializers + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +new dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting(scope: Construct, id: string, config: DataPagerdutyAlertGroupingSettingConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | DataPagerdutyAlertGroupingSettingConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | Adds this resource to the terraform JSON output. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| putConfig | *No description.* | +| resetConfig | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```typescript +public toHclTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `putConfig` + +```typescript +public putConfig(value: DataPagerdutyAlertGroupingSettingConfigA): void +``` + +###### `value`Required + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +--- + +##### `resetConfig` + +```typescript +public resetConfig(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformDataSource` + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.isTerraformDataSource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSetting.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* string + +The construct id used in the generated config for the DataPagerdutyAlertGroupingSetting to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing DataPagerdutyAlertGroupingSetting that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the DataPagerdutyAlertGroupingSetting to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| config | DataPagerdutyAlertGroupingSettingConfigAOutputReference | *No description.* | +| description | string | *No description.* | +| id | string | *No description.* | +| services | string[] | *No description.* | +| type | string | *No description.* | +| configInput | cdktf.IResolvable \| DataPagerdutyAlertGroupingSettingConfigA | *No description.* | +| nameInput | string | *No description.* | +| name | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `config`Required + +```typescript +public readonly config: DataPagerdutyAlertGroupingSettingConfigAOutputReference; +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigAOutputReference + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `services`Required + +```typescript +public readonly services: string[]; +``` + +- *Type:* string[] + +--- + +##### `type`Required + +```typescript +public readonly type: string; +``` + +- *Type:* string + +--- + +##### `configInput`Optional + +```typescript +public readonly configInput: IResolvable | DataPagerdutyAlertGroupingSettingConfigA; +``` + +- *Type:* cdktf.IResolvable | DataPagerdutyAlertGroupingSettingConfigA + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### DataPagerdutyAlertGroupingSettingConfig + +#### Initializer + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +const dataPagerdutyAlertGroupingSettingConfig: dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. | +| config | DataPagerdutyAlertGroupingSettingConfigA | config block. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name}. + +--- + +##### `config`Optional + +```typescript +public readonly config: DataPagerdutyAlertGroupingSettingConfigA; +``` + +- *Type:* DataPagerdutyAlertGroupingSettingConfigA + +config block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + +--- + +### DataPagerdutyAlertGroupingSettingConfigA + +#### Initializer + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +const dataPagerdutyAlertGroupingSettingConfigA: dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfigA = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. | +| fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. | + +--- + +##### `aggregate`Optional + +```typescript +public readonly aggregate: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate}. + +--- + +##### `fields`Optional + +```typescript +public readonly fields: string[]; +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields}. + +--- + +## Classes + +### DataPagerdutyAlertGroupingSettingConfigAOutputReference + +#### Initializers + +```typescript +import { dataPagerdutyAlertGroupingSetting } from '@cdktf/provider-pagerduty' + +new dataPagerdutyAlertGroupingSetting.DataPagerdutyAlertGroupingSettingConfigAOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetAggregate | *No description.* | +| resetFields | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetAggregate` + +```typescript +public resetAggregate(): void +``` + +##### `resetFields` + +```typescript +public resetFields(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| timeout | number | *No description.* | +| timeWindow | number | *No description.* | +| aggregateInput | string | *No description.* | +| fieldsInput | string[] | *No description.* | +| aggregate | string | *No description.* | +| fields | string[] | *No description.* | +| internalValue | cdktf.IResolvable \| DataPagerdutyAlertGroupingSettingConfigA | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `timeout`Required + +```typescript +public readonly timeout: number; +``` + +- *Type:* number + +--- + +##### `timeWindow`Required + +```typescript +public readonly timeWindow: number; +``` + +- *Type:* number + +--- + +##### `aggregateInput`Optional + +```typescript +public readonly aggregateInput: string; +``` + +- *Type:* string + +--- + +##### `fieldsInput`Optional + +```typescript +public readonly fieldsInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `aggregate`Required + +```typescript +public readonly aggregate: string; +``` + +- *Type:* string + +--- + +##### `fields`Required + +```typescript +public readonly fields: string[]; +``` + +- *Type:* string[] + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | DataPagerdutyAlertGroupingSettingConfigA; +``` + +- *Type:* cdktf.IResolvable | DataPagerdutyAlertGroupingSettingConfigA + +--- + + + diff --git a/docs/dataPagerdutyAutomationActionsAction.csharp.md b/docs/dataPagerdutyAutomationActionsAction.csharp.md index c9ee27be7..2e437e4b1 100644 --- a/docs/dataPagerdutyAutomationActionsAction.csharp.md +++ b/docs/dataPagerdutyAutomationActionsAction.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -414,7 +414,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -846,14 +846,14 @@ new DataPagerdutyAutomationActionsActionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| ActionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| CreationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| ModifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| RunnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| RunnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| ActionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| CreationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| ModifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| RunnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| RunnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -935,7 +935,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ public string ActionClassification { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -962,7 +962,7 @@ public string CreationTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -974,7 +974,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -986,7 +986,7 @@ public string ModifyTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -998,7 +998,7 @@ public string RunnerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -1010,7 +1010,7 @@ public string RunnerType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -1022,7 +1022,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- diff --git a/docs/dataPagerdutyAutomationActionsAction.go.md b/docs/dataPagerdutyAutomationActionsAction.go.md index a5a99a938..a42b0432d 100644 --- a/docs/dataPagerdutyAutomationActionsAction.go.md +++ b/docs/dataPagerdutyAutomationActionsAction.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -414,7 +414,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -846,14 +846,14 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| ActionClassification | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| CreationTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| ModifyTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| RunnerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| RunnerType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| ActionClassification | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| CreationTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| ModifyTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| RunnerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| RunnerType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -935,7 +935,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ ActionClassification *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -962,7 +962,7 @@ CreationTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -974,7 +974,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -986,7 +986,7 @@ ModifyTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -998,7 +998,7 @@ RunnerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -1010,7 +1010,7 @@ RunnerType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -1022,7 +1022,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- diff --git a/docs/dataPagerdutyAutomationActionsAction.java.md b/docs/dataPagerdutyAutomationActionsAction.java.md index 386ac394c..1bcca923c 100644 --- a/docs/dataPagerdutyAutomationActionsAction.java.md +++ b/docs/dataPagerdutyAutomationActionsAction.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -45,14 +45,14 @@ DataPagerdutyAutomationActionsAction.Builder.create(Construct scope, java.lang.S | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- @@ -551,7 +551,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -986,14 +986,14 @@ DataPagerdutyAutomationActionsActionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| actionClassification | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| creationTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| modifyTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| runnerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| runnerType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -1075,7 +1075,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1090,7 +1090,7 @@ public java.lang.String getActionClassification(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -1102,7 +1102,7 @@ public java.lang.String getCreationTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -1114,7 +1114,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -1126,7 +1126,7 @@ public java.lang.String getModifyTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -1138,7 +1138,7 @@ public java.lang.String getRunnerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -1150,7 +1150,7 @@ public java.lang.String getRunnerType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -1162,7 +1162,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- diff --git a/docs/dataPagerdutyAutomationActionsAction.python.md b/docs/dataPagerdutyAutomationActionsAction.python.md index a79597c6b..37266cf8b 100644 --- a/docs/dataPagerdutyAutomationActionsAction.python.md +++ b/docs/dataPagerdutyAutomationActionsAction.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -43,14 +43,14 @@ dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsAction( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- @@ -585,7 +585,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -1015,14 +1015,14 @@ dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsActionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| action_classification | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| creation_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| modify_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| runner_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| runner_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -1104,7 +1104,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1119,7 +1119,7 @@ action_classification: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -1131,7 +1131,7 @@ creation_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -1143,7 +1143,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -1155,7 +1155,7 @@ modify_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -1167,7 +1167,7 @@ runner_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -1179,7 +1179,7 @@ runner_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -1191,7 +1191,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- diff --git a/docs/dataPagerdutyAutomationActionsAction.typescript.md b/docs/dataPagerdutyAutomationActionsAction.typescript.md index 92b7ddd84..d5d81759b 100644 --- a/docs/dataPagerdutyAutomationActionsAction.typescript.md +++ b/docs/dataPagerdutyAutomationActionsAction.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsAction -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}. #### Initializers @@ -414,7 +414,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsAction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use --- @@ -828,14 +828,14 @@ const dataPagerdutyAutomationActionsActionConfig: dataPagerdutyAutomationActions | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | -| actionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | -| creationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | -| modifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | -| runnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | -| runnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. | +| actionClassification | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. | +| creationTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. | +| modifyTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. | +| runnerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. | +| runnerType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. | --- @@ -917,7 +917,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -932,7 +932,7 @@ public readonly actionClassification: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}. --- @@ -944,7 +944,7 @@ public readonly creationTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}. --- @@ -956,7 +956,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}. --- @@ -968,7 +968,7 @@ public readonly modifyTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}. --- @@ -980,7 +980,7 @@ public readonly runnerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}. --- @@ -992,7 +992,7 @@ public readonly runnerType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}. --- @@ -1004,7 +1004,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}. --- diff --git a/docs/dataPagerdutyAutomationActionsRunner.csharp.md b/docs/dataPagerdutyAutomationActionsRunner.csharp.md index fa6bed642..3f84baefe 100644 --- a/docs/dataPagerdutyAutomationActionsRunner.csharp.md +++ b/docs/dataPagerdutyAutomationActionsRunner.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -724,10 +724,10 @@ new DataPagerdutyAutomationActionsRunnerConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| LastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| RunbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| LastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| RunbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -809,7 +809,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -824,7 +824,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -836,7 +836,7 @@ public string LastSeen { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -848,7 +848,7 @@ public string RunbookBaseUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/dataPagerdutyAutomationActionsRunner.go.md b/docs/dataPagerdutyAutomationActionsRunner.go.md index 9cca1692f..302062471 100644 --- a/docs/dataPagerdutyAutomationActionsRunner.go.md +++ b/docs/dataPagerdutyAutomationActionsRunner.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -724,10 +724,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| LastSeen | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| RunbookBaseUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| LastSeen | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| RunbookBaseUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -809,7 +809,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -824,7 +824,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -836,7 +836,7 @@ LastSeen *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -848,7 +848,7 @@ RunbookBaseUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/dataPagerdutyAutomationActionsRunner.java.md b/docs/dataPagerdutyAutomationActionsRunner.java.md index 60fb5dd8c..d91d0a54c 100644 --- a/docs/dataPagerdutyAutomationActionsRunner.java.md +++ b/docs/dataPagerdutyAutomationActionsRunner.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -41,10 +41,10 @@ DataPagerdutyAutomationActionsRunner.Builder.create(Construct scope, java.lang.S | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -825,10 +825,10 @@ DataPagerdutyAutomationActionsRunnerConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| lastSeen | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| runbookBaseUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -910,7 +910,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -925,7 +925,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -937,7 +937,7 @@ public java.lang.String getLastSeen(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -949,7 +949,7 @@ public java.lang.String getRunbookBaseUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/dataPagerdutyAutomationActionsRunner.python.md b/docs/dataPagerdutyAutomationActionsRunner.python.md index 322632df8..cb36bbdbf 100644 --- a/docs/dataPagerdutyAutomationActionsRunner.python.md +++ b/docs/dataPagerdutyAutomationActionsRunner.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -39,10 +39,10 @@ dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- @@ -517,7 +517,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -855,10 +855,10 @@ dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunnerConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| last_seen | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| runbook_base_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -940,7 +940,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -955,7 +955,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -967,7 +967,7 @@ last_seen: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -979,7 +979,7 @@ runbook_base_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/dataPagerdutyAutomationActionsRunner.typescript.md b/docs/dataPagerdutyAutomationActionsRunner.typescript.md index 208f70872..501c20857 100644 --- a/docs/dataPagerdutyAutomationActionsRunner.typescript.md +++ b/docs/dataPagerdutyAutomationActionsRunner.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyAutomationActionsRunner -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyAutomationAct The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use --- @@ -712,10 +712,10 @@ const dataPagerdutyAutomationActionsRunnerConfig: dataPagerdutyAutomationActions | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | -| lastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | -| runbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. | +| lastSeen | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. | +| runbookBaseUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. | --- @@ -797,7 +797,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -812,7 +812,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}. --- @@ -824,7 +824,7 @@ public readonly lastSeen: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}. --- @@ -836,7 +836,7 @@ public readonly runbookBaseUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}. --- diff --git a/docs/dataPagerdutyBusinessService.csharp.md b/docs/dataPagerdutyBusinessService.csharp.md index 91f9a55ca..683656da6 100644 --- a/docs/dataPagerdutyBusinessService.csharp.md +++ b/docs/dataPagerdutyBusinessService.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyBusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyBusinessServi The id of the existing DataPagerdutyBusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -612,7 +612,7 @@ new DataPagerdutyBusinessServiceConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -694,7 +694,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- diff --git a/docs/dataPagerdutyBusinessService.go.md b/docs/dataPagerdutyBusinessService.go.md index 6a2cadace..e1a001039 100644 --- a/docs/dataPagerdutyBusinessService.go.md +++ b/docs/dataPagerdutyBusinessService.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyBusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyBusinessServi The id of the existing DataPagerdutyBusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -612,7 +612,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -694,7 +694,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- diff --git a/docs/dataPagerdutyBusinessService.java.md b/docs/dataPagerdutyBusinessService.java.md index ac23b5b44..4463e56e6 100644 --- a/docs/dataPagerdutyBusinessService.java.md +++ b/docs/dataPagerdutyBusinessService.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyBusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service}. #### Initializers @@ -38,7 +38,7 @@ DataPagerdutyBusinessService.Builder.create(Construct scope, java.lang.String id | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- @@ -429,7 +429,7 @@ The construct id used in the generated config for the DataPagerdutyBusinessServi The id of the existing DataPagerdutyBusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -680,7 +680,7 @@ DataPagerdutyBusinessServiceConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -762,7 +762,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- diff --git a/docs/dataPagerdutyBusinessService.python.md b/docs/dataPagerdutyBusinessService.python.md index 183dfb51e..bd5555401 100644 --- a/docs/dataPagerdutyBusinessService.python.md +++ b/docs/dataPagerdutyBusinessService.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyBusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service}. #### Initializers @@ -36,7 +36,7 @@ dataPagerdutyBusinessService.DataPagerdutyBusinessService( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataPagerdutyBusinessServi The id of the existing DataPagerdutyBusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -710,7 +710,7 @@ dataPagerdutyBusinessService.DataPagerdutyBusinessServiceConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -792,7 +792,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- diff --git a/docs/dataPagerdutyBusinessService.typescript.md b/docs/dataPagerdutyBusinessService.typescript.md index 78776fe21..1c926b90b 100644 --- a/docs/dataPagerdutyBusinessService.typescript.md +++ b/docs/dataPagerdutyBusinessService.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyBusinessService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyBusinessServi The id of the existing DataPagerdutyBusinessService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use --- @@ -603,7 +603,7 @@ const dataPagerdutyBusinessServiceConfig: dataPagerdutyBusinessService.DataPager | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. | --- @@ -685,7 +685,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}. --- diff --git a/docs/dataPagerdutyEscalationPolicy.csharp.md b/docs/dataPagerdutyEscalationPolicy.csharp.md index 5c4a6143e..ad0412d66 100644 --- a/docs/dataPagerdutyEscalationPolicy.csharp.md +++ b/docs/dataPagerdutyEscalationPolicy.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyEscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyEscalationPol The id of the existing DataPagerdutyEscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -620,8 +620,8 @@ new DataPagerdutyEscalationPolicyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -703,7 +703,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -715,7 +715,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEscalationPolicy.go.md b/docs/dataPagerdutyEscalationPolicy.go.md index 3425a99da..d33b15c88 100644 --- a/docs/dataPagerdutyEscalationPolicy.go.md +++ b/docs/dataPagerdutyEscalationPolicy.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyEscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyEscalationPol The id of the existing DataPagerdutyEscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -620,8 +620,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -703,7 +703,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -715,7 +715,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEscalationPolicy.java.md b/docs/dataPagerdutyEscalationPolicy.java.md index 75bc62b9a..a38bc0523 100644 --- a/docs/dataPagerdutyEscalationPolicy.java.md +++ b/docs/dataPagerdutyEscalationPolicy.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyEscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyEscalationPolicy.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyEscalationPol The id of the existing DataPagerdutyEscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -701,8 +701,8 @@ DataPagerdutyEscalationPolicyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -784,7 +784,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -796,7 +796,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEscalationPolicy.python.md b/docs/dataPagerdutyEscalationPolicy.python.md index 88c7c42ed..14cf9faf6 100644 --- a/docs/dataPagerdutyEscalationPolicy.python.md +++ b/docs/dataPagerdutyEscalationPolicy.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyEscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyEscalationPol The id of the existing DataPagerdutyEscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -731,8 +731,8 @@ dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -814,7 +814,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -826,7 +826,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEscalationPolicy.typescript.md b/docs/dataPagerdutyEscalationPolicy.typescript.md index 50f5f8774..db13b9a6d 100644 --- a/docs/dataPagerdutyEscalationPolicy.typescript.md +++ b/docs/dataPagerdutyEscalationPolicy.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyEscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyEscalationPol The id of the existing DataPagerdutyEscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -610,8 +610,8 @@ const dataPagerdutyEscalationPolicyConfig: dataPagerdutyEscalationPolicy.DataPag | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. | --- @@ -693,7 +693,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}. --- @@ -705,7 +705,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEventOrchestration.csharp.md b/docs/dataPagerdutyEventOrchestration.csharp.md index 82cb0f39f..24e311030 100644 --- a/docs/dataPagerdutyEventOrchestration.csharp.md +++ b/docs/dataPagerdutyEventOrchestration.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -392,7 +392,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -663,8 +663,8 @@ new DataPagerdutyEventOrchestrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | Integration | object | integration block. | --- @@ -747,7 +747,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -759,7 +759,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -776,7 +776,7 @@ public object Integration { get; set; } integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- diff --git a/docs/dataPagerdutyEventOrchestration.go.md b/docs/dataPagerdutyEventOrchestration.go.md index 2cae1231f..6a5f345a0 100644 --- a/docs/dataPagerdutyEventOrchestration.go.md +++ b/docs/dataPagerdutyEventOrchestration.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -392,7 +392,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -663,8 +663,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | Integration | interface{} | integration block. | --- @@ -747,7 +747,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -759,7 +759,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -776,7 +776,7 @@ Integration interface{} integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- diff --git a/docs/dataPagerdutyEventOrchestration.java.md b/docs/dataPagerdutyEventOrchestration.java.md index d3a8dc992..4e5fe54c7 100644 --- a/docs/dataPagerdutyEventOrchestration.java.md +++ b/docs/dataPagerdutyEventOrchestration.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -41,8 +41,8 @@ DataPagerdutyEventOrchestration.Builder.create(Construct scope, java.lang.String | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | integration | com.hashicorp.cdktf.IResolvable OR java.util.List<DataPagerdutyEventOrchestrationIntegration> | integration block. | --- @@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -119,7 +119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -132,7 +132,7 @@ If you experience problems setting this value it might not be settable. Please t integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- @@ -482,7 +482,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -758,8 +758,8 @@ DataPagerdutyEventOrchestrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | integration | com.hashicorp.cdktf.IResolvable OR java.util.List<DataPagerdutyEventOrchestrationIntegration> | integration block. | --- @@ -842,7 +842,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -854,7 +854,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -871,7 +871,7 @@ public java.lang.Object getIntegration(); integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- diff --git a/docs/dataPagerdutyEventOrchestration.python.md b/docs/dataPagerdutyEventOrchestration.python.md index 2dbd94f19..853960b9b 100644 --- a/docs/dataPagerdutyEventOrchestration.python.md +++ b/docs/dataPagerdutyEventOrchestration.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -38,8 +38,8 @@ dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | integration | typing.Union[cdktf.IResolvable, typing.List[DataPagerdutyEventOrchestrationIntegration]] | integration block. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- @@ -517,7 +517,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -788,8 +788,8 @@ dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | integration | typing.Union[cdktf.IResolvable, typing.List[DataPagerdutyEventOrchestrationIntegration]] | integration block. | --- @@ -872,7 +872,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -884,7 +884,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -901,7 +901,7 @@ integration: typing.Union[IResolvable, typing.List[DataPagerdutyEventOrchestrati integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- diff --git a/docs/dataPagerdutyEventOrchestration.typescript.md b/docs/dataPagerdutyEventOrchestration.typescript.md index 95ed5fdfc..1cba91943 100644 --- a/docs/dataPagerdutyEventOrchestration.typescript.md +++ b/docs/dataPagerdutyEventOrchestration.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -392,7 +392,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -652,8 +652,8 @@ const dataPagerdutyEventOrchestrationConfig: dataPagerdutyEventOrchestration.Dat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. | | integration | cdktf.IResolvable \| DataPagerdutyEventOrchestrationIntegration[] | integration block. | --- @@ -736,7 +736,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}. --- @@ -748,7 +748,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -765,7 +765,7 @@ public readonly integration: IResolvable | DataPagerdutyEventOrchestrationIntegr integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} --- diff --git a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.csharp.md b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.csharp.md index 20607a30d..371ccb723 100644 --- a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.csharp.md +++ b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -696,9 +696,9 @@ new DataPagerdutyEventOrchestrationGlobalCacheVariableConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -780,7 +780,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -792,7 +792,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.go.md b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.go.md index b8c99482c..993b24bf6 100644 --- a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.go.md +++ b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -696,9 +696,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -780,7 +780,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -792,7 +792,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.java.md b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.java.md index 0be51b7fa..14755553e 100644 --- a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.java.md +++ b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -40,9 +40,9 @@ DataPagerdutyEventOrchestrationGlobalCacheVariable.Builder.create(Construct scop | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- @@ -466,7 +466,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -786,9 +786,9 @@ DataPagerdutyEventOrchestrationGlobalCacheVariableConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -870,7 +870,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -882,7 +882,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -897,7 +897,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.python.md b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.python.md index 85264c794..7a0a6db14 100644 --- a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.python.md +++ b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -38,9 +38,9 @@ dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrati | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- @@ -500,7 +500,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -815,9 +815,9 @@ dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrati | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -899,7 +899,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -911,7 +911,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -926,7 +926,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.typescript.md b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.typescript.md index c5f405793..e33a49bf4 100644 --- a/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.typescript.md +++ b/docs/dataPagerdutyEventOrchestrationGlobalCacheVariable.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -683,9 +683,9 @@ const dataPagerdutyEventOrchestrationGlobalCacheVariableConfig: dataPagerdutyEve | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. | --- @@ -767,7 +767,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -779,7 +779,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -794,7 +794,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationIntegration.csharp.md b/docs/dataPagerdutyEventOrchestrationIntegration.csharp.md index 6166af339..4ed8e2c94 100644 --- a/docs/dataPagerdutyEventOrchestrationIntegration.csharp.md +++ b/docs/dataPagerdutyEventOrchestrationIntegration.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -661,9 +661,9 @@ new DataPagerdutyEventOrchestrationIntegrationAConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -745,7 +745,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -772,7 +772,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- diff --git a/docs/dataPagerdutyEventOrchestrationIntegration.go.md b/docs/dataPagerdutyEventOrchestrationIntegration.go.md index 3b29df0b4..bbe9d8694 100644 --- a/docs/dataPagerdutyEventOrchestrationIntegration.go.md +++ b/docs/dataPagerdutyEventOrchestrationIntegration.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -661,9 +661,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -745,7 +745,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -772,7 +772,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- diff --git a/docs/dataPagerdutyEventOrchestrationIntegration.java.md b/docs/dataPagerdutyEventOrchestrationIntegration.java.md index 5450d79d1..b8a663576 100644 --- a/docs/dataPagerdutyEventOrchestrationIntegration.java.md +++ b/docs/dataPagerdutyEventOrchestrationIntegration.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -40,9 +40,9 @@ DataPagerdutyEventOrchestrationIntegrationA.Builder.create(Construct scope, java | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- @@ -466,7 +466,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -752,9 +752,9 @@ DataPagerdutyEventOrchestrationIntegrationAConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -836,7 +836,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -848,7 +848,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -863,7 +863,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- diff --git a/docs/dataPagerdutyEventOrchestrationIntegration.python.md b/docs/dataPagerdutyEventOrchestrationIntegration.python.md index fd46fb2f3..9486e4717 100644 --- a/docs/dataPagerdutyEventOrchestrationIntegration.python.md +++ b/docs/dataPagerdutyEventOrchestrationIntegration.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -38,9 +38,9 @@ dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegr | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- @@ -500,7 +500,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -782,9 +782,9 @@ dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegr | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -866,7 +866,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -878,7 +878,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -893,7 +893,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- diff --git a/docs/dataPagerdutyEventOrchestrationIntegration.typescript.md b/docs/dataPagerdutyEventOrchestrationIntegration.typescript.md index 834f461e0..80ebf9b90 100644 --- a/docs/dataPagerdutyEventOrchestrationIntegration.typescript.md +++ b/docs/dataPagerdutyEventOrchestrationIntegration.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -650,9 +650,9 @@ const dataPagerdutyEventOrchestrationIntegrationAConfig: dataPagerdutyEventOrche | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. | --- @@ -734,7 +734,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}. --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -761,7 +761,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}. --- diff --git a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.csharp.md b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.csharp.md index 06c606259..f50e1f8f9 100644 --- a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.csharp.md +++ b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -696,9 +696,9 @@ new DataPagerdutyEventOrchestrationServiceCacheVariableConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -780,7 +780,7 @@ public string Service { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -792,7 +792,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.go.md b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.go.md index af3c95b62..320953b15 100644 --- a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.go.md +++ b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -696,9 +696,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -780,7 +780,7 @@ Service *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -792,7 +792,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.java.md b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.java.md index 96c9f4b2a..12ea7ba06 100644 --- a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.java.md +++ b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -40,9 +40,9 @@ DataPagerdutyEventOrchestrationServiceCacheVariable.Builder.create(Construct sco | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- @@ -466,7 +466,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -786,9 +786,9 @@ DataPagerdutyEventOrchestrationServiceCacheVariableConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -870,7 +870,7 @@ public java.lang.String getService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -882,7 +882,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -897,7 +897,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.python.md b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.python.md index 1718d98ee..53b695769 100644 --- a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.python.md +++ b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -38,9 +38,9 @@ dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- @@ -500,7 +500,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -815,9 +815,9 @@ dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -899,7 +899,7 @@ service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -911,7 +911,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -926,7 +926,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.typescript.md b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.typescript.md index a948f3e7d..1268b7560 100644 --- a/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.typescript.md +++ b/docs/dataPagerdutyEventOrchestrationServiceCacheVariable.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -683,9 +683,9 @@ const dataPagerdutyEventOrchestrationServiceCacheVariableConfig: dataPagerdutyEv | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | +| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. | --- @@ -767,7 +767,7 @@ public readonly service: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}. --- @@ -779,7 +779,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -794,7 +794,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}. --- diff --git a/docs/dataPagerdutyEventOrchestrations.csharp.md b/docs/dataPagerdutyEventOrchestrations.csharp.md index c56beac6d..afac93ee0 100644 --- a/docs/dataPagerdutyEventOrchestrations.csharp.md +++ b/docs/dataPagerdutyEventOrchestrations.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrations -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataPagerdutyEventOrchestrationsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| NameFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| NameFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -714,7 +714,7 @@ public string NameFilter { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEventOrchestrations.go.md b/docs/dataPagerdutyEventOrchestrations.go.md index 509549f38..c3af7420c 100644 --- a/docs/dataPagerdutyEventOrchestrations.go.md +++ b/docs/dataPagerdutyEventOrchestrations.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrations -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| NameFilter | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| NameFilter | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -714,7 +714,7 @@ NameFilter *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEventOrchestrations.java.md b/docs/dataPagerdutyEventOrchestrations.java.md index 86faa0824..d7b6f1e7c 100644 --- a/docs/dataPagerdutyEventOrchestrations.java.md +++ b/docs/dataPagerdutyEventOrchestrations.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrations -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyEventOrchestrations.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| nameFilter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| nameFilter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataPagerdutyEventOrchestrationsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| nameFilter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| nameFilter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getNameFilter(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEventOrchestrations.python.md b/docs/dataPagerdutyEventOrchestrations.python.md index 3664ee1a4..179722d4b 100644 --- a/docs/dataPagerdutyEventOrchestrations.python.md +++ b/docs/dataPagerdutyEventOrchestrations.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrations -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name_filter | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| name_filter | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrationsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name_filter | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| name_filter | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -825,7 +825,7 @@ name_filter: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyEventOrchestrations.typescript.md b/docs/dataPagerdutyEventOrchestrations.typescript.md index ed1f2273d..3e1fbd20e 100644 --- a/docs/dataPagerdutyEventOrchestrations.typescript.md +++ b/docs/dataPagerdutyEventOrchestrations.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyEventOrchestrations -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyEventOrchestr The id of the existing DataPagerdutyEventOrchestrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataPagerdutyEventOrchestrationsConfig: dataPagerdutyEventOrchestrations.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| nameFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | +| nameFilter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. | --- @@ -704,7 +704,7 @@ public readonly nameFilter: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyExtensionSchema.csharp.md b/docs/dataPagerdutyExtensionSchema.csharp.md index 6c6e77e0f..a14da5ffd 100644 --- a/docs/dataPagerdutyExtensionSchema.csharp.md +++ b/docs/dataPagerdutyExtensionSchema.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyExtensionSchema -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyExtensionSche The id of the existing DataPagerdutyExtensionSchema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use --- @@ -612,7 +612,7 @@ new DataPagerdutyExtensionSchemaConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -694,7 +694,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- diff --git a/docs/dataPagerdutyExtensionSchema.go.md b/docs/dataPagerdutyExtensionSchema.go.md index 16cbc9707..18c86fc33 100644 --- a/docs/dataPagerdutyExtensionSchema.go.md +++ b/docs/dataPagerdutyExtensionSchema.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyExtensionSchema -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyExtensionSche The id of the existing DataPagerdutyExtensionSchema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use --- @@ -612,7 +612,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -694,7 +694,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- diff --git a/docs/dataPagerdutyExtensionSchema.java.md b/docs/dataPagerdutyExtensionSchema.java.md index d38037996..42f9487f8 100644 --- a/docs/dataPagerdutyExtensionSchema.java.md +++ b/docs/dataPagerdutyExtensionSchema.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyExtensionSchema -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema}. #### Initializers @@ -38,7 +38,7 @@ DataPagerdutyExtensionSchema.Builder.create(Construct scope, java.lang.String id | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- @@ -429,7 +429,7 @@ The construct id used in the generated config for the DataPagerdutyExtensionSche The id of the existing DataPagerdutyExtensionSchema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use --- @@ -680,7 +680,7 @@ DataPagerdutyExtensionSchemaConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -762,7 +762,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- diff --git a/docs/dataPagerdutyExtensionSchema.python.md b/docs/dataPagerdutyExtensionSchema.python.md index b05a992bd..9a59ce3ef 100644 --- a/docs/dataPagerdutyExtensionSchema.python.md +++ b/docs/dataPagerdutyExtensionSchema.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyExtensionSchema -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema}. #### Initializers @@ -36,7 +36,7 @@ dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchema( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataPagerdutyExtensionSche The id of the existing DataPagerdutyExtensionSchema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use --- @@ -710,7 +710,7 @@ dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchemaConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -792,7 +792,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- diff --git a/docs/dataPagerdutyExtensionSchema.typescript.md b/docs/dataPagerdutyExtensionSchema.typescript.md index e085c0e46..980778c0e 100644 --- a/docs/dataPagerdutyExtensionSchema.typescript.md +++ b/docs/dataPagerdutyExtensionSchema.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyExtensionSchema -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyExtensionSche The id of the existing DataPagerdutyExtensionSchema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use --- @@ -603,7 +603,7 @@ const dataPagerdutyExtensionSchemaConfig: dataPagerdutyExtensionSchema.DataPager | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. | --- @@ -685,7 +685,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}. --- diff --git a/docs/dataPagerdutyIncidentCustomField.csharp.md b/docs/dataPagerdutyIncidentCustomField.csharp.md index 9713eb508..5b31650f5 100644 --- a/docs/dataPagerdutyIncidentCustomField.csharp.md +++ b/docs/dataPagerdutyIncidentCustomField.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentCusto The id of the existing DataPagerdutyIncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -664,8 +664,8 @@ new DataPagerdutyIncidentCustomFieldConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -747,7 +747,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -759,7 +759,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentCustomField.go.md b/docs/dataPagerdutyIncidentCustomField.go.md index 1021ed56e..bb80ed54a 100644 --- a/docs/dataPagerdutyIncidentCustomField.go.md +++ b/docs/dataPagerdutyIncidentCustomField.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentCusto The id of the existing DataPagerdutyIncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -664,8 +664,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -747,7 +747,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -759,7 +759,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentCustomField.java.md b/docs/dataPagerdutyIncidentCustomField.java.md index bf7831bd1..86b9ed9b9 100644 --- a/docs/dataPagerdutyIncidentCustomField.java.md +++ b/docs/dataPagerdutyIncidentCustomField.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyIncidentCustomField.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentCusto The id of the existing DataPagerdutyIncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -745,8 +745,8 @@ DataPagerdutyIncidentCustomFieldConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -828,7 +828,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -840,7 +840,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentCustomField.python.md b/docs/dataPagerdutyIncidentCustomField.python.md index 4e5ead678..e2187ef5a 100644 --- a/docs/dataPagerdutyIncidentCustomField.python.md +++ b/docs/dataPagerdutyIncidentCustomField.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyIncidentCustomField.DataPagerdutyIncidentCustomField( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentCusto The id of the existing DataPagerdutyIncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -775,8 +775,8 @@ dataPagerdutyIncidentCustomField.DataPagerdutyIncidentCustomFieldConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -858,7 +858,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -870,7 +870,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentCustomField.typescript.md b/docs/dataPagerdutyIncidentCustomField.typescript.md index aca51e434..4ffd5f0e7 100644 --- a/docs/dataPagerdutyIncidentCustomField.typescript.md +++ b/docs/dataPagerdutyIncidentCustomField.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentCusto The id of the existing DataPagerdutyIncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -654,8 +654,8 @@ const dataPagerdutyIncidentCustomFieldConfig: dataPagerdutyIncidentCustomField.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. | --- @@ -737,7 +737,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}. --- @@ -749,7 +749,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentWorkflow.csharp.md b/docs/dataPagerdutyIncidentWorkflow.csharp.md index f6d589b00..42c94a41e 100644 --- a/docs/dataPagerdutyIncidentWorkflow.csharp.md +++ b/docs/dataPagerdutyIncidentWorkflow.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentWorkf The id of the existing DataPagerdutyIncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataPagerdutyIncidentWorkflowConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -714,7 +714,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentWorkflow.go.md b/docs/dataPagerdutyIncidentWorkflow.go.md index bf00e2177..dbfe50200 100644 --- a/docs/dataPagerdutyIncidentWorkflow.go.md +++ b/docs/dataPagerdutyIncidentWorkflow.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentWorkf The id of the existing DataPagerdutyIncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -714,7 +714,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentWorkflow.java.md b/docs/dataPagerdutyIncidentWorkflow.java.md index 7c6935f5d..fd76aac11 100644 --- a/docs/dataPagerdutyIncidentWorkflow.java.md +++ b/docs/dataPagerdutyIncidentWorkflow.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyIncidentWorkflow.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentWorkf The id of the existing DataPagerdutyIncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataPagerdutyIncidentWorkflowConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentWorkflow.python.md b/docs/dataPagerdutyIncidentWorkflow.python.md index 3bc2a2859..cbc4cfc37 100644 --- a/docs/dataPagerdutyIncidentWorkflow.python.md +++ b/docs/dataPagerdutyIncidentWorkflow.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyIncidentWorkflow.DataPagerdutyIncidentWorkflow( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentWorkf The id of the existing DataPagerdutyIncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataPagerdutyIncidentWorkflow.DataPagerdutyIncidentWorkflowConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -825,7 +825,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyIncidentWorkflow.typescript.md b/docs/dataPagerdutyIncidentWorkflow.typescript.md index c5397a54e..6b1a67b4e 100644 --- a/docs/dataPagerdutyIncidentWorkflow.typescript.md +++ b/docs/dataPagerdutyIncidentWorkflow.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyIncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyIncidentWorkf The id of the existing DataPagerdutyIncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataPagerdutyIncidentWorkflowConfig: dataPagerdutyIncidentWorkflow.DataPag | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. | --- @@ -704,7 +704,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyLicense.csharp.md b/docs/dataPagerdutyLicense.csharp.md index b38928f53..965949be8 100644 --- a/docs/dataPagerdutyLicense.csharp.md +++ b/docs/dataPagerdutyLicense.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicense -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyLicense to im The id of the existing DataPagerdutyLicense that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use --- @@ -745,9 +745,9 @@ new DataPagerdutyLicenseConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -829,7 +829,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -841,7 +841,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -856,7 +856,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- diff --git a/docs/dataPagerdutyLicense.go.md b/docs/dataPagerdutyLicense.go.md index 224f68821..fb946d131 100644 --- a/docs/dataPagerdutyLicense.go.md +++ b/docs/dataPagerdutyLicense.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicense -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyLicense to im The id of the existing DataPagerdutyLicense that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use --- @@ -745,9 +745,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -829,7 +829,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -841,7 +841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -856,7 +856,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- diff --git a/docs/dataPagerdutyLicense.java.md b/docs/dataPagerdutyLicense.java.md index bcfaf7492..c0e250cd8 100644 --- a/docs/dataPagerdutyLicense.java.md +++ b/docs/dataPagerdutyLicense.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicense -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license}. #### Initializers @@ -40,9 +40,9 @@ DataPagerdutyLicense.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataPagerdutyLicense to im The id of the existing DataPagerdutyLicense that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use --- @@ -836,9 +836,9 @@ DataPagerdutyLicenseConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -920,7 +920,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -932,7 +932,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -947,7 +947,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- diff --git a/docs/dataPagerdutyLicense.python.md b/docs/dataPagerdutyLicense.python.md index 47ba50cc4..145d8bced 100644 --- a/docs/dataPagerdutyLicense.python.md +++ b/docs/dataPagerdutyLicense.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicense -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license}. #### Initializers @@ -38,9 +38,9 @@ dataPagerdutyLicense.DataPagerdutyLicense( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataPagerdutyLicense to im The id of the existing DataPagerdutyLicense that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use --- @@ -866,9 +866,9 @@ dataPagerdutyLicense.DataPagerdutyLicenseConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -950,7 +950,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -962,7 +962,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -977,7 +977,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- diff --git a/docs/dataPagerdutyLicense.typescript.md b/docs/dataPagerdutyLicense.typescript.md index 7d0701c28..13072060d 100644 --- a/docs/dataPagerdutyLicense.typescript.md +++ b/docs/dataPagerdutyLicense.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicense -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyLicense to im The id of the existing DataPagerdutyLicense that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use --- @@ -734,9 +734,9 @@ const dataPagerdutyLicenseConfig: dataPagerdutyLicense.DataPagerdutyLicenseConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. | --- @@ -818,7 +818,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description}. --- @@ -830,7 +830,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -845,7 +845,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name}. --- diff --git a/docs/dataPagerdutyLicenses.csharp.md b/docs/dataPagerdutyLicenses.csharp.md index 7b8549416..959abbd54 100644 --- a/docs/dataPagerdutyLicenses.csharp.md +++ b/docs/dataPagerdutyLicenses.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicenses -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyLicenses to i The id of the existing DataPagerdutyLicenses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataPagerdutyLicensesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyLicenses.go.md b/docs/dataPagerdutyLicenses.go.md index 2165eb036..7d45cb92e 100644 --- a/docs/dataPagerdutyLicenses.go.md +++ b/docs/dataPagerdutyLicenses.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicenses -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyLicenses to i The id of the existing DataPagerdutyLicenses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyLicenses.java.md b/docs/dataPagerdutyLicenses.java.md index 7baf8f34a..91750d631 100644 --- a/docs/dataPagerdutyLicenses.java.md +++ b/docs/dataPagerdutyLicenses.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicenses -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses}. #### Initializers @@ -38,7 +38,7 @@ DataPagerdutyLicenses.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataPagerdutyLicenses to i The id of the existing DataPagerdutyLicenses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataPagerdutyLicensesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyLicenses.python.md b/docs/dataPagerdutyLicenses.python.md index 1dcc57677..b43a68422 100644 --- a/docs/dataPagerdutyLicenses.python.md +++ b/docs/dataPagerdutyLicenses.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicenses -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses}. #### Initializers @@ -36,7 +36,7 @@ dataPagerdutyLicenses.DataPagerdutyLicenses( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataPagerdutyLicenses to i The id of the existing DataPagerdutyLicenses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataPagerdutyLicenses.DataPagerdutyLicensesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyLicenses.typescript.md b/docs/dataPagerdutyLicenses.typescript.md index 594b7c3f7..3406e3c49 100644 --- a/docs/dataPagerdutyLicenses.typescript.md +++ b/docs/dataPagerdutyLicenses.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyLicenses -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyLicenses to i The id of the existing DataPagerdutyLicenses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataPagerdutyLicensesConfig: dataPagerdutyLicenses.DataPagerdutyLicensesCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyPriority.csharp.md b/docs/dataPagerdutyPriority.csharp.md index fdebb467c..b6dcd1876 100644 --- a/docs/dataPagerdutyPriority.csharp.md +++ b/docs/dataPagerdutyPriority.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyPriority -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyPriority to i The id of the existing DataPagerdutyPriority that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use --- @@ -696,7 +696,7 @@ public string Name { get; set; } The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- diff --git a/docs/dataPagerdutyPriority.go.md b/docs/dataPagerdutyPriority.go.md index 72b62e4f5..c9ca6b19e 100644 --- a/docs/dataPagerdutyPriority.go.md +++ b/docs/dataPagerdutyPriority.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyPriority -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyPriority to i The id of the existing DataPagerdutyPriority that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use --- @@ -696,7 +696,7 @@ Name *string The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- diff --git a/docs/dataPagerdutyPriority.java.md b/docs/dataPagerdutyPriority.java.md index 13ce3a0d3..e83d36589 100644 --- a/docs/dataPagerdutyPriority.java.md +++ b/docs/dataPagerdutyPriority.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyPriority -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- @@ -431,7 +431,7 @@ The construct id used in the generated config for the DataPagerdutyPriority to i The id of the existing DataPagerdutyPriority that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use --- @@ -766,7 +766,7 @@ public java.lang.String getName(); The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- diff --git a/docs/dataPagerdutyPriority.python.md b/docs/dataPagerdutyPriority.python.md index 4aeef7460..9e7dee173 100644 --- a/docs/dataPagerdutyPriority.python.md +++ b/docs/dataPagerdutyPriority.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyPriority -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- @@ -465,7 +465,7 @@ The construct id used in the generated config for the DataPagerdutyPriority to i The id of the existing DataPagerdutyPriority that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use --- @@ -796,7 +796,7 @@ name: str The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- diff --git a/docs/dataPagerdutyPriority.typescript.md b/docs/dataPagerdutyPriority.typescript.md index c3cdd83bd..893831cb4 100644 --- a/docs/dataPagerdutyPriority.typescript.md +++ b/docs/dataPagerdutyPriority.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyPriority -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyPriority to i The id of the existing DataPagerdutyPriority that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,7 @@ public readonly name: string; The name of the priority to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} --- diff --git a/docs/dataPagerdutyRuleset.csharp.md b/docs/dataPagerdutyRuleset.csharp.md index f9a834190..eaf5883fe 100644 --- a/docs/dataPagerdutyRuleset.csharp.md +++ b/docs/dataPagerdutyRuleset.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyRuleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyRuleset to im The id of the existing DataPagerdutyRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataPagerdutyRulesetConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -714,7 +714,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyRuleset.go.md b/docs/dataPagerdutyRuleset.go.md index b8ddf40ef..f3ece510c 100644 --- a/docs/dataPagerdutyRuleset.go.md +++ b/docs/dataPagerdutyRuleset.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyRuleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyRuleset to im The id of the existing DataPagerdutyRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -714,7 +714,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyRuleset.java.md b/docs/dataPagerdutyRuleset.java.md index fe55e1e4c..e19bae867 100644 --- a/docs/dataPagerdutyRuleset.java.md +++ b/docs/dataPagerdutyRuleset.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyRuleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyRuleset.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyRuleset to im The id of the existing DataPagerdutyRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataPagerdutyRulesetConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyRuleset.python.md b/docs/dataPagerdutyRuleset.python.md index 1855caf33..db8a712c1 100644 --- a/docs/dataPagerdutyRuleset.python.md +++ b/docs/dataPagerdutyRuleset.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyRuleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyRuleset.DataPagerdutyRuleset( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyRuleset to im The id of the existing DataPagerdutyRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataPagerdutyRuleset.DataPagerdutyRulesetConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -825,7 +825,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyRuleset.typescript.md b/docs/dataPagerdutyRuleset.typescript.md index 4788ba066..1aede2cc8 100644 --- a/docs/dataPagerdutyRuleset.typescript.md +++ b/docs/dataPagerdutyRuleset.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyRuleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyRuleset to im The id of the existing DataPagerdutyRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataPagerdutyRulesetConfig: dataPagerdutyRuleset.DataPagerdutyRulesetConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. | --- @@ -704,7 +704,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutySchedule.csharp.md b/docs/dataPagerdutySchedule.csharp.md index 4becd2682..cb3b752b4 100644 --- a/docs/dataPagerdutySchedule.csharp.md +++ b/docs/dataPagerdutySchedule.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutySchedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutySchedule to i The id of the existing DataPagerdutySchedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -620,8 +620,8 @@ new DataPagerdutyScheduleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -703,7 +703,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -715,7 +715,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutySchedule.go.md b/docs/dataPagerdutySchedule.go.md index f0b386e4c..c1ffc6cc9 100644 --- a/docs/dataPagerdutySchedule.go.md +++ b/docs/dataPagerdutySchedule.go.md @@ -4,7 +4,7 @@ ### DataPagerdutySchedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutySchedule to i The id of the existing DataPagerdutySchedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -620,8 +620,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -703,7 +703,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -715,7 +715,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutySchedule.java.md b/docs/dataPagerdutySchedule.java.md index f80556849..ac81836c1 100644 --- a/docs/dataPagerdutySchedule.java.md +++ b/docs/dataPagerdutySchedule.java.md @@ -4,7 +4,7 @@ ### DataPagerdutySchedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutySchedule.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutySchedule to i The id of the existing DataPagerdutySchedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -701,8 +701,8 @@ DataPagerdutyScheduleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -784,7 +784,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -796,7 +796,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutySchedule.python.md b/docs/dataPagerdutySchedule.python.md index f6952ffab..7abd703a3 100644 --- a/docs/dataPagerdutySchedule.python.md +++ b/docs/dataPagerdutySchedule.python.md @@ -4,7 +4,7 @@ ### DataPagerdutySchedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutySchedule.DataPagerdutySchedule( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutySchedule to i The id of the existing DataPagerdutySchedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -731,8 +731,8 @@ dataPagerdutySchedule.DataPagerdutyScheduleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -814,7 +814,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -826,7 +826,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutySchedule.typescript.md b/docs/dataPagerdutySchedule.typescript.md index ed7a28cd7..a163aef90 100644 --- a/docs/dataPagerdutySchedule.typescript.md +++ b/docs/dataPagerdutySchedule.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutySchedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutySchedule to i The id of the existing DataPagerdutySchedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -610,8 +610,8 @@ const dataPagerdutyScheduleConfig: dataPagerdutySchedule.DataPagerdutyScheduleCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. | --- @@ -693,7 +693,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}. --- @@ -705,7 +705,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyService.csharp.md b/docs/dataPagerdutyService.csharp.md index ca3a6b43d..78280df1f 100644 --- a/docs/dataPagerdutyService.csharp.md +++ b/docs/dataPagerdutyService.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyService to im The id of the existing DataPagerdutyService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use --- @@ -678,7 +678,7 @@ new DataPagerdutyServiceConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -760,7 +760,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- diff --git a/docs/dataPagerdutyService.go.md b/docs/dataPagerdutyService.go.md index 08ba4c273..4839cd5f0 100644 --- a/docs/dataPagerdutyService.go.md +++ b/docs/dataPagerdutyService.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyService to im The id of the existing DataPagerdutyService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use --- @@ -678,7 +678,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -760,7 +760,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- diff --git a/docs/dataPagerdutyService.java.md b/docs/dataPagerdutyService.java.md index dafd29d31..51975cf43 100644 --- a/docs/dataPagerdutyService.java.md +++ b/docs/dataPagerdutyService.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service}. #### Initializers @@ -38,7 +38,7 @@ DataPagerdutyService.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- @@ -429,7 +429,7 @@ The construct id used in the generated config for the DataPagerdutyService to im The id of the existing DataPagerdutyService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use --- @@ -746,7 +746,7 @@ DataPagerdutyServiceConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -828,7 +828,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- diff --git a/docs/dataPagerdutyService.python.md b/docs/dataPagerdutyService.python.md index ea2aa263b..2131fd69c 100644 --- a/docs/dataPagerdutyService.python.md +++ b/docs/dataPagerdutyService.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service}. #### Initializers @@ -36,7 +36,7 @@ dataPagerdutyService.DataPagerdutyService( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataPagerdutyService to im The id of the existing DataPagerdutyService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use --- @@ -776,7 +776,7 @@ dataPagerdutyService.DataPagerdutyServiceConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -858,7 +858,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- diff --git a/docs/dataPagerdutyService.typescript.md b/docs/dataPagerdutyService.typescript.md index 831102173..dd967c3a1 100644 --- a/docs/dataPagerdutyService.typescript.md +++ b/docs/dataPagerdutyService.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyService to im The id of the existing DataPagerdutyService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use --- @@ -669,7 +669,7 @@ const dataPagerdutyServiceConfig: dataPagerdutyService.DataPagerdutyServiceConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. | --- @@ -751,7 +751,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}. --- diff --git a/docs/dataPagerdutyServiceIntegration.csharp.md b/docs/dataPagerdutyServiceIntegration.csharp.md index 1af2dc377..4ee462bd7 100644 --- a/docs/dataPagerdutyServiceIntegration.csharp.md +++ b/docs/dataPagerdutyServiceIntegration.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyServiceIntegr The id of the existing DataPagerdutyServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ new DataPagerdutyServiceIntegrationConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | IntegrationSummary | string | examples "Amazon CloudWatch", "New Relic". | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -720,7 +720,7 @@ public string IntegrationSummary { get; set; } examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -732,7 +732,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- diff --git a/docs/dataPagerdutyServiceIntegration.go.md b/docs/dataPagerdutyServiceIntegration.go.md index 78a4da3cf..5b04765fa 100644 --- a/docs/dataPagerdutyServiceIntegration.go.md +++ b/docs/dataPagerdutyServiceIntegration.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyServiceIntegr The id of the existing DataPagerdutyServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | IntegrationSummary | *string | examples "Amazon CloudWatch", "New Relic". | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -720,7 +720,7 @@ IntegrationSummary *string examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -732,7 +732,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- diff --git a/docs/dataPagerdutyServiceIntegration.java.md b/docs/dataPagerdutyServiceIntegration.java.md index 4d306175e..b99f6549b 100644 --- a/docs/dataPagerdutyServiceIntegration.java.md +++ b/docs/dataPagerdutyServiceIntegration.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration}. #### Initializers @@ -40,7 +40,7 @@ DataPagerdutyServiceIntegration.Builder.create(Construct scope, java.lang.String | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | integrationSummary | java.lang.String | examples "Amazon CloudWatch", "New Relic". | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- @@ -441,7 +441,7 @@ The construct id used in the generated config for the DataPagerdutyServiceIntegr The id of the existing DataPagerdutyServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -716,7 +716,7 @@ DataPagerdutyServiceIntegrationConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | integrationSummary | java.lang.String | examples "Amazon CloudWatch", "New Relic". | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -800,7 +800,7 @@ public java.lang.String getIntegrationSummary(); examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -812,7 +812,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- diff --git a/docs/dataPagerdutyServiceIntegration.python.md b/docs/dataPagerdutyServiceIntegration.python.md index e2a2418bc..17aa4ff42 100644 --- a/docs/dataPagerdutyServiceIntegration.python.md +++ b/docs/dataPagerdutyServiceIntegration.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration}. #### Initializers @@ -38,7 +38,7 @@ dataPagerdutyServiceIntegration.DataPagerdutyServiceIntegration( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_summary | str | examples "Amazon CloudWatch", "New Relic". | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- @@ -475,7 +475,7 @@ The construct id used in the generated config for the DataPagerdutyServiceIntegr The id of the existing DataPagerdutyServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -746,7 +746,7 @@ dataPagerdutyServiceIntegration.DataPagerdutyServiceIntegrationConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_summary | str | examples "Amazon CloudWatch", "New Relic". | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -830,7 +830,7 @@ integration_summary: str examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -842,7 +842,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- diff --git a/docs/dataPagerdutyServiceIntegration.typescript.md b/docs/dataPagerdutyServiceIntegration.typescript.md index c5910d8f5..31ef7d6e9 100644 --- a/docs/dataPagerdutyServiceIntegration.typescript.md +++ b/docs/dataPagerdutyServiceIntegration.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyServiceIntegr The id of the existing DataPagerdutyServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -626,7 +626,7 @@ const dataPagerdutyServiceIntegrationConfig: dataPagerdutyServiceIntegration.Dat | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | integrationSummary | string | examples "Amazon CloudWatch", "New Relic". | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | +| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. | --- @@ -710,7 +710,7 @@ public readonly integrationSummary: string; examples "Amazon CloudWatch", "New Relic". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} --- @@ -722,7 +722,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}. --- diff --git a/docs/dataPagerdutyStandards.csharp.md b/docs/dataPagerdutyStandards.csharp.md index 1d2683fec..60211414d 100644 --- a/docs/dataPagerdutyStandards.csharp.md +++ b/docs/dataPagerdutyStandards.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandards -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyStandards to The id of the existing DataPagerdutyStandards that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataPagerdutyStandardsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ResourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| ResourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -690,7 +690,7 @@ public string ResourceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- diff --git a/docs/dataPagerdutyStandards.go.md b/docs/dataPagerdutyStandards.go.md index 8e3f2c239..6bb255254 100644 --- a/docs/dataPagerdutyStandards.go.md +++ b/docs/dataPagerdutyStandards.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandards -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyStandards to The id of the existing DataPagerdutyStandards that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ResourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| ResourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -690,7 +690,7 @@ ResourceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- diff --git a/docs/dataPagerdutyStandards.java.md b/docs/dataPagerdutyStandards.java.md index a11ce8bef..e0ae436f8 100644 --- a/docs/dataPagerdutyStandards.java.md +++ b/docs/dataPagerdutyStandards.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandards -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards}. #### Initializers @@ -38,7 +38,7 @@ DataPagerdutyStandards.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- @@ -436,7 +436,7 @@ The construct id used in the generated config for the DataPagerdutyStandards to The id of the existing DataPagerdutyStandards that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ DataPagerdutyStandardsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -758,7 +758,7 @@ public java.lang.String getResourceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- diff --git a/docs/dataPagerdutyStandards.python.md b/docs/dataPagerdutyStandards.python.md index 33ec082f0..ddd64420a 100644 --- a/docs/dataPagerdutyStandards.python.md +++ b/docs/dataPagerdutyStandards.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandards -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards}. #### Initializers @@ -36,7 +36,7 @@ dataPagerdutyStandards.DataPagerdutyStandards( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- @@ -470,7 +470,7 @@ The construct id used in the generated config for the DataPagerdutyStandards to The id of the existing DataPagerdutyStandards that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ dataPagerdutyStandards.DataPagerdutyStandardsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -788,7 +788,7 @@ resource_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- diff --git a/docs/dataPagerdutyStandards.typescript.md b/docs/dataPagerdutyStandards.typescript.md index 6372784df..53f7cabb8 100644 --- a/docs/dataPagerdutyStandards.typescript.md +++ b/docs/dataPagerdutyStandards.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandards -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyStandards to The id of the existing DataPagerdutyStandards that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataPagerdutyStandardsConfig: dataPagerdutyStandards.DataPagerdutyStandard | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| resourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | +| resourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. | --- @@ -681,7 +681,7 @@ public readonly resourceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourceScores.csharp.md b/docs/dataPagerdutyStandardsResourceScores.csharp.md index cadc5c7e3..2e9b24243 100644 --- a/docs/dataPagerdutyStandardsResourceScores.csharp.md +++ b/docs/dataPagerdutyStandardsResourceScores.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourceScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourceScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use --- @@ -635,8 +635,8 @@ new DataPagerdutyStandardsResourceScoresConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| ResourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| ResourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -718,7 +718,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -733,7 +733,7 @@ public string ResourceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourceScores.go.md b/docs/dataPagerdutyStandardsResourceScores.go.md index 3eb4258e1..6ca425a6a 100644 --- a/docs/dataPagerdutyStandardsResourceScores.go.md +++ b/docs/dataPagerdutyStandardsResourceScores.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourceScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourceScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use --- @@ -635,8 +635,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| ResourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| ResourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -718,7 +718,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -733,7 +733,7 @@ ResourceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourceScores.java.md b/docs/dataPagerdutyStandardsResourceScores.java.md index 222c149f9..43501211c 100644 --- a/docs/dataPagerdutyStandardsResourceScores.java.md +++ b/docs/dataPagerdutyStandardsResourceScores.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourceScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyStandardsResourceScores.Builder.create(Construct scope, java.lang.S | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourceScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use --- @@ -716,8 +716,8 @@ DataPagerdutyStandardsResourceScoresConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -799,7 +799,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -814,7 +814,7 @@ public java.lang.String getResourceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourceScores.python.md b/docs/dataPagerdutyStandardsResourceScores.python.md index 04a7d7f78..103b013a3 100644 --- a/docs/dataPagerdutyStandardsResourceScores.python.md +++ b/docs/dataPagerdutyStandardsResourceScores.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourceScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScores( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -117,7 +117,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourceScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use --- @@ -746,8 +746,8 @@ dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScoresConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -829,7 +829,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -844,7 +844,7 @@ resource_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourceScores.typescript.md b/docs/dataPagerdutyStandardsResourceScores.typescript.md index b15edc8da..81ae2350b 100644 --- a/docs/dataPagerdutyStandardsResourceScores.typescript.md +++ b/docs/dataPagerdutyStandardsResourceScores.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourceScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourceScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use --- @@ -625,8 +625,8 @@ const dataPagerdutyStandardsResourceScoresConfig: dataPagerdutyStandardsResource | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | -| resourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. | +| resourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. | --- @@ -708,7 +708,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -723,7 +723,7 @@ public readonly resourceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourcesScores.csharp.md b/docs/dataPagerdutyStandardsResourcesScores.csharp.md index 8659c8450..f08bfac89 100644 --- a/docs/dataPagerdutyStandardsResourcesScores.csharp.md +++ b/docs/dataPagerdutyStandardsResourcesScores.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourcesScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use --- @@ -624,8 +624,8 @@ new DataPagerdutyStandardsResourcesScoresConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Ids | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| ResourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| Ids | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| ResourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -707,7 +707,7 @@ public string[] Ids { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -719,7 +719,7 @@ public string ResourceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourcesScores.go.md b/docs/dataPagerdutyStandardsResourcesScores.go.md index cf956a01f..66bbc9cf7 100644 --- a/docs/dataPagerdutyStandardsResourcesScores.go.md +++ b/docs/dataPagerdutyStandardsResourcesScores.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourcesScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use --- @@ -624,8 +624,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Ids | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| ResourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| Ids | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| ResourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -707,7 +707,7 @@ Ids *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -719,7 +719,7 @@ ResourceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourcesScores.java.md b/docs/dataPagerdutyStandardsResourcesScores.java.md index 7418593d5..cc41808d2 100644 --- a/docs/dataPagerdutyStandardsResourcesScores.java.md +++ b/docs/dataPagerdutyStandardsResourcesScores.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourcesScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyStandardsResourcesScores.Builder.create(Construct scope, java.lang. | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| ids | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| ids | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use --- @@ -702,8 +702,8 @@ DataPagerdutyStandardsResourcesScoresConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| ids | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| ids | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| resourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -785,7 +785,7 @@ public java.util.List getIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -797,7 +797,7 @@ public java.lang.String getResourceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourcesScores.python.md b/docs/dataPagerdutyStandardsResourcesScores.python.md index 409215c6c..4f8970fb7 100644 --- a/docs/dataPagerdutyStandardsResourcesScores.python.md +++ b/docs/dataPagerdutyStandardsResourcesScores.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourcesScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyStandardsResourcesScores.DataPagerdutyStandardsResourcesScores( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use --- @@ -732,8 +732,8 @@ dataPagerdutyStandardsResourcesScores.DataPagerdutyStandardsResourcesScoresConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| resource_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -815,7 +815,7 @@ ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -827,7 +827,7 @@ resource_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- diff --git a/docs/dataPagerdutyStandardsResourcesScores.typescript.md b/docs/dataPagerdutyStandardsResourcesScores.typescript.md index 67657b02a..7de421d5d 100644 --- a/docs/dataPagerdutyStandardsResourcesScores.typescript.md +++ b/docs/dataPagerdutyStandardsResourcesScores.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyStandardsResourcesScores -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyStandardsReso The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use --- @@ -614,8 +614,8 @@ const dataPagerdutyStandardsResourcesScoresConfig: dataPagerdutyStandardsResourc | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| ids | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | -| resourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | +| ids | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. | +| resourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. | --- @@ -697,7 +697,7 @@ public readonly ids: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}. --- @@ -709,7 +709,7 @@ public readonly resourceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}. --- diff --git a/docs/dataPagerdutyTag.csharp.md b/docs/dataPagerdutyTag.csharp.md index 7cbdf41d6..b9dca216b 100644 --- a/docs/dataPagerdutyTag.csharp.md +++ b/docs/dataPagerdutyTag.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyTag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyTag to import The id of the existing DataPagerdutyTag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use --- @@ -685,7 +685,7 @@ public string Label { get; set; } The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- diff --git a/docs/dataPagerdutyTag.go.md b/docs/dataPagerdutyTag.go.md index 870a8fa3f..4fb11f858 100644 --- a/docs/dataPagerdutyTag.go.md +++ b/docs/dataPagerdutyTag.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyTag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyTag to import The id of the existing DataPagerdutyTag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use --- @@ -685,7 +685,7 @@ Label *string The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- diff --git a/docs/dataPagerdutyTag.java.md b/docs/dataPagerdutyTag.java.md index 394825cd4..9d4d65706 100644 --- a/docs/dataPagerdutyTag.java.md +++ b/docs/dataPagerdutyTag.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyTag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- @@ -431,7 +431,7 @@ The construct id used in the generated config for the DataPagerdutyTag to import The id of the existing DataPagerdutyTag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use --- @@ -755,7 +755,7 @@ public java.lang.String getLabel(); The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- diff --git a/docs/dataPagerdutyTag.python.md b/docs/dataPagerdutyTag.python.md index c11ebc795..7d3b93a1c 100644 --- a/docs/dataPagerdutyTag.python.md +++ b/docs/dataPagerdutyTag.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyTag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- @@ -465,7 +465,7 @@ The construct id used in the generated config for the DataPagerdutyTag to import The id of the existing DataPagerdutyTag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use --- @@ -785,7 +785,7 @@ label: str The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- diff --git a/docs/dataPagerdutyTag.typescript.md b/docs/dataPagerdutyTag.typescript.md index e4794e437..5e1c3a8ff 100644 --- a/docs/dataPagerdutyTag.typescript.md +++ b/docs/dataPagerdutyTag.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyTag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataPagerdutyTag to import The id of the existing DataPagerdutyTag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ public readonly label: string; The label of the tag to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} --- diff --git a/docs/dataPagerdutyTeam.csharp.md b/docs/dataPagerdutyTeam.csharp.md index 26c911151..72caec957 100644 --- a/docs/dataPagerdutyTeam.csharp.md +++ b/docs/dataPagerdutyTeam.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeam -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyTeam to impor The id of the existing DataPagerdutyTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -692,9 +692,9 @@ new DataPagerdutyTeamConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The name of the team to find in the PagerDuty API. | -| DefaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| Parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| DefaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| Parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -778,7 +778,7 @@ public string Name { get; set; } The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -790,7 +790,7 @@ public string DefaultRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -802,7 +802,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -817,7 +817,7 @@ public string Parent { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- diff --git a/docs/dataPagerdutyTeam.go.md b/docs/dataPagerdutyTeam.go.md index 2f79ae5a7..2bafd5001 100644 --- a/docs/dataPagerdutyTeam.go.md +++ b/docs/dataPagerdutyTeam.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeam -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyTeam to impor The id of the existing DataPagerdutyTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -692,9 +692,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the team to find in the PagerDuty API. | -| DefaultRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| Parent | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| DefaultRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| Parent | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -778,7 +778,7 @@ Name *string The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -790,7 +790,7 @@ DefaultRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -802,7 +802,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -817,7 +817,7 @@ Parent *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- diff --git a/docs/dataPagerdutyTeam.java.md b/docs/dataPagerdutyTeam.java.md index ed9727c84..bbfad9d52 100644 --- a/docs/dataPagerdutyTeam.java.md +++ b/docs/dataPagerdutyTeam.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeam -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team}. #### Initializers @@ -42,9 +42,9 @@ DataPagerdutyTeam.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 | The name of the team to find in the PagerDuty API. | -| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataPagerdutyTeam to impor The id of the existing DataPagerdutyTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -795,9 +795,9 @@ DataPagerdutyTeamConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the team to find in the PagerDuty API. | -| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -881,7 +881,7 @@ public java.lang.String getName(); The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -893,7 +893,7 @@ public java.lang.String getDefaultRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -905,7 +905,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -920,7 +920,7 @@ public java.lang.String getParent(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- diff --git a/docs/dataPagerdutyTeam.python.md b/docs/dataPagerdutyTeam.python.md index c13d5c8bf..78d8444ad 100644 --- a/docs/dataPagerdutyTeam.python.md +++ b/docs/dataPagerdutyTeam.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeam -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team}. #### Initializers @@ -40,9 +40,9 @@ dataPagerdutyTeam.DataPagerdutyTeam( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the team to find in the PagerDuty API. | -| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- @@ -519,7 +519,7 @@ The construct id used in the generated config for the DataPagerdutyTeam to impor The id of the existing DataPagerdutyTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -825,9 +825,9 @@ dataPagerdutyTeam.DataPagerdutyTeamConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the team to find in the PagerDuty API. | -| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -911,7 +911,7 @@ name: str The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -923,7 +923,7 @@ default_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -935,7 +935,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ parent: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- diff --git a/docs/dataPagerdutyTeam.typescript.md b/docs/dataPagerdutyTeam.typescript.md index 125885b2c..e05965108 100644 --- a/docs/dataPagerdutyTeam.typescript.md +++ b/docs/dataPagerdutyTeam.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeam -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataPagerdutyTeam to impor The id of the existing DataPagerdutyTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -680,9 +680,9 @@ const dataPagerdutyTeamConfig: dataPagerdutyTeam.DataPagerdutyTeamConfig = { ... | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the team to find in the PagerDuty API. | -| defaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. | -| parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | +| defaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. | +| parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. | --- @@ -766,7 +766,7 @@ public readonly name: string; The name of the team to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} --- @@ -778,7 +778,7 @@ public readonly defaultRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}. --- @@ -790,7 +790,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -805,7 +805,7 @@ public readonly parent: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}. --- diff --git a/docs/dataPagerdutyTeamMembers.csharp.md b/docs/dataPagerdutyTeamMembers.csharp.md index 4110799d6..352f69352 100644 --- a/docs/dataPagerdutyTeamMembers.csharp.md +++ b/docs/dataPagerdutyTeamMembers.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeamMembers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyTeamMembers t The id of the existing DataPagerdutyTeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataPagerdutyTeamMembersConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | TeamId | string | The ID of the team to find via the PagerDuty API. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -716,7 +716,7 @@ public string TeamId { get; set; } The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyTeamMembers.go.md b/docs/dataPagerdutyTeamMembers.go.md index f85d96324..54786d604 100644 --- a/docs/dataPagerdutyTeamMembers.go.md +++ b/docs/dataPagerdutyTeamMembers.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeamMembers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyTeamMembers t The id of the existing DataPagerdutyTeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | TeamId | *string | The ID of the team to find via the PagerDuty API. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -716,7 +716,7 @@ TeamId *string The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyTeamMembers.java.md b/docs/dataPagerdutyTeamMembers.java.md index 0632442a4..cf4767504 100644 --- a/docs/dataPagerdutyTeamMembers.java.md +++ b/docs/dataPagerdutyTeamMembers.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeamMembers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members}. #### Initializers @@ -40,7 +40,7 @@ DataPagerdutyTeamMembers.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | teamId | java.lang.String | The ID of the team to find via the PagerDuty API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataPagerdutyTeamMembers t The id of the existing DataPagerdutyTeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataPagerdutyTeamMembersConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | teamId | java.lang.String | The ID of the team to find via the PagerDuty API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getTeamId(); The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyTeamMembers.python.md b/docs/dataPagerdutyTeamMembers.python.md index 12d95f44c..8862513c9 100644 --- a/docs/dataPagerdutyTeamMembers.python.md +++ b/docs/dataPagerdutyTeamMembers.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeamMembers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members}. #### Initializers @@ -38,7 +38,7 @@ dataPagerdutyTeamMembers.DataPagerdutyTeamMembers( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_id | str | The ID of the team to find via the PagerDuty API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataPagerdutyTeamMembers t The id of the existing DataPagerdutyTeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataPagerdutyTeamMembers.DataPagerdutyTeamMembersConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_id | str | The ID of the team to find via the PagerDuty API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -829,7 +829,7 @@ team_id: str The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyTeamMembers.typescript.md b/docs/dataPagerdutyTeamMembers.typescript.md index 8c2269a84..e39215f25 100644 --- a/docs/dataPagerdutyTeamMembers.typescript.md +++ b/docs/dataPagerdutyTeamMembers.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyTeamMembers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyTeamMembers t The id of the existing DataPagerdutyTeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataPagerdutyTeamMembersConfig: dataPagerdutyTeamMembers.DataPagerdutyTeam | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | teamId | string | The ID of the team to find via the PagerDuty API. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. | --- @@ -706,7 +706,7 @@ public readonly teamId: string; The ID of the team to find via the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUser.csharp.md b/docs/dataPagerdutyUser.csharp.md index 6598a4c60..40b2823b1 100644 --- a/docs/dataPagerdutyUser.csharp.md +++ b/docs/dataPagerdutyUser.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyUser -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyUser to impor The id of the existing DataPagerdutyUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -675,8 +675,8 @@ new DataPagerdutyUserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -758,7 +758,7 @@ public string Email { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -770,7 +770,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUser.go.md b/docs/dataPagerdutyUser.go.md index 389d02795..3c675db91 100644 --- a/docs/dataPagerdutyUser.go.md +++ b/docs/dataPagerdutyUser.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyUser -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyUser to impor The id of the existing DataPagerdutyUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -675,8 +675,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -758,7 +758,7 @@ Email *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -770,7 +770,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUser.java.md b/docs/dataPagerdutyUser.java.md index c139f07f4..5a9e52338 100644 --- a/docs/dataPagerdutyUser.java.md +++ b/docs/dataPagerdutyUser.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyUser -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyUser.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyUser to impor The id of the existing DataPagerdutyUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -756,8 +756,8 @@ DataPagerdutyUserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -839,7 +839,7 @@ public java.lang.String getEmail(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -851,7 +851,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUser.python.md b/docs/dataPagerdutyUser.python.md index 47d87fb8a..ff9278bbd 100644 --- a/docs/dataPagerdutyUser.python.md +++ b/docs/dataPagerdutyUser.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyUser -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyUser.DataPagerdutyUser( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyUser to impor The id of the existing DataPagerdutyUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -786,8 +786,8 @@ dataPagerdutyUser.DataPagerdutyUserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -869,7 +869,7 @@ email: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -881,7 +881,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUser.typescript.md b/docs/dataPagerdutyUser.typescript.md index 18eda9aea..0240a595c 100644 --- a/docs/dataPagerdutyUser.typescript.md +++ b/docs/dataPagerdutyUser.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyUser -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyUser to impor The id of the existing DataPagerdutyUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -665,8 +665,8 @@ const dataPagerdutyUserConfig: dataPagerdutyUser.DataPagerdutyUserConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. | +| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. | --- @@ -748,7 +748,7 @@ public readonly email: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email}. --- @@ -760,7 +760,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUserContactMethod.csharp.md b/docs/dataPagerdutyUserContactMethod.csharp.md index 90dfaf875..0ddc2fcd6 100644 --- a/docs/dataPagerdutyUserContactMethod.csharp.md +++ b/docs/dataPagerdutyUserContactMethod.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyUserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyUserContactMe The id of the existing DataPagerdutyUserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ new DataPagerdutyUserContactMethodConfig { | Provisioners | object[] | *No description.* | | Label | string | The name of the contact method to find in the PagerDuty API. | | Type | string | The type of the contact method. | -| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -819,7 +819,7 @@ public string Label { get; set; } The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -833,7 +833,7 @@ public string Type { get; set; } The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -845,7 +845,7 @@ public string UserId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -857,7 +857,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUserContactMethod.go.md b/docs/dataPagerdutyUserContactMethod.go.md index 5f424c7fa..55e6d222d 100644 --- a/docs/dataPagerdutyUserContactMethod.go.md +++ b/docs/dataPagerdutyUserContactMethod.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyUserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyUserContactMe The id of the existing DataPagerdutyUserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Provisioners | *[]interface{} | *No description.* | | Label | *string | The name of the contact method to find in the PagerDuty API. | | Type | *string | The type of the contact method. | -| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -819,7 +819,7 @@ Label *string The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -833,7 +833,7 @@ Type *string The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -845,7 +845,7 @@ UserId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -857,7 +857,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUserContactMethod.java.md b/docs/dataPagerdutyUserContactMethod.java.md index 8730946f9..80224d8b7 100644 --- a/docs/dataPagerdutyUserContactMethod.java.md +++ b/docs/dataPagerdutyUserContactMethod.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyUserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -43,8 +43,8 @@ DataPagerdutyUserContactMethod.Builder.create(Construct scope, java.lang.String | provisioners | java.util.List | *No description.* | | label | java.lang.String | The name of the contact method to find in the PagerDuty API. | | type | java.lang.String | The type of the contact method. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataPagerdutyUserContactMe The id of the existing DataPagerdutyUserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -839,8 +839,8 @@ DataPagerdutyUserContactMethodConfig.builder() | provisioners | java.util.List | *No description.* | | label | java.lang.String | The name of the contact method to find in the PagerDuty API. | | type | java.lang.String | The type of the contact method. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -924,7 +924,7 @@ public java.lang.String getLabel(); The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -938,7 +938,7 @@ public java.lang.String getType(); The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -950,7 +950,7 @@ public java.lang.String getUserId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -962,7 +962,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUserContactMethod.python.md b/docs/dataPagerdutyUserContactMethod.python.md index b4eb45beb..e4ab0c7dd 100644 --- a/docs/dataPagerdutyUserContactMethod.python.md +++ b/docs/dataPagerdutyUserContactMethod.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyUserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -41,8 +41,8 @@ dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | label | str | The name of the contact method to find in the PagerDuty API. | | type | str | The type of the contact method. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataPagerdutyUserContactMe The id of the existing DataPagerdutyUserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -869,8 +869,8 @@ dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethodConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | label | str | The name of the contact method to find in the PagerDuty API. | | type | str | The type of the contact method. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -954,7 +954,7 @@ label: str The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -968,7 +968,7 @@ type: str The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -980,7 +980,7 @@ user_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -992,7 +992,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUserContactMethod.typescript.md b/docs/dataPagerdutyUserContactMethod.typescript.md index aeb79ae43..3346b15d9 100644 --- a/docs/dataPagerdutyUserContactMethod.typescript.md +++ b/docs/dataPagerdutyUserContactMethod.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyUserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyUserContactMe The id of the existing DataPagerdutyUserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -722,8 +722,8 @@ const dataPagerdutyUserContactMethodConfig: dataPagerdutyUserContactMethod.DataP | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | label | string | The name of the contact method to find in the PagerDuty API. | | type | string | The type of the contact method. | -| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | +| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. | --- @@ -807,7 +807,7 @@ public readonly label: string; The name of the contact method to find in the PagerDuty API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} --- @@ -821,7 +821,7 @@ public readonly type: string; The type of the contact method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} --- @@ -833,7 +833,7 @@ public readonly userId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}. --- @@ -845,7 +845,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyUsers.csharp.md b/docs/dataPagerdutyUsers.csharp.md index 95ff7809f..0b58778f5 100644 --- a/docs/dataPagerdutyUsers.csharp.md +++ b/docs/dataPagerdutyUsers.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyUsers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyUsers to impo The id of the existing DataPagerdutyUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -638,8 +638,8 @@ new DataPagerdutyUsersConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| TeamIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| TeamIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -721,7 +721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -736,7 +736,7 @@ public string[] TeamIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- diff --git a/docs/dataPagerdutyUsers.go.md b/docs/dataPagerdutyUsers.go.md index a6d5d69e6..488cbe320 100644 --- a/docs/dataPagerdutyUsers.go.md +++ b/docs/dataPagerdutyUsers.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyUsers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyUsers to impo The id of the existing DataPagerdutyUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -638,8 +638,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| TeamIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| TeamIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -721,7 +721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -736,7 +736,7 @@ TeamIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- diff --git a/docs/dataPagerdutyUsers.java.md b/docs/dataPagerdutyUsers.java.md index 9884afe3e..b566febe7 100644 --- a/docs/dataPagerdutyUsers.java.md +++ b/docs/dataPagerdutyUsers.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyUsers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyUsers.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| teamIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| teamIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- @@ -456,7 +456,7 @@ The construct id used in the generated config for the DataPagerdutyUsers to impo The id of the existing DataPagerdutyUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -719,8 +719,8 @@ DataPagerdutyUsersConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| teamIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| teamIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -817,7 +817,7 @@ public java.util.List getTeamIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- diff --git a/docs/dataPagerdutyUsers.python.md b/docs/dataPagerdutyUsers.python.md index ac4a5136e..205e34352 100644 --- a/docs/dataPagerdutyUsers.python.md +++ b/docs/dataPagerdutyUsers.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyUsers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyUsers.DataPagerdutyUsers( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| team_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| team_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -117,7 +117,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- @@ -490,7 +490,7 @@ The construct id used in the generated config for the DataPagerdutyUsers to impo The id of the existing DataPagerdutyUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -749,8 +749,8 @@ dataPagerdutyUsers.DataPagerdutyUsersConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| team_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| team_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -847,7 +847,7 @@ team_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- diff --git a/docs/dataPagerdutyUsers.typescript.md b/docs/dataPagerdutyUsers.typescript.md index bb7ceb627..d3d3301e9 100644 --- a/docs/dataPagerdutyUsers.typescript.md +++ b/docs/dataPagerdutyUsers.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyUsers -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataPagerdutyUsers to impo The id of the existing DataPagerdutyUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -628,8 +628,8 @@ const dataPagerdutyUsersConfig: dataPagerdutyUsers.DataPagerdutyUsersConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. | -| teamIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. | +| teamIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. | --- @@ -711,7 +711,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -726,7 +726,7 @@ public readonly teamIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}. --- diff --git a/docs/dataPagerdutyVendor.csharp.md b/docs/dataPagerdutyVendor.csharp.md index bdd062e30..a3791580a 100644 --- a/docs/dataPagerdutyVendor.csharp.md +++ b/docs/dataPagerdutyVendor.csharp.md @@ -4,7 +4,7 @@ ### DataPagerdutyVendor -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyVendor to imp The id of the existing DataPagerdutyVendor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataPagerdutyVendorConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -714,7 +714,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyVendor.go.md b/docs/dataPagerdutyVendor.go.md index e40116a2d..44fe0ab3e 100644 --- a/docs/dataPagerdutyVendor.go.md +++ b/docs/dataPagerdutyVendor.go.md @@ -4,7 +4,7 @@ ### DataPagerdutyVendor -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyVendor to imp The id of the existing DataPagerdutyVendor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/datapagerduty | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -714,7 +714,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyVendor.java.md b/docs/dataPagerdutyVendor.java.md index e02d1c864..bcf68cec5 100644 --- a/docs/dataPagerdutyVendor.java.md +++ b/docs/dataPagerdutyVendor.java.md @@ -4,7 +4,7 @@ ### DataPagerdutyVendor -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor}. #### Initializers @@ -39,8 +39,8 @@ DataPagerdutyVendor.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataPagerdutyVendor to imp The id of the existing DataPagerdutyVendor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataPagerdutyVendorConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyVendor.python.md b/docs/dataPagerdutyVendor.python.md index 8d5659f83..2d5589379 100644 --- a/docs/dataPagerdutyVendor.python.md +++ b/docs/dataPagerdutyVendor.python.md @@ -4,7 +4,7 @@ ### DataPagerdutyVendor -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor}. #### Initializers @@ -37,8 +37,8 @@ dataPagerdutyVendor.DataPagerdutyVendor( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataPagerdutyVendor to imp The id of the existing DataPagerdutyVendor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataPagerdutyVendor.DataPagerdutyVendorConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -825,7 +825,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataPagerdutyVendor.typescript.md b/docs/dataPagerdutyVendor.typescript.md index c8d45abb0..2cae46bb1 100644 --- a/docs/dataPagerdutyVendor.typescript.md +++ b/docs/dataPagerdutyVendor.typescript.md @@ -4,7 +4,7 @@ ### DataPagerdutyVendor -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataPagerdutyVendor to imp The id of the existing DataPagerdutyVendor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataPagerdutyVendorConfig: dataPagerdutyVendor.DataPagerdutyVendorConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. | --- @@ -704,7 +704,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/escalationPolicy.csharp.md b/docs/escalationPolicy.csharp.md index 5442cb18e..89a74b54e 100644 --- a/docs/escalationPolicy.csharp.md +++ b/docs/escalationPolicy.csharp.md @@ -4,7 +4,7 @@ ### EscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the EscalationPolicy to import The id of the existing EscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -870,12 +870,12 @@ new EscalationPolicyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | Rule | object | rule block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| NumLoops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| NumLoops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -957,7 +957,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -971,7 +971,7 @@ public object Rule { get; set; } rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -983,7 +983,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -995,7 +995,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1010,7 +1010,7 @@ public double NumLoops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -1022,7 +1022,7 @@ public string[] Teams { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -1044,7 +1044,7 @@ new EscalationPolicyRule { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EscalationDelayInMinutes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | +| EscalationDelayInMinutes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | | Target | object | target block. | | EscalationRuleAssignmentStrategy | EscalationPolicyRuleEscalationRuleAssignmentStrategy | escalation_rule_assignment_strategy block. | @@ -1058,7 +1058,7 @@ public double EscalationDelayInMinutes { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. --- @@ -1072,7 +1072,7 @@ public object Target { get; set; } target block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#target EscalationPolicy#target} --- @@ -1086,7 +1086,7 @@ public EscalationPolicyRuleEscalationRuleAssignmentStrategy EscalationRuleAssign escalation_rule_assignment_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} --- @@ -1106,7 +1106,7 @@ new EscalationPolicyRuleEscalationRuleAssignmentStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1118,7 +1118,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- @@ -1139,8 +1139,8 @@ new EscalationPolicyRuleTarget { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1152,7 +1152,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1167,7 +1167,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- diff --git a/docs/escalationPolicy.go.md b/docs/escalationPolicy.go.md index 71d1f6ea6..6adbe0eb7 100644 --- a/docs/escalationPolicy.go.md +++ b/docs/escalationPolicy.go.md @@ -4,7 +4,7 @@ ### EscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the EscalationPolicy to import The id of the existing EscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -870,12 +870,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/escalationpol | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | Rule | interface{} | rule block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| NumLoops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| NumLoops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -957,7 +957,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -971,7 +971,7 @@ Rule interface{} rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -983,7 +983,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -995,7 +995,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1010,7 +1010,7 @@ NumLoops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -1022,7 +1022,7 @@ Teams *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -1044,7 +1044,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/escalationpol | **Name** | **Type** | **Description** | | --- | --- | --- | -| EscalationDelayInMinutes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | +| EscalationDelayInMinutes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | | Target | interface{} | target block. | | EscalationRuleAssignmentStrategy | EscalationPolicyRuleEscalationRuleAssignmentStrategy | escalation_rule_assignment_strategy block. | @@ -1058,7 +1058,7 @@ EscalationDelayInMinutes *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. --- @@ -1072,7 +1072,7 @@ Target interface{} target block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#target EscalationPolicy#target} --- @@ -1086,7 +1086,7 @@ EscalationRuleAssignmentStrategy EscalationPolicyRuleEscalationRuleAssignmentStr escalation_rule_assignment_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} --- @@ -1106,7 +1106,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/escalationpol | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1118,7 +1118,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- @@ -1139,8 +1139,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/escalationpol | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1152,7 +1152,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1167,7 +1167,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- diff --git a/docs/escalationPolicy.java.md b/docs/escalationPolicy.java.md index 80312d21b..93b8fd8d5 100644 --- a/docs/escalationPolicy.java.md +++ b/docs/escalationPolicy.java.md @@ -4,7 +4,7 @@ ### EscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -44,12 +44,12 @@ EscalationPolicy.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | rule | com.hashicorp.cdktf.IResolvable OR java.util.List<EscalationPolicyRule> | rule block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| numLoops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| numLoops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -154,7 +154,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the EscalationPolicy to import The id of the existing EscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -997,12 +997,12 @@ EscalationPolicyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | rule | com.hashicorp.cdktf.IResolvable OR java.util.List<EscalationPolicyRule> | rule block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| numLoops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| numLoops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -1084,7 +1084,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -1098,7 +1098,7 @@ public java.lang.Object getRule(); rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -1110,7 +1110,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -1122,7 +1122,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1137,7 +1137,7 @@ public java.lang.Number getNumLoops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -1149,7 +1149,7 @@ public java.util.List getTeams(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -1172,7 +1172,7 @@ EscalationPolicyRule.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| escalationDelayInMinutes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | +| escalationDelayInMinutes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | | target | com.hashicorp.cdktf.IResolvable OR java.util.List<EscalationPolicyRuleTarget> | target block. | | escalationRuleAssignmentStrategy | EscalationPolicyRuleEscalationRuleAssignmentStrategy | escalation_rule_assignment_strategy block. | @@ -1186,7 +1186,7 @@ public java.lang.Number getEscalationDelayInMinutes(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. --- @@ -1200,7 +1200,7 @@ public java.lang.Object getTarget(); target block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#target EscalationPolicy#target} --- @@ -1214,7 +1214,7 @@ public EscalationPolicyRuleEscalationRuleAssignmentStrategy getEscalationRuleAss escalation_rule_assignment_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} --- @@ -1234,7 +1234,7 @@ EscalationPolicyRuleEscalationRuleAssignmentStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1246,7 +1246,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- @@ -1267,8 +1267,8 @@ EscalationPolicyRuleTarget.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1280,7 +1280,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1295,7 +1295,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- diff --git a/docs/escalationPolicy.python.md b/docs/escalationPolicy.python.md index b59260b65..ce11df183 100644 --- a/docs/escalationPolicy.python.md +++ b/docs/escalationPolicy.python.md @@ -4,7 +4,7 @@ ### EscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -41,12 +41,12 @@ escalationPolicy.EscalationPolicy( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | rule | typing.Union[cdktf.IResolvable, typing.List[EscalationPolicyRule]] | rule block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| num_loops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| num_loops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -675,7 +675,7 @@ The construct id used in the generated config for the EscalationPolicy to import The id of the existing EscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -1037,12 +1037,12 @@ escalationPolicy.EscalationPolicyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | rule | typing.Union[cdktf.IResolvable, typing.List[EscalationPolicyRule]] | rule block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| num_loops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| num_loops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -1124,7 +1124,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -1138,7 +1138,7 @@ rule: typing.Union[IResolvable, typing.List[EscalationPolicyRule]] rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -1150,7 +1150,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -1162,7 +1162,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1177,7 +1177,7 @@ num_loops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -1189,7 +1189,7 @@ teams: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -1211,7 +1211,7 @@ escalationPolicy.EscalationPolicyRule( | **Name** | **Type** | **Description** | | --- | --- | --- | -| escalation_delay_in_minutes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | +| escalation_delay_in_minutes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | | target | typing.Union[cdktf.IResolvable, typing.List[EscalationPolicyRuleTarget]] | target block. | | escalation_rule_assignment_strategy | EscalationPolicyRuleEscalationRuleAssignmentStrategy | escalation_rule_assignment_strategy block. | @@ -1225,7 +1225,7 @@ escalation_delay_in_minutes: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. --- @@ -1239,7 +1239,7 @@ target: typing.Union[IResolvable, typing.List[EscalationPolicyRuleTarget]] target block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#target EscalationPolicy#target} --- @@ -1253,7 +1253,7 @@ escalation_rule_assignment_strategy: EscalationPolicyRuleEscalationRuleAssignmen escalation_rule_assignment_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} --- @@ -1273,7 +1273,7 @@ escalationPolicy.EscalationPolicyRuleEscalationRuleAssignmentStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1285,7 +1285,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- @@ -1306,8 +1306,8 @@ escalationPolicy.EscalationPolicyRuleTarget( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1319,7 +1319,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1334,7 +1334,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- @@ -2076,7 +2076,7 @@ def put_escalation_rule_assignment_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- diff --git a/docs/escalationPolicy.typescript.md b/docs/escalationPolicy.typescript.md index 0d81d90b6..a1656bfc0 100644 --- a/docs/escalationPolicy.typescript.md +++ b/docs/escalationPolicy.typescript.md @@ -4,7 +4,7 @@ ### EscalationPolicy -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the EscalationPolicy to import The id of the existing EscalationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use --- @@ -856,12 +856,12 @@ const escalationPolicyConfig: escalationPolicy.EscalationPolicyConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. | | rule | cdktf.IResolvable \| EscalationPolicyRule[] | rule block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| numLoops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | -| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| numLoops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. | +| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. | --- @@ -943,7 +943,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}. --- @@ -957,7 +957,7 @@ public readonly rule: IResolvable | EscalationPolicyRule[]; rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} --- @@ -969,7 +969,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}. --- @@ -981,7 +981,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -996,7 +996,7 @@ public readonly numLoops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}. --- @@ -1008,7 +1008,7 @@ public readonly teams: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}. --- @@ -1026,7 +1026,7 @@ const escalationPolicyRule: escalationPolicy.EscalationPolicyRule = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| escalationDelayInMinutes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | +| escalationDelayInMinutes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. | | target | cdktf.IResolvable \| EscalationPolicyRuleTarget[] | target block. | | escalationRuleAssignmentStrategy | EscalationPolicyRuleEscalationRuleAssignmentStrategy | escalation_rule_assignment_strategy block. | @@ -1040,7 +1040,7 @@ public readonly escalationDelayInMinutes: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}. --- @@ -1054,7 +1054,7 @@ public readonly target: IResolvable | EscalationPolicyRuleTarget[]; target block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#target EscalationPolicy#target} --- @@ -1068,7 +1068,7 @@ public readonly escalationRuleAssignmentStrategy: EscalationPolicyRuleEscalation escalation_rule_assignment_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} --- @@ -1086,7 +1086,7 @@ const escalationPolicyRuleEscalationRuleAssignmentStrategy: escalationPolicy.Esc | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1098,7 +1098,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- @@ -1116,8 +1116,8 @@ const escalationPolicyRuleTarget: escalationPolicy.EscalationPolicyRuleTarget = | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. | --- @@ -1129,7 +1129,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1144,7 +1144,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}. --- diff --git a/docs/eventOrchestration.csharp.md b/docs/eventOrchestration.csharp.md index 63dde7ccb..ec47d372c 100644 --- a/docs/eventOrchestration.csharp.md +++ b/docs/eventOrchestration.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the EventOrchestration to impo The id of the existing EventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -858,11 +858,11 @@ new EventOrchestrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | Integration | object | integration block. | -| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -944,7 +944,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -956,7 +956,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -968,7 +968,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -985,7 +985,7 @@ public object Integration { get; set; } integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -997,7 +997,7 @@ public string Team { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- diff --git a/docs/eventOrchestration.go.md b/docs/eventOrchestration.go.md index e5e119407..72f8ff37a 100644 --- a/docs/eventOrchestration.go.md +++ b/docs/eventOrchestration.go.md @@ -4,7 +4,7 @@ ### EventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the EventOrchestration to impo The id of the existing EventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -858,11 +858,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | Integration | interface{} | integration block. | -| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -944,7 +944,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -956,7 +956,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -968,7 +968,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -985,7 +985,7 @@ Integration interface{} integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -997,7 +997,7 @@ Team *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- diff --git a/docs/eventOrchestration.java.md b/docs/eventOrchestration.java.md index d38dd4abf..6ebb9f2fb 100644 --- a/docs/eventOrchestration.java.md +++ b/docs/eventOrchestration.java.md @@ -4,7 +4,7 @@ ### EventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -43,11 +43,11 @@ EventOrchestration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | integration | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationIntegration> | integration block. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -144,7 +144,7 @@ If you experience problems setting this value it might not be settable. Please t integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the EventOrchestration to impo The id of the existing EventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -975,11 +975,11 @@ EventOrchestrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | integration | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationIntegration> | integration block. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -1061,7 +1061,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -1073,7 +1073,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -1085,7 +1085,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1102,7 +1102,7 @@ public java.lang.Object getIntegration(); integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -1114,7 +1114,7 @@ public java.lang.String getTeam(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- diff --git a/docs/eventOrchestration.python.md b/docs/eventOrchestration.python.md index bd6e93c21..da60977dd 100644 --- a/docs/eventOrchestration.python.md +++ b/docs/eventOrchestration.python.md @@ -4,7 +4,7 @@ ### EventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -40,11 +40,11 @@ eventOrchestration.EventOrchestration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | integration | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationIntegration]] | integration block. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the EventOrchestration to impo The id of the existing EventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -1015,11 +1015,11 @@ eventOrchestration.EventOrchestrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | integration | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationIntegration]] | integration block. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -1101,7 +1101,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -1113,7 +1113,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -1125,7 +1125,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1142,7 +1142,7 @@ integration: typing.Union[IResolvable, typing.List[EventOrchestrationIntegration integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -1154,7 +1154,7 @@ team: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- diff --git a/docs/eventOrchestration.typescript.md b/docs/eventOrchestration.typescript.md index 0467c8536..107d60b80 100644 --- a/docs/eventOrchestration.typescript.md +++ b/docs/eventOrchestration.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the EventOrchestration to impo The id of the existing EventOrchestration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use --- @@ -845,11 +845,11 @@ const eventOrchestrationConfig: eventOrchestration.EventOrchestrationConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. | | integration | cdktf.IResolvable \| EventOrchestrationIntegration[] | integration block. | -| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. | +| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. | --- @@ -931,7 +931,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name}. --- @@ -943,7 +943,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description}. --- @@ -955,7 +955,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -972,7 +972,7 @@ public readonly integration: IResolvable | EventOrchestrationIntegration[]; integration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} --- @@ -984,7 +984,7 @@ public readonly team: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team}. --- diff --git a/docs/eventOrchestrationGlobal.csharp.md b/docs/eventOrchestrationGlobal.csharp.md index d3f90494c..263e86bd5 100644 --- a/docs/eventOrchestrationGlobal.csharp.md +++ b/docs/eventOrchestrationGlobal.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobal -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationGlobal t The id of the existing EventOrchestrationGlobal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ public EventOrchestrationGlobalCatchAllActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -845,18 +845,18 @@ new EventOrchestrationGlobalCatchAllActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | AutomationAction | EventOrchestrationGlobalCatchAllActionsAutomationAction | automation_action block. | -| DropEvent | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| DropEvent | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | Extraction | object | extraction block. | | IncidentCustomFieldUpdate | object | incident_custom_field_update block. | -| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | Variable | object | variable block. | --- @@ -869,7 +869,7 @@ public string Annotate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -883,7 +883,7 @@ public EventOrchestrationGlobalCatchAllActionsAutomationAction AutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -895,7 +895,7 @@ public object DropEvent { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -907,7 +907,7 @@ public string EscalationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -919,7 +919,7 @@ public string EventAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -933,7 +933,7 @@ public object Extraction { get; set; } extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -947,7 +947,7 @@ public object IncidentCustomFieldUpdate { get; set; } incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -959,7 +959,7 @@ public string Priority { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -971,7 +971,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -983,7 +983,7 @@ public string Severity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -995,7 +995,7 @@ public object Suppress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1007,7 +1007,7 @@ public double Suspend { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1021,7 +1021,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1045,9 +1045,9 @@ new EventOrchestrationGlobalCatchAllActionsAutomationAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | Header | object | header block. | | Parameter | object | parameter block. | @@ -1061,7 +1061,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1073,7 +1073,7 @@ public string Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1085,7 +1085,7 @@ public object AutoSend { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1099,7 +1099,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1113,7 +1113,7 @@ public object Parameter { get; set; } parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -1134,8 +1134,8 @@ new EventOrchestrationGlobalCatchAllActionsAutomationActionHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1147,7 +1147,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1159,7 +1159,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1180,8 +1180,8 @@ new EventOrchestrationGlobalCatchAllActionsAutomationActionParameter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1193,7 +1193,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1205,7 +1205,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1228,10 +1228,10 @@ new EventOrchestrationGlobalCatchAllActionsExtraction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -1243,7 +1243,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -1255,7 +1255,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -1267,7 +1267,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -1279,7 +1279,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -1300,8 +1300,8 @@ new EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1313,7 +1313,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1328,7 +1328,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1351,10 +1351,10 @@ new EventOrchestrationGlobalCatchAllActionsVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1366,7 +1366,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1378,7 +1378,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -1390,7 +1390,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -1402,7 +1402,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1440,9 +1440,9 @@ new EventOrchestrationGlobalConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | CatchAll | EventOrchestrationGlobalCatchAll | catch_all block. | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | Set | object | set block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -1526,7 +1526,7 @@ public EventOrchestrationGlobalCatchAll CatchAll { get; set; } catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -1538,7 +1538,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -1552,7 +1552,7 @@ public object Set { get; set; } set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -1564,7 +1564,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1588,7 +1588,7 @@ new EventOrchestrationGlobalSet { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | | Rule | object | rule block. | --- @@ -1601,7 +1601,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1618,7 +1618,7 @@ public object Rule { get; set; } rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} --- @@ -1643,8 +1643,8 @@ new EventOrchestrationGlobalSetRule { | --- | --- | --- | | Actions | EventOrchestrationGlobalSetRuleActions | actions block. | | Condition | object | condition block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | --- @@ -1658,7 +1658,7 @@ public EventOrchestrationGlobalSetRuleActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -1672,7 +1672,7 @@ public object Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} --- @@ -1684,7 +1684,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. --- @@ -1696,7 +1696,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. --- @@ -1728,18 +1728,18 @@ new EventOrchestrationGlobalSetRuleActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | AutomationAction | EventOrchestrationGlobalSetRuleActionsAutomationAction | automation_action block. | -| DropEvent | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| DropEvent | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | Extraction | object | extraction block. | | IncidentCustomFieldUpdate | object | incident_custom_field_update block. | -| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | Variable | object | variable block. | --- @@ -1752,7 +1752,7 @@ public string Annotate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -1766,7 +1766,7 @@ public EventOrchestrationGlobalSetRuleActionsAutomationAction AutomationAction { automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1778,7 +1778,7 @@ public object DropEvent { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1790,7 +1790,7 @@ public string EscalationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1802,7 +1802,7 @@ public string EventAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1816,7 +1816,7 @@ public object Extraction { get; set; } extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1830,7 +1830,7 @@ public object IncidentCustomFieldUpdate { get; set; } incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1842,7 +1842,7 @@ public string Priority { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -1854,7 +1854,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -1866,7 +1866,7 @@ public string Severity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -1878,7 +1878,7 @@ public object Suppress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1890,7 +1890,7 @@ public double Suspend { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1904,7 +1904,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1928,9 +1928,9 @@ new EventOrchestrationGlobalSetRuleActionsAutomationAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | Header | object | header block. | | Parameter | object | parameter block. | @@ -1944,7 +1944,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1956,7 +1956,7 @@ public string Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1968,7 +1968,7 @@ public object AutoSend { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1982,7 +1982,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1996,7 +1996,7 @@ public object Parameter { get; set; } parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -2017,8 +2017,8 @@ new EventOrchestrationGlobalSetRuleActionsAutomationActionHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2030,7 +2030,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2042,7 +2042,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2063,8 +2063,8 @@ new EventOrchestrationGlobalSetRuleActionsAutomationActionParameter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2076,7 +2076,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2088,7 +2088,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2111,10 +2111,10 @@ new EventOrchestrationGlobalSetRuleActionsExtraction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -2126,7 +2126,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -2138,7 +2138,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -2150,7 +2150,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -2162,7 +2162,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -2183,8 +2183,8 @@ new EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2196,7 +2196,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2211,7 +2211,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2234,10 +2234,10 @@ new EventOrchestrationGlobalSetRuleActionsVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2249,7 +2249,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2261,7 +2261,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -2273,7 +2273,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -2285,7 +2285,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2305,7 +2305,7 @@ new EventOrchestrationGlobalSetRuleCondition { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | --- @@ -2317,7 +2317,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. --- diff --git a/docs/eventOrchestrationGlobal.go.md b/docs/eventOrchestrationGlobal.go.md index c7d494552..8589ca7c7 100644 --- a/docs/eventOrchestrationGlobal.go.md +++ b/docs/eventOrchestrationGlobal.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobal -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationGlobal t The id of the existing EventOrchestrationGlobal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ Actions EventOrchestrationGlobalCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -845,18 +845,18 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | AutomationAction | EventOrchestrationGlobalCatchAllActionsAutomationAction | automation_action block. | -| DropEvent | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| DropEvent | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | Extraction | interface{} | extraction block. | | IncidentCustomFieldUpdate | interface{} | incident_custom_field_update block. | -| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | Variable | interface{} | variable block. | --- @@ -869,7 +869,7 @@ Annotate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -883,7 +883,7 @@ AutomationAction EventOrchestrationGlobalCatchAllActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -895,7 +895,7 @@ DropEvent interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -907,7 +907,7 @@ EscalationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -919,7 +919,7 @@ EventAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -933,7 +933,7 @@ Extraction interface{} extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -947,7 +947,7 @@ IncidentCustomFieldUpdate interface{} incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -959,7 +959,7 @@ Priority *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -971,7 +971,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -983,7 +983,7 @@ Severity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -995,7 +995,7 @@ Suppress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1007,7 +1007,7 @@ Suspend *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1021,7 +1021,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1045,9 +1045,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | Header | interface{} | header block. | | Parameter | interface{} | parameter block. | @@ -1061,7 +1061,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1073,7 +1073,7 @@ Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1085,7 +1085,7 @@ AutoSend interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1099,7 +1099,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1113,7 +1113,7 @@ Parameter interface{} parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -1134,8 +1134,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1147,7 +1147,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1159,7 +1159,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1180,8 +1180,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1193,7 +1193,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1205,7 +1205,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1228,10 +1228,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -1243,7 +1243,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -1255,7 +1255,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -1267,7 +1267,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -1279,7 +1279,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -1300,8 +1300,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1313,7 +1313,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1328,7 +1328,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1351,10 +1351,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1366,7 +1366,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1378,7 +1378,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -1390,7 +1390,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -1402,7 +1402,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1440,9 +1440,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | CatchAll | EventOrchestrationGlobalCatchAll | catch_all block. | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | Set | interface{} | set block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -1526,7 +1526,7 @@ CatchAll EventOrchestrationGlobalCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -1538,7 +1538,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -1552,7 +1552,7 @@ Set interface{} set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -1564,7 +1564,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1588,7 +1588,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | | Rule | interface{} | rule block. | --- @@ -1601,7 +1601,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1618,7 +1618,7 @@ Rule interface{} rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} --- @@ -1643,8 +1643,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | --- | --- | --- | | Actions | EventOrchestrationGlobalSetRuleActions | actions block. | | Condition | interface{} | condition block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | --- @@ -1658,7 +1658,7 @@ Actions EventOrchestrationGlobalSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -1672,7 +1672,7 @@ Condition interface{} condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} --- @@ -1684,7 +1684,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. --- @@ -1696,7 +1696,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. --- @@ -1728,18 +1728,18 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | AutomationAction | EventOrchestrationGlobalSetRuleActionsAutomationAction | automation_action block. | -| DropEvent | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| DropEvent | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | Extraction | interface{} | extraction block. | | IncidentCustomFieldUpdate | interface{} | incident_custom_field_update block. | -| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | Variable | interface{} | variable block. | --- @@ -1752,7 +1752,7 @@ Annotate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -1766,7 +1766,7 @@ AutomationAction EventOrchestrationGlobalSetRuleActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1778,7 +1778,7 @@ DropEvent interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1790,7 +1790,7 @@ EscalationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1802,7 +1802,7 @@ EventAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1816,7 +1816,7 @@ Extraction interface{} extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1830,7 +1830,7 @@ IncidentCustomFieldUpdate interface{} incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1842,7 +1842,7 @@ Priority *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -1854,7 +1854,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -1866,7 +1866,7 @@ Severity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -1878,7 +1878,7 @@ Suppress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1890,7 +1890,7 @@ Suspend *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1904,7 +1904,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1928,9 +1928,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | Header | interface{} | header block. | | Parameter | interface{} | parameter block. | @@ -1944,7 +1944,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1956,7 +1956,7 @@ Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1968,7 +1968,7 @@ AutoSend interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1982,7 +1982,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1996,7 +1996,7 @@ Parameter interface{} parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -2017,8 +2017,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2030,7 +2030,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2042,7 +2042,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2063,8 +2063,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2076,7 +2076,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2088,7 +2088,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2111,10 +2111,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -2126,7 +2126,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -2138,7 +2138,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -2150,7 +2150,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -2162,7 +2162,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -2183,8 +2183,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2196,7 +2196,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2211,7 +2211,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2234,10 +2234,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2249,7 +2249,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2261,7 +2261,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -2273,7 +2273,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -2285,7 +2285,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2305,7 +2305,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | --- @@ -2317,7 +2317,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. --- diff --git a/docs/eventOrchestrationGlobal.java.md b/docs/eventOrchestrationGlobal.java.md index bd0385178..ff2d9baed 100644 --- a/docs/eventOrchestrationGlobal.java.md +++ b/docs/eventOrchestrationGlobal.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobal -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. #### Initializers @@ -43,9 +43,9 @@ EventOrchestrationGlobal.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationGlobalCatchAll | catch_all block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | set | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSet> | set block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -604,7 +604,7 @@ The construct id used in the generated config for the EventOrchestrationGlobal t The id of the existing EventOrchestrationGlobal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ public EventOrchestrationGlobalCatchAllActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -954,18 +954,18 @@ EventOrchestrationGlobalCatchAllActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | automationAction | EventOrchestrationGlobalCatchAllActionsAutomationAction | automation_action block. | -| dropEvent | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| dropEvent | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | extraction | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCatchAllActionsExtraction> | extraction block. | | incidentCustomFieldUpdate | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate> | incident_custom_field_update block. | -| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCatchAllActionsVariable> | variable block. | --- @@ -978,7 +978,7 @@ public java.lang.String getAnnotate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -992,7 +992,7 @@ public EventOrchestrationGlobalCatchAllActionsAutomationAction getAutomationActi automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1004,7 +1004,7 @@ public java.lang.Object getDropEvent(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1016,7 +1016,7 @@ public java.lang.String getEscalationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1028,7 +1028,7 @@ public java.lang.String getEventAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1042,7 +1042,7 @@ public java.lang.Object getExtraction(); extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1056,7 +1056,7 @@ public java.lang.Object getIncidentCustomFieldUpdate(); incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1068,7 +1068,7 @@ public java.lang.String getPriority(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -1080,7 +1080,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -1092,7 +1092,7 @@ public java.lang.String getSeverity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -1104,7 +1104,7 @@ public java.lang.Object getSuppress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1116,7 +1116,7 @@ public java.lang.Number getSuspend(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1130,7 +1130,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1157,9 +1157,9 @@ EventOrchestrationGlobalCatchAllActionsAutomationAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCatchAllActionsAutomationActionHeader> | header block. | | parameter | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCatchAllActionsAutomationActionParameter> | parameter block. | @@ -1173,7 +1173,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1185,7 +1185,7 @@ public java.lang.String getUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1197,7 +1197,7 @@ public java.lang.Object getAutoSend(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1211,7 +1211,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1225,7 +1225,7 @@ public java.lang.Object getParameter(); parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -1246,8 +1246,8 @@ EventOrchestrationGlobalCatchAllActionsAutomationActionHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1259,7 +1259,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1271,7 +1271,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1292,8 +1292,8 @@ EventOrchestrationGlobalCatchAllActionsAutomationActionParameter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1305,7 +1305,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1317,7 +1317,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1340,10 +1340,10 @@ EventOrchestrationGlobalCatchAllActionsExtraction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -1355,7 +1355,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -1367,7 +1367,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -1379,7 +1379,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -1391,7 +1391,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -1412,8 +1412,8 @@ EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1425,7 +1425,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1440,7 +1440,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1463,10 +1463,10 @@ EventOrchestrationGlobalCatchAllActionsVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1478,7 +1478,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1490,7 +1490,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -1502,7 +1502,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -1514,7 +1514,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1557,9 +1557,9 @@ EventOrchestrationGlobalConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationGlobalCatchAll | catch_all block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | set | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSet> | set block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -1643,7 +1643,7 @@ public EventOrchestrationGlobalCatchAll getCatchAll(); catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -1655,7 +1655,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -1669,7 +1669,7 @@ public java.lang.Object getSet(); set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -1681,7 +1681,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1706,7 +1706,7 @@ EventOrchestrationGlobalSet.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | | rule | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRule> | rule block. | --- @@ -1719,7 +1719,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1736,7 +1736,7 @@ public java.lang.Object getRule(); rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} --- @@ -1763,8 +1763,8 @@ EventOrchestrationGlobalSetRule.builder() | --- | --- | --- | | actions | EventOrchestrationGlobalSetRuleActions | actions block. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRuleCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | --- @@ -1778,7 +1778,7 @@ public EventOrchestrationGlobalSetRuleActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -1792,7 +1792,7 @@ public java.lang.Object getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} --- @@ -1804,7 +1804,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. --- @@ -1816,7 +1816,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. --- @@ -1853,18 +1853,18 @@ EventOrchestrationGlobalSetRuleActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | automationAction | EventOrchestrationGlobalSetRuleActionsAutomationAction | automation_action block. | -| dropEvent | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| dropEvent | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | extraction | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRuleActionsExtraction> | extraction block. | | incidentCustomFieldUpdate | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate> | incident_custom_field_update block. | -| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRuleActionsVariable> | variable block. | --- @@ -1877,7 +1877,7 @@ public java.lang.String getAnnotate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -1891,7 +1891,7 @@ public EventOrchestrationGlobalSetRuleActionsAutomationAction getAutomationActio automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1903,7 +1903,7 @@ public java.lang.Object getDropEvent(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1915,7 +1915,7 @@ public java.lang.String getEscalationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1927,7 +1927,7 @@ public java.lang.String getEventAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1941,7 +1941,7 @@ public java.lang.Object getExtraction(); extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1955,7 +1955,7 @@ public java.lang.Object getIncidentCustomFieldUpdate(); incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1967,7 +1967,7 @@ public java.lang.String getPriority(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -1979,7 +1979,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -1991,7 +1991,7 @@ public java.lang.String getSeverity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -2003,7 +2003,7 @@ public java.lang.Object getSuppress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -2015,7 +2015,7 @@ public java.lang.Number getSuspend(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -2029,7 +2029,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -2056,9 +2056,9 @@ EventOrchestrationGlobalSetRuleActionsAutomationAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRuleActionsAutomationActionHeader> | header block. | | parameter | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalSetRuleActionsAutomationActionParameter> | parameter block. | @@ -2072,7 +2072,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2084,7 +2084,7 @@ public java.lang.String getUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -2096,7 +2096,7 @@ public java.lang.Object getAutoSend(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -2110,7 +2110,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -2124,7 +2124,7 @@ public java.lang.Object getParameter(); parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -2145,8 +2145,8 @@ EventOrchestrationGlobalSetRuleActionsAutomationActionHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2158,7 +2158,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2170,7 +2170,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2191,8 +2191,8 @@ EventOrchestrationGlobalSetRuleActionsAutomationActionParameter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2204,7 +2204,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2216,7 +2216,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2239,10 +2239,10 @@ EventOrchestrationGlobalSetRuleActionsExtraction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -2254,7 +2254,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -2266,7 +2266,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -2278,7 +2278,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -2290,7 +2290,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -2311,8 +2311,8 @@ EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2324,7 +2324,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2339,7 +2339,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2362,10 +2362,10 @@ EventOrchestrationGlobalSetRuleActionsVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2377,7 +2377,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2389,7 +2389,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -2401,7 +2401,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -2413,7 +2413,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2433,7 +2433,7 @@ EventOrchestrationGlobalSetRuleCondition.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | --- @@ -2445,7 +2445,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. --- diff --git a/docs/eventOrchestrationGlobal.python.md b/docs/eventOrchestrationGlobal.python.md index 82a995df7..1dca257fe 100644 --- a/docs/eventOrchestrationGlobal.python.md +++ b/docs/eventOrchestrationGlobal.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobal -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. #### Initializers @@ -40,9 +40,9 @@ eventOrchestrationGlobal.EventOrchestrationGlobal( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationGlobalCatchAll | catch_all block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | set | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSet]] | set block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -517,7 +517,7 @@ def put_catch_all( actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -655,7 +655,7 @@ The construct id used in the generated config for the EventOrchestrationGlobal t The id of the existing EventOrchestrationGlobal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ actions: EventOrchestrationGlobalCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -1000,18 +1000,18 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | automation_action | EventOrchestrationGlobalCatchAllActionsAutomationAction | automation_action block. | -| drop_event | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| drop_event | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | extraction | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsExtraction]] | extraction block. | | incident_custom_field_update | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]] | incident_custom_field_update block. | -| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | variable | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsVariable]] | variable block. | --- @@ -1024,7 +1024,7 @@ annotate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -1038,7 +1038,7 @@ automation_action: EventOrchestrationGlobalCatchAllActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1050,7 +1050,7 @@ drop_event: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1062,7 +1062,7 @@ escalation_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1074,7 +1074,7 @@ event_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1088,7 +1088,7 @@ extraction: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalCatchA extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1102,7 +1102,7 @@ incident_custom_field_update: typing.Union[IResolvable, typing.List[EventOrchest incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1114,7 +1114,7 @@ priority: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -1126,7 +1126,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -1138,7 +1138,7 @@ severity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -1150,7 +1150,7 @@ suppress: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1162,7 +1162,7 @@ suspend: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1176,7 +1176,7 @@ variable: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalCatchAll variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1200,9 +1200,9 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsAutomationAction | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | header | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsAutomationActionHeader]] | header block. | | parameter | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter]] | parameter block. | @@ -1216,7 +1216,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1228,7 +1228,7 @@ url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1240,7 +1240,7 @@ auto_send: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1254,7 +1254,7 @@ header: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalCatchAllAc header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1268,7 +1268,7 @@ parameter: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalCatchAl parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -1289,8 +1289,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsAutomationAction | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1302,7 +1302,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1314,7 +1314,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1335,8 +1335,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsAutomationAction | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1348,7 +1348,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1360,7 +1360,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1383,10 +1383,10 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsExtraction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -1398,7 +1398,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -1410,7 +1410,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -1422,7 +1422,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -1434,7 +1434,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -1455,8 +1455,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsIncidentCustomFi | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1468,7 +1468,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1483,7 +1483,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1506,10 +1506,10 @@ eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1521,7 +1521,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1533,7 +1533,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -1545,7 +1545,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -1557,7 +1557,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1595,9 +1595,9 @@ eventOrchestrationGlobal.EventOrchestrationGlobalConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationGlobalCatchAll | catch_all block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | set | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSet]] | set block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -1681,7 +1681,7 @@ catch_all: EventOrchestrationGlobalCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -1693,7 +1693,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -1707,7 +1707,7 @@ set: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSet]] set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -1719,7 +1719,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1743,7 +1743,7 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSet( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | | rule | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRule]] | rule block. | --- @@ -1756,7 +1756,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1773,7 +1773,7 @@ rule: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSetRule]] rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} --- @@ -1798,8 +1798,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRule( | --- | --- | --- | | actions | EventOrchestrationGlobalSetRuleActions | actions block. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRuleCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | --- @@ -1813,7 +1813,7 @@ actions: EventOrchestrationGlobalSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -1827,7 +1827,7 @@ condition: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSetRule condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} --- @@ -1839,7 +1839,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. --- @@ -1851,7 +1851,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. --- @@ -1883,18 +1883,18 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | automation_action | EventOrchestrationGlobalSetRuleActionsAutomationAction | automation_action block. | -| drop_event | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| drop_event | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | extraction | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsExtraction]] | extraction block. | | incident_custom_field_update | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]] | incident_custom_field_update block. | -| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | variable | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsVariable]] | variable block. | --- @@ -1907,7 +1907,7 @@ annotate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -1921,7 +1921,7 @@ automation_action: EventOrchestrationGlobalSetRuleActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1933,7 +1933,7 @@ drop_event: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1945,7 +1945,7 @@ escalation_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1957,7 +1957,7 @@ event_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1971,7 +1971,7 @@ extraction: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSetRul extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1985,7 +1985,7 @@ incident_custom_field_update: typing.Union[IResolvable, typing.List[EventOrchest incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1997,7 +1997,7 @@ priority: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -2009,7 +2009,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -2021,7 +2021,7 @@ severity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -2033,7 +2033,7 @@ suppress: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -2045,7 +2045,7 @@ suspend: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -2059,7 +2059,7 @@ variable: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSetRuleA variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -2083,9 +2083,9 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsAutomationAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | header | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsAutomationActionHeader]] | header block. | | parameter | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter]] | parameter block. | @@ -2099,7 +2099,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2111,7 +2111,7 @@ url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -2123,7 +2123,7 @@ auto_send: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -2137,7 +2137,7 @@ header: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSetRuleAct header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -2151,7 +2151,7 @@ parameter: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalSetRule parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -2172,8 +2172,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsAutomationActionH | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2185,7 +2185,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2197,7 +2197,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2218,8 +2218,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsAutomationActionP | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2231,7 +2231,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2243,7 +2243,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2266,10 +2266,10 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsExtraction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -2281,7 +2281,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -2293,7 +2293,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -2305,7 +2305,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -2317,7 +2317,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -2338,8 +2338,8 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsIncidentCustomFie | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2351,7 +2351,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2366,7 +2366,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2389,10 +2389,10 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2404,7 +2404,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2416,7 +2416,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -2428,7 +2428,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -2440,7 +2440,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2460,7 +2460,7 @@ eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleCondition( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | --- @@ -2472,7 +2472,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. --- @@ -5271,7 +5271,7 @@ def put_automation_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -5279,7 +5279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -5287,7 +5287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -5297,7 +5297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -5307,7 +5307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -6568,7 +6568,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -6578,7 +6578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -6586,7 +6586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -6594,7 +6594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -6602,7 +6602,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -6612,7 +6612,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -6622,7 +6622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -6630,7 +6630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -6638,7 +6638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -6646,7 +6646,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -6654,7 +6654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -6662,7 +6662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -6672,7 +6672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -10067,7 +10067,7 @@ def put_automation_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -10075,7 +10075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -10083,7 +10083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -10093,7 +10093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -10103,7 +10103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -12044,7 +12044,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -12054,7 +12054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -12062,7 +12062,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -12070,7 +12070,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -12078,7 +12078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -12088,7 +12088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -12098,7 +12098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -12106,7 +12106,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -12114,7 +12114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -12122,7 +12122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -12130,7 +12130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -12138,7 +12138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -12148,7 +12148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- diff --git a/docs/eventOrchestrationGlobal.typescript.md b/docs/eventOrchestrationGlobal.typescript.md index adae7af6b..45028a0d1 100644 --- a/docs/eventOrchestrationGlobal.typescript.md +++ b/docs/eventOrchestrationGlobal.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobal -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationGlobal t The id of the existing EventOrchestrationGlobal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ public readonly actions: EventOrchestrationGlobalCatchAllActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -829,18 +829,18 @@ const eventOrchestrationGlobalCatchAllActions: eventOrchestrationGlobal.EventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | automationAction | EventOrchestrationGlobalCatchAllActionsAutomationAction | automation_action block. | -| dropEvent | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| dropEvent | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | extraction | cdktf.IResolvable \| EventOrchestrationGlobalCatchAllActionsExtraction[] | extraction block. | | incidentCustomFieldUpdate | cdktf.IResolvable \| EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate[] | incident_custom_field_update block. | -| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | variable | cdktf.IResolvable \| EventOrchestrationGlobalCatchAllActionsVariable[] | variable block. | --- @@ -853,7 +853,7 @@ public readonly annotate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -867,7 +867,7 @@ public readonly automationAction: EventOrchestrationGlobalCatchAllActionsAutomat automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -879,7 +879,7 @@ public readonly dropEvent: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -891,7 +891,7 @@ public readonly escalationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -903,7 +903,7 @@ public readonly eventAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -917,7 +917,7 @@ public readonly extraction: IResolvable | EventOrchestrationGlobalCatchAllAction extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -931,7 +931,7 @@ public readonly incidentCustomFieldUpdate: IResolvable | EventOrchestrationGloba incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -943,7 +943,7 @@ public readonly priority: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -955,7 +955,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -967,7 +967,7 @@ public readonly severity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -979,7 +979,7 @@ public readonly suppress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -991,7 +991,7 @@ public readonly suspend: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1005,7 +1005,7 @@ public readonly variable: IResolvable | EventOrchestrationGlobalCatchAllActionsV variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1023,9 +1023,9 @@ const eventOrchestrationGlobalCatchAllActionsAutomationAction: eventOrchestratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | header | cdktf.IResolvable \| EventOrchestrationGlobalCatchAllActionsAutomationActionHeader[] | header block. | | parameter | cdktf.IResolvable \| EventOrchestrationGlobalCatchAllActionsAutomationActionParameter[] | parameter block. | @@ -1039,7 +1039,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1051,7 +1051,7 @@ public readonly url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1063,7 +1063,7 @@ public readonly autoSend: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1077,7 +1077,7 @@ public readonly header: IResolvable | EventOrchestrationGlobalCatchAllActionsAut header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1091,7 +1091,7 @@ public readonly parameter: IResolvable | EventOrchestrationGlobalCatchAllActions parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -1109,8 +1109,8 @@ const eventOrchestrationGlobalCatchAllActionsAutomationActionHeader: eventOrches | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1122,7 +1122,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1134,7 +1134,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1152,8 +1152,8 @@ const eventOrchestrationGlobalCatchAllActionsAutomationActionParameter: eventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1165,7 +1165,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1177,7 +1177,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1195,10 +1195,10 @@ const eventOrchestrationGlobalCatchAllActionsExtraction: eventOrchestrationGloba | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -1210,7 +1210,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -1222,7 +1222,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -1234,7 +1234,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -1246,7 +1246,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -1264,8 +1264,8 @@ const eventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate: eventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1277,7 +1277,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1292,7 +1292,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1310,10 +1310,10 @@ const eventOrchestrationGlobalCatchAllActionsVariable: eventOrchestrationGlobal. | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1325,7 +1325,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1337,7 +1337,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -1349,7 +1349,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -1361,7 +1361,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1387,9 +1387,9 @@ const eventOrchestrationGlobalConfig: eventOrchestrationGlobal.EventOrchestratio | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | catchAll | EventOrchestrationGlobalCatchAll | catch_all block. | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. | | set | cdktf.IResolvable \| EventOrchestrationGlobalSet[] | set block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | --- @@ -1473,7 +1473,7 @@ public readonly catchAll: EventOrchestrationGlobalCatchAll; catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} --- @@ -1485,7 +1485,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}. --- @@ -1499,7 +1499,7 @@ public readonly set: IResolvable | EventOrchestrationGlobalSet[]; set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} --- @@ -1511,7 +1511,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1532,7 +1532,7 @@ const eventOrchestrationGlobalSet: eventOrchestrationGlobal.EventOrchestrationGl | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | | rule | cdktf.IResolvable \| EventOrchestrationGlobalSetRule[] | rule block. | --- @@ -1545,7 +1545,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1562,7 +1562,7 @@ public readonly rule: IResolvable | EventOrchestrationGlobalSetRule[]; rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} --- @@ -1582,8 +1582,8 @@ const eventOrchestrationGlobalSetRule: eventOrchestrationGlobal.EventOrchestrati | --- | --- | --- | | actions | EventOrchestrationGlobalSetRuleActions | actions block. | | condition | cdktf.IResolvable \| EventOrchestrationGlobalSetRuleCondition[] | condition block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. | --- @@ -1597,7 +1597,7 @@ public readonly actions: EventOrchestrationGlobalSetRuleActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} --- @@ -1611,7 +1611,7 @@ public readonly condition: IResolvable | EventOrchestrationGlobalSetRuleConditio condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} --- @@ -1623,7 +1623,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}. --- @@ -1635,7 +1635,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}. --- @@ -1653,18 +1653,18 @@ const eventOrchestrationGlobalSetRuleActions: eventOrchestrationGlobal.EventOrch | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | +| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. | | automationAction | EventOrchestrationGlobalSetRuleActionsAutomationAction | automation_action block. | -| dropEvent | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | -| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | -| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | +| dropEvent | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. | +| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. | +| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. | | extraction | cdktf.IResolvable \| EventOrchestrationGlobalSetRuleActionsExtraction[] | extraction block. | | incidentCustomFieldUpdate | cdktf.IResolvable \| EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate[] | incident_custom_field_update block. | -| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | -| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | -| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | -| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | +| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. | +| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. | +| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. | +| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. | | variable | cdktf.IResolvable \| EventOrchestrationGlobalSetRuleActionsVariable[] | variable block. | --- @@ -1677,7 +1677,7 @@ public readonly annotate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}. --- @@ -1691,7 +1691,7 @@ public readonly automationAction: EventOrchestrationGlobalSetRuleActionsAutomati automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} --- @@ -1703,7 +1703,7 @@ public readonly dropEvent: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}. --- @@ -1715,7 +1715,7 @@ public readonly escalationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}. --- @@ -1727,7 +1727,7 @@ public readonly eventAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}. --- @@ -1741,7 +1741,7 @@ public readonly extraction: IResolvable | EventOrchestrationGlobalSetRuleActions extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} --- @@ -1755,7 +1755,7 @@ public readonly incidentCustomFieldUpdate: IResolvable | EventOrchestrationGloba incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} --- @@ -1767,7 +1767,7 @@ public readonly priority: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}. --- @@ -1779,7 +1779,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}. --- @@ -1791,7 +1791,7 @@ public readonly severity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}. --- @@ -1803,7 +1803,7 @@ public readonly suppress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}. --- @@ -1815,7 +1815,7 @@ public readonly suspend: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}. --- @@ -1829,7 +1829,7 @@ public readonly variable: IResolvable | EventOrchestrationGlobalSetRuleActionsVa variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} --- @@ -1847,9 +1847,9 @@ const eventOrchestrationGlobalSetRuleActionsAutomationAction: eventOrchestration | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | -| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. | +| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. | | header | cdktf.IResolvable \| EventOrchestrationGlobalSetRuleActionsAutomationActionHeader[] | header block. | | parameter | cdktf.IResolvable \| EventOrchestrationGlobalSetRuleActionsAutomationActionParameter[] | parameter block. | @@ -1863,7 +1863,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -1875,7 +1875,7 @@ public readonly url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}. --- @@ -1887,7 +1887,7 @@ public readonly autoSend: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}. --- @@ -1901,7 +1901,7 @@ public readonly header: IResolvable | EventOrchestrationGlobalSetRuleActionsAuto header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} --- @@ -1915,7 +1915,7 @@ public readonly parameter: IResolvable | EventOrchestrationGlobalSetRuleActionsA parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} --- @@ -1933,8 +1933,8 @@ const eventOrchestrationGlobalSetRuleActionsAutomationActionHeader: eventOrchest | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1946,7 +1946,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -1958,7 +1958,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -1976,8 +1976,8 @@ const eventOrchestrationGlobalSetRuleActionsAutomationActionParameter: eventOrch | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -1989,7 +1989,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}. --- @@ -2001,7 +2001,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2019,10 +2019,10 @@ const eventOrchestrationGlobalSetRuleActionsExtraction: eventOrchestrationGlobal | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. | --- @@ -2034,7 +2034,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}. --- @@ -2046,7 +2046,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}. --- @@ -2058,7 +2058,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}. --- @@ -2070,7 +2070,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}. --- @@ -2088,8 +2088,8 @@ const eventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate: eventOrch | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2101,7 +2101,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2116,7 +2116,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2134,10 +2134,10 @@ const eventOrchestrationGlobalSetRuleActionsVariable: eventOrchestrationGlobal.E | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. | --- @@ -2149,7 +2149,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}. --- @@ -2161,7 +2161,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}. --- @@ -2173,7 +2173,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}. --- @@ -2185,7 +2185,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}. --- @@ -2203,7 +2203,7 @@ const eventOrchestrationGlobalSetRuleCondition: eventOrchestrationGlobal.EventOr | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. | --- @@ -2215,7 +2215,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}. --- diff --git a/docs/eventOrchestrationGlobalCacheVariable.csharp.md b/docs/eventOrchestrationGlobalCacheVariable.csharp.md index b9b06776d..1fa31c3fd 100644 --- a/docs/eventOrchestrationGlobalCacheVariable.csharp.md +++ b/docs/eventOrchestrationGlobalCacheVariable.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationGlobalCa The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ new EventOrchestrationGlobalCacheVariableCondition { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | --- @@ -851,7 +851,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. --- @@ -890,10 +890,10 @@ new EventOrchestrationGlobalCacheVariableConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | Condition | object | condition block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -977,7 +977,7 @@ public EventOrchestrationGlobalCacheVariableConfiguration Configuration { get; s configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -989,7 +989,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -1001,7 +1001,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -1015,7 +1015,7 @@ public object Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -1027,7 +1027,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -1050,10 +1050,10 @@ new EventOrchestrationGlobalCacheVariableConfiguration { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | -| TtlSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | +| TtlSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | --- @@ -1065,7 +1065,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. --- @@ -1077,7 +1077,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. --- @@ -1089,7 +1089,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. --- @@ -1101,7 +1101,7 @@ public double TtlSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationGlobalCacheVariable.go.md b/docs/eventOrchestrationGlobalCacheVariable.go.md index 1713147ce..07f2d8232 100644 --- a/docs/eventOrchestrationGlobalCacheVariable.go.md +++ b/docs/eventOrchestrationGlobalCacheVariable.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationGlobalCa The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | --- @@ -851,7 +851,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. --- @@ -890,10 +890,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | Condition | interface{} | condition block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -977,7 +977,7 @@ Configuration EventOrchestrationGlobalCacheVariableConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -989,7 +989,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -1001,7 +1001,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -1015,7 +1015,7 @@ Condition interface{} condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -1027,7 +1027,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -1050,10 +1050,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | -| TtlSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | +| TtlSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | --- @@ -1065,7 +1065,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. --- @@ -1077,7 +1077,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. --- @@ -1089,7 +1089,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. --- @@ -1101,7 +1101,7 @@ TtlSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationGlobalCacheVariable.java.md b/docs/eventOrchestrationGlobalCacheVariable.java.md index 1d51b5c97..ee1e3d1a6 100644 --- a/docs/eventOrchestrationGlobalCacheVariable.java.md +++ b/docs/eventOrchestrationGlobalCacheVariable.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -45,10 +45,10 @@ EventOrchestrationGlobalCacheVariable.Builder.create(Construct scope, java.lang. | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCacheVariableCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -619,7 +619,7 @@ The construct id used in the generated config for the EventOrchestrationGlobalCa The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ EventOrchestrationGlobalCacheVariableCondition.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | --- @@ -963,7 +963,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. --- @@ -1008,10 +1008,10 @@ EventOrchestrationGlobalCacheVariableConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationGlobalCacheVariableCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -1095,7 +1095,7 @@ public EventOrchestrationGlobalCacheVariableConfiguration getConfiguration(); configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -1107,7 +1107,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -1119,7 +1119,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -1133,7 +1133,7 @@ public java.lang.Object getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -1145,7 +1145,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -1168,10 +1168,10 @@ EventOrchestrationGlobalCacheVariableConfiguration.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | -| ttlSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | +| ttlSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | --- @@ -1183,7 +1183,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. --- @@ -1195,7 +1195,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. --- @@ -1207,7 +1207,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. --- @@ -1219,7 +1219,7 @@ public java.lang.Number getTtlSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationGlobalCacheVariable.python.md b/docs/eventOrchestrationGlobalCacheVariable.python.md index fa52dafe4..d0b5db620 100644 --- a/docs/eventOrchestrationGlobalCacheVariable.python.md +++ b/docs/eventOrchestrationGlobalCacheVariable.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -41,10 +41,10 @@ eventOrchestrationGlobalCacheVariable.EventOrchestrationGlobalCacheVariable( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCacheVariableCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -540,7 +540,7 @@ def put_configuration( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. --- @@ -548,7 +548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. --- @@ -694,7 +694,7 @@ The construct id used in the generated config for the EventOrchestrationGlobalCa The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ eventOrchestrationGlobalCacheVariable.EventOrchestrationGlobalCacheVariableCondi | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | --- @@ -1038,7 +1038,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. --- @@ -1077,10 +1077,10 @@ eventOrchestrationGlobalCacheVariable.EventOrchestrationGlobalCacheVariableConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationGlobalCacheVariableCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -1164,7 +1164,7 @@ configuration: EventOrchestrationGlobalCacheVariableConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -1176,7 +1176,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -1188,7 +1188,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -1202,7 +1202,7 @@ condition: typing.Union[IResolvable, typing.List[EventOrchestrationGlobalCacheVa condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -1214,7 +1214,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -1237,10 +1237,10 @@ eventOrchestrationGlobalCacheVariable.EventOrchestrationGlobalCacheVariableConfi | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | -| ttl_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | +| ttl_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | --- @@ -1252,7 +1252,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. --- @@ -1264,7 +1264,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. --- @@ -1276,7 +1276,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. --- @@ -1288,7 +1288,7 @@ ttl_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationGlobalCacheVariable.typescript.md b/docs/eventOrchestrationGlobalCacheVariable.typescript.md index b0908416f..5b27f4058 100644 --- a/docs/eventOrchestrationGlobalCacheVariable.typescript.md +++ b/docs/eventOrchestrationGlobalCacheVariable.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationGlobalCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationGlobalCa The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -837,7 +837,7 @@ const eventOrchestrationGlobalCacheVariableCondition: eventOrchestrationGlobalCa | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. | --- @@ -849,7 +849,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}. --- @@ -875,10 +875,10 @@ const eventOrchestrationGlobalCacheVariableConfig: eventOrchestrationGlobalCache | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | configuration | EventOrchestrationGlobalCacheVariableConfiguration | configuration block. | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. | | condition | cdktf.IResolvable \| EventOrchestrationGlobalCacheVariableCondition[] | condition block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. | --- @@ -962,7 +962,7 @@ public readonly configuration: EventOrchestrationGlobalCacheVariableConfiguratio configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} --- @@ -974,7 +974,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}. --- @@ -986,7 +986,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}. --- @@ -1000,7 +1000,7 @@ public readonly condition: IResolvable | EventOrchestrationGlobalCacheVariableCo condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} --- @@ -1012,7 +1012,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}. --- @@ -1030,10 +1030,10 @@ const eventOrchestrationGlobalCacheVariableConfiguration: eventOrchestrationGlob | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | -| ttlSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. | +| ttlSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. | --- @@ -1045,7 +1045,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}. --- @@ -1057,7 +1057,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}. --- @@ -1069,7 +1069,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}. --- @@ -1081,7 +1081,7 @@ public readonly ttlSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationIntegration.csharp.md b/docs/eventOrchestrationIntegration.csharp.md index 06bb70de7..9d789087f 100644 --- a/docs/eventOrchestrationIntegration.csharp.md +++ b/docs/eventOrchestrationIntegration.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the EventOrchestrationIntegrat The id of the existing EventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -759,8 +759,8 @@ new EventOrchestrationIntegrationAConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -842,7 +842,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -854,7 +854,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- diff --git a/docs/eventOrchestrationIntegration.go.md b/docs/eventOrchestrationIntegration.go.md index d0676b09d..6daa16f2c 100644 --- a/docs/eventOrchestrationIntegration.go.md +++ b/docs/eventOrchestrationIntegration.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the EventOrchestrationIntegrat The id of the existing EventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -759,8 +759,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -842,7 +842,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -854,7 +854,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- diff --git a/docs/eventOrchestrationIntegration.java.md b/docs/eventOrchestrationIntegration.java.md index 6e41c4100..b9a396368 100644 --- a/docs/eventOrchestrationIntegration.java.md +++ b/docs/eventOrchestrationIntegration.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -39,8 +39,8 @@ EventOrchestrationIntegrationA.Builder.create(Construct scope, java.lang.String | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- @@ -543,7 +543,7 @@ The construct id used in the generated config for the EventOrchestrationIntegrat The id of the existing EventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -839,8 +839,8 @@ EventOrchestrationIntegrationAConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -922,7 +922,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -934,7 +934,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- diff --git a/docs/eventOrchestrationIntegration.python.md b/docs/eventOrchestrationIntegration.python.md index 6949c693a..506a90450 100644 --- a/docs/eventOrchestrationIntegration.python.md +++ b/docs/eventOrchestrationIntegration.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -37,8 +37,8 @@ eventOrchestrationIntegration.EventOrchestrationIntegrationA( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- @@ -587,7 +587,7 @@ The construct id used in the generated config for the EventOrchestrationIntegrat The id of the existing EventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -879,8 +879,8 @@ eventOrchestrationIntegration.EventOrchestrationIntegrationAConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -962,7 +962,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -974,7 +974,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- diff --git a/docs/eventOrchestrationIntegration.typescript.md b/docs/eventOrchestrationIntegration.typescript.md index 5ed3e8974..615187f88 100644 --- a/docs/eventOrchestrationIntegration.typescript.md +++ b/docs/eventOrchestrationIntegration.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationIntegrationA -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the EventOrchestrationIntegrat The id of the existing EventOrchestrationIntegrationA that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use --- @@ -749,8 +749,8 @@ const eventOrchestrationIntegrationAConfig: eventOrchestrationIntegration.EventO | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. | --- @@ -832,7 +832,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}. --- @@ -844,7 +844,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}. --- diff --git a/docs/eventOrchestrationRouter.csharp.md b/docs/eventOrchestrationRouter.csharp.md index 176c59cd0..47d037226 100644 --- a/docs/eventOrchestrationRouter.csharp.md +++ b/docs/eventOrchestrationRouter.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationRouter -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationRouter t The id of the existing EventOrchestrationRouter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ public EventOrchestrationRouterCatchAllActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -833,7 +833,7 @@ new EventOrchestrationRouterCatchAllActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -845,7 +845,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -883,9 +883,9 @@ new EventOrchestrationRouterConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | CatchAll | EventOrchestrationRouterCatchAll | catch_all block. | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | Set | EventOrchestrationRouterSet | set block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -969,7 +969,7 @@ public EventOrchestrationRouterCatchAll CatchAll { get; set; } catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -981,7 +981,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -995,7 +995,7 @@ public EventOrchestrationRouterSet Set { get; set; } set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -1007,7 +1007,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1031,7 +1031,7 @@ new EventOrchestrationRouterSet { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | | Rule | object | rule block. | --- @@ -1044,7 +1044,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1061,7 +1061,7 @@ public object Rule { get; set; } rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} --- @@ -1086,8 +1086,8 @@ new EventOrchestrationRouterSetRule { | --- | --- | --- | | Actions | EventOrchestrationRouterSetRuleActions | actions block. | | Condition | object | condition block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | --- @@ -1101,7 +1101,7 @@ public EventOrchestrationRouterSetRuleActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -1115,7 +1115,7 @@ public object Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} --- @@ -1127,7 +1127,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. --- @@ -1139,7 +1139,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. --- @@ -1161,7 +1161,7 @@ new EventOrchestrationRouterSetRuleActions { | **Name** | **Type** | **Description** | | --- | --- | --- | | DynamicRouteTo | object | dynamic_route_to block. | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -1175,7 +1175,7 @@ public object DynamicRouteTo { get; set; } dynamic_route_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} --- @@ -1187,7 +1187,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -1209,9 +1209,9 @@ new EventOrchestrationRouterSetRuleActionsDynamicRouteTo { | **Name** | **Type** | **Description** | | --- | --- | --- | -| LookupBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | +| LookupBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | --- @@ -1223,7 +1223,7 @@ public string LookupBy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. --- @@ -1235,7 +1235,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. --- @@ -1247,7 +1247,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. --- @@ -1267,7 +1267,7 @@ new EventOrchestrationRouterSetRuleCondition { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | --- @@ -1279,7 +1279,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. --- diff --git a/docs/eventOrchestrationRouter.go.md b/docs/eventOrchestrationRouter.go.md index dbb9ceeb8..63f2db7ff 100644 --- a/docs/eventOrchestrationRouter.go.md +++ b/docs/eventOrchestrationRouter.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationRouter -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationRouter t The id of the existing EventOrchestrationRouter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ Actions EventOrchestrationRouterCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -833,7 +833,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -845,7 +845,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -883,9 +883,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | CatchAll | EventOrchestrationRouterCatchAll | catch_all block. | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | Set | EventOrchestrationRouterSet | set block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -969,7 +969,7 @@ CatchAll EventOrchestrationRouterCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -981,7 +981,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -995,7 +995,7 @@ Set EventOrchestrationRouterSet set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -1007,7 +1007,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1031,7 +1031,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | | Rule | interface{} | rule block. | --- @@ -1044,7 +1044,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1061,7 +1061,7 @@ Rule interface{} rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} --- @@ -1086,8 +1086,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | --- | --- | --- | | Actions | EventOrchestrationRouterSetRuleActions | actions block. | | Condition | interface{} | condition block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | --- @@ -1101,7 +1101,7 @@ Actions EventOrchestrationRouterSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -1115,7 +1115,7 @@ Condition interface{} condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} --- @@ -1127,7 +1127,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. --- @@ -1139,7 +1139,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. --- @@ -1161,7 +1161,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | | DynamicRouteTo | interface{} | dynamic_route_to block. | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -1175,7 +1175,7 @@ DynamicRouteTo interface{} dynamic_route_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} --- @@ -1187,7 +1187,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -1209,9 +1209,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| LookupBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | +| LookupBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | --- @@ -1223,7 +1223,7 @@ LookupBy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. --- @@ -1235,7 +1235,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. --- @@ -1247,7 +1247,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. --- @@ -1267,7 +1267,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | --- @@ -1279,7 +1279,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. --- diff --git a/docs/eventOrchestrationRouter.java.md b/docs/eventOrchestrationRouter.java.md index 8d2687edd..a17fd00f4 100644 --- a/docs/eventOrchestrationRouter.java.md +++ b/docs/eventOrchestrationRouter.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationRouter -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. #### Initializers @@ -42,9 +42,9 @@ EventOrchestrationRouter.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationRouterCatchAll | catch_all block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | set | EventOrchestrationRouterSet | set block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -603,7 +603,7 @@ The construct id used in the generated config for the EventOrchestrationRouter t The id of the existing EventOrchestrationRouter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use --- @@ -916,7 +916,7 @@ public EventOrchestrationRouterCatchAllActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -936,7 +936,7 @@ EventOrchestrationRouterCatchAllActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -948,7 +948,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -990,9 +990,9 @@ EventOrchestrationRouterConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationRouterCatchAll | catch_all block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | set | EventOrchestrationRouterSet | set block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -1076,7 +1076,7 @@ public EventOrchestrationRouterCatchAll getCatchAll(); catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -1088,7 +1088,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -1102,7 +1102,7 @@ public EventOrchestrationRouterSet getSet(); set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -1114,7 +1114,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1139,7 +1139,7 @@ EventOrchestrationRouterSet.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | | rule | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationRouterSetRule> | rule block. | --- @@ -1152,7 +1152,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1169,7 +1169,7 @@ public java.lang.Object getRule(); rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} --- @@ -1196,8 +1196,8 @@ EventOrchestrationRouterSetRule.builder() | --- | --- | --- | | actions | EventOrchestrationRouterSetRuleActions | actions block. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationRouterSetRuleCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | --- @@ -1211,7 +1211,7 @@ public EventOrchestrationRouterSetRuleActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -1225,7 +1225,7 @@ public java.lang.Object getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} --- @@ -1237,7 +1237,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. --- @@ -1249,7 +1249,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. --- @@ -1272,7 +1272,7 @@ EventOrchestrationRouterSetRuleActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | dynamicRouteTo | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationRouterSetRuleActionsDynamicRouteTo> | dynamic_route_to block. | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -1286,7 +1286,7 @@ public java.lang.Object getDynamicRouteTo(); dynamic_route_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} --- @@ -1298,7 +1298,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -1320,9 +1320,9 @@ EventOrchestrationRouterSetRuleActionsDynamicRouteTo.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| lookupBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | +| lookupBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | --- @@ -1334,7 +1334,7 @@ public java.lang.String getLookupBy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. --- @@ -1346,7 +1346,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. --- @@ -1358,7 +1358,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. --- @@ -1378,7 +1378,7 @@ EventOrchestrationRouterSetRuleCondition.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | --- @@ -1390,7 +1390,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. --- diff --git a/docs/eventOrchestrationRouter.python.md b/docs/eventOrchestrationRouter.python.md index c0f1b0661..37233658d 100644 --- a/docs/eventOrchestrationRouter.python.md +++ b/docs/eventOrchestrationRouter.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationRouter -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. #### Initializers @@ -40,9 +40,9 @@ eventOrchestrationRouter.EventOrchestrationRouter( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationRouterCatchAll | catch_all block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | set | EventOrchestrationRouterSet | set block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -517,7 +517,7 @@ def put_catch_all( actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -534,7 +534,7 @@ def put_set( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -547,7 +547,7 @@ If you experience problems setting this value it might not be settable. Please t rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} --- @@ -671,7 +671,7 @@ The construct id used in the generated config for the EventOrchestrationRouter t The id of the existing EventOrchestrationRouter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ actions: EventOrchestrationRouterCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -1004,7 +1004,7 @@ eventOrchestrationRouter.EventOrchestrationRouterCatchAllActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -1016,7 +1016,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -1054,9 +1054,9 @@ eventOrchestrationRouter.EventOrchestrationRouterConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationRouterCatchAll | catch_all block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | set | EventOrchestrationRouterSet | set block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -1140,7 +1140,7 @@ catch_all: EventOrchestrationRouterCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -1152,7 +1152,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -1166,7 +1166,7 @@ set: EventOrchestrationRouterSet set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -1178,7 +1178,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1202,7 +1202,7 @@ eventOrchestrationRouter.EventOrchestrationRouterSet( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | | rule | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationRouterSetRule]] | rule block. | --- @@ -1215,7 +1215,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1232,7 +1232,7 @@ rule: typing.Union[IResolvable, typing.List[EventOrchestrationRouterSetRule]] rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} --- @@ -1257,8 +1257,8 @@ eventOrchestrationRouter.EventOrchestrationRouterSetRule( | --- | --- | --- | | actions | EventOrchestrationRouterSetRuleActions | actions block. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationRouterSetRuleCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | --- @@ -1272,7 +1272,7 @@ actions: EventOrchestrationRouterSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -1286,7 +1286,7 @@ condition: typing.Union[IResolvable, typing.List[EventOrchestrationRouterSetRule condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} --- @@ -1298,7 +1298,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. --- @@ -1310,7 +1310,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. --- @@ -1332,7 +1332,7 @@ eventOrchestrationRouter.EventOrchestrationRouterSetRuleActions( | **Name** | **Type** | **Description** | | --- | --- | --- | | dynamic_route_to | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]] | dynamic_route_to block. | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -1346,7 +1346,7 @@ dynamic_route_to: typing.Union[IResolvable, typing.List[EventOrchestrationRouter dynamic_route_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} --- @@ -1358,7 +1358,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -1380,9 +1380,9 @@ eventOrchestrationRouter.EventOrchestrationRouterSetRuleActionsDynamicRouteTo( | **Name** | **Type** | **Description** | | --- | --- | --- | -| lookup_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | +| lookup_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | --- @@ -1394,7 +1394,7 @@ lookup_by: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. --- @@ -1406,7 +1406,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. --- @@ -1418,7 +1418,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. --- @@ -1438,7 +1438,7 @@ eventOrchestrationRouter.EventOrchestrationRouterSetRuleCondition( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | --- @@ -1450,7 +1450,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. --- @@ -1993,7 +1993,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -4206,7 +4206,7 @@ def put_actions( dynamic_route_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} --- @@ -4214,7 +4214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- diff --git a/docs/eventOrchestrationRouter.typescript.md b/docs/eventOrchestrationRouter.typescript.md index 3df2eaf9a..3a0f10b3c 100644 --- a/docs/eventOrchestrationRouter.typescript.md +++ b/docs/eventOrchestrationRouter.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationRouter -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationRouter t The id of the existing EventOrchestrationRouter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ public readonly actions: EventOrchestrationRouterCatchAllActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -829,7 +829,7 @@ const eventOrchestrationRouterCatchAllActions: eventOrchestrationRouter.EventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -841,7 +841,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -867,9 +867,9 @@ const eventOrchestrationRouterConfig: eventOrchestrationRouter.EventOrchestratio | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | catchAll | EventOrchestrationRouterCatchAll | catch_all block. | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. | | set | EventOrchestrationRouterSet | set block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | --- @@ -953,7 +953,7 @@ public readonly catchAll: EventOrchestrationRouterCatchAll; catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} --- @@ -965,7 +965,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}. --- @@ -979,7 +979,7 @@ public readonly set: EventOrchestrationRouterSet; set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} --- @@ -991,7 +991,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1012,7 +1012,7 @@ const eventOrchestrationRouterSet: eventOrchestrationRouter.EventOrchestrationRo | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. | | rule | cdktf.IResolvable \| EventOrchestrationRouterSetRule[] | rule block. | --- @@ -1025,7 +1025,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1042,7 +1042,7 @@ public readonly rule: IResolvable | EventOrchestrationRouterSetRule[]; rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} --- @@ -1062,8 +1062,8 @@ const eventOrchestrationRouterSetRule: eventOrchestrationRouter.EventOrchestrati | --- | --- | --- | | actions | EventOrchestrationRouterSetRuleActions | actions block. | | condition | cdktf.IResolvable \| EventOrchestrationRouterSetRuleCondition[] | condition block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. | --- @@ -1077,7 +1077,7 @@ public readonly actions: EventOrchestrationRouterSetRuleActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} --- @@ -1091,7 +1091,7 @@ public readonly condition: IResolvable | EventOrchestrationRouterSetRuleConditio condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} --- @@ -1103,7 +1103,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}. --- @@ -1115,7 +1115,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}. --- @@ -1134,7 +1134,7 @@ const eventOrchestrationRouterSetRuleActions: eventOrchestrationRouter.EventOrch | **Name** | **Type** | **Description** | | --- | --- | --- | | dynamicRouteTo | cdktf.IResolvable \| EventOrchestrationRouterSetRuleActionsDynamicRouteTo[] | dynamic_route_to block. | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. | --- @@ -1148,7 +1148,7 @@ public readonly dynamicRouteTo: IResolvable | EventOrchestrationRouterSetRuleAct dynamic_route_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} --- @@ -1160,7 +1160,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}. --- @@ -1178,9 +1178,9 @@ const eventOrchestrationRouterSetRuleActionsDynamicRouteTo: eventOrchestrationRo | **Name** | **Type** | **Description** | | --- | --- | --- | -| lookupBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | +| lookupBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. | --- @@ -1192,7 +1192,7 @@ public readonly lookupBy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}. --- @@ -1204,7 +1204,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}. --- @@ -1216,7 +1216,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}. --- @@ -1234,7 +1234,7 @@ const eventOrchestrationRouterSetRuleCondition: eventOrchestrationRouter.EventOr | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. | --- @@ -1246,7 +1246,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}. --- diff --git a/docs/eventOrchestrationService.csharp.md b/docs/eventOrchestrationService.csharp.md index 3f7df9514..b72973504 100644 --- a/docs/eventOrchestrationService.csharp.md +++ b/docs/eventOrchestrationService.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationService The id of the existing EventOrchestrationService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ public EventOrchestrationServiceCatchAllActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -874,18 +874,18 @@ new EventOrchestrationServiceCatchAllActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | AutomationAction | EventOrchestrationServiceCatchAllActionsAutomationAction | automation_action block. | -| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | Extraction | object | extraction block. | | IncidentCustomFieldUpdate | object | incident_custom_field_update block. | | PagerdutyAutomationAction | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | Variable | object | variable block. | --- @@ -898,7 +898,7 @@ public string Annotate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -912,7 +912,7 @@ public EventOrchestrationServiceCatchAllActionsAutomationAction AutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -924,7 +924,7 @@ public string EscalationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -936,7 +936,7 @@ public string EventAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -950,7 +950,7 @@ public object Extraction { get; set; } extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -964,7 +964,7 @@ public object IncidentCustomFieldUpdate { get; set; } incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -978,7 +978,7 @@ public EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction Pagerdu pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -990,7 +990,7 @@ public string Priority { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1002,7 +1002,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1014,7 +1014,7 @@ public string Severity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1026,7 +1026,7 @@ public object Suppress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1038,7 +1038,7 @@ public double Suspend { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1052,7 +1052,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -1076,9 +1076,9 @@ new EventOrchestrationServiceCatchAllActionsAutomationAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | Header | object | header block. | | Parameter | object | parameter block. | @@ -1092,7 +1092,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1104,7 +1104,7 @@ public string Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -1116,7 +1116,7 @@ public object AutoSend { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -1130,7 +1130,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -1144,7 +1144,7 @@ public object Parameter { get; set; } parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -1165,8 +1165,8 @@ new EventOrchestrationServiceCatchAllActionsAutomationActionHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1178,7 +1178,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1190,7 +1190,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1211,8 +1211,8 @@ new EventOrchestrationServiceCatchAllActionsAutomationActionParameter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1224,7 +1224,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1236,7 +1236,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1259,10 +1259,10 @@ new EventOrchestrationServiceCatchAllActionsExtraction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -1274,7 +1274,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -1286,7 +1286,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -1298,7 +1298,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -1310,7 +1310,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -1331,8 +1331,8 @@ new EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1344,7 +1344,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1359,7 +1359,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1379,7 +1379,7 @@ new EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -1391,7 +1391,7 @@ public string ActionId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -1414,10 +1414,10 @@ new EventOrchestrationServiceCatchAllActionsVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1429,7 +1429,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1441,7 +1441,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -1453,7 +1453,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -1465,7 +1465,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1504,10 +1504,10 @@ new EventOrchestrationServiceConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | CatchAll | EventOrchestrationServiceCatchAll | catch_all block. | -| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | Set | object | set block. | -| EnableEventOrchestrationForService | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| EnableEventOrchestrationForService | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -1591,7 +1591,7 @@ public EventOrchestrationServiceCatchAll CatchAll { get; set; } catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -1603,7 +1603,7 @@ public string Service { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -1617,7 +1617,7 @@ public object Set { get; set; } set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -1629,7 +1629,7 @@ public object EnableEventOrchestrationForService { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -1641,7 +1641,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1665,7 +1665,7 @@ new EventOrchestrationServiceSet { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | | Rule | object | rule block. | --- @@ -1678,7 +1678,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1695,7 +1695,7 @@ public object Rule { get; set; } rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} --- @@ -1720,8 +1720,8 @@ new EventOrchestrationServiceSetRule { | --- | --- | --- | | Actions | EventOrchestrationServiceSetRuleActions | actions block. | | Condition | object | condition block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | --- @@ -1735,7 +1735,7 @@ public EventOrchestrationServiceSetRuleActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -1749,7 +1749,7 @@ public object Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} --- @@ -1761,7 +1761,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. --- @@ -1773,7 +1773,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. --- @@ -1805,18 +1805,18 @@ new EventOrchestrationServiceSetRuleActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| Annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | AutomationAction | EventOrchestrationServiceSetRuleActionsAutomationAction | automation_action block. | -| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | Extraction | object | extraction block. | | IncidentCustomFieldUpdate | object | incident_custom_field_update block. | | PagerdutyAutomationAction | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| Priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| Suppress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| Suspend | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | Variable | object | variable block. | --- @@ -1829,7 +1829,7 @@ public string Annotate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -1843,7 +1843,7 @@ public EventOrchestrationServiceSetRuleActionsAutomationAction AutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -1855,7 +1855,7 @@ public string EscalationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -1867,7 +1867,7 @@ public string EventAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -1881,7 +1881,7 @@ public object Extraction { get; set; } extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -1895,7 +1895,7 @@ public object IncidentCustomFieldUpdate { get; set; } incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -1909,7 +1909,7 @@ public EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction Pagerdut pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -1921,7 +1921,7 @@ public string Priority { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1933,7 +1933,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1945,7 +1945,7 @@ public string Severity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1957,7 +1957,7 @@ public object Suppress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1969,7 +1969,7 @@ public double Suspend { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1983,7 +1983,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -2007,9 +2007,9 @@ new EventOrchestrationServiceSetRuleActionsAutomationAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| AutoSend | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | Header | object | header block. | | Parameter | object | parameter block. | @@ -2023,7 +2023,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2035,7 +2035,7 @@ public string Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -2047,7 +2047,7 @@ public object AutoSend { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -2061,7 +2061,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -2075,7 +2075,7 @@ public object Parameter { get; set; } parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -2096,8 +2096,8 @@ new EventOrchestrationServiceSetRuleActionsAutomationActionHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2109,7 +2109,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2121,7 +2121,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2142,8 +2142,8 @@ new EventOrchestrationServiceSetRuleActionsAutomationActionParameter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2155,7 +2155,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2167,7 +2167,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2190,10 +2190,10 @@ new EventOrchestrationServiceSetRuleActionsExtraction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -2205,7 +2205,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -2217,7 +2217,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -2229,7 +2229,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -2241,7 +2241,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -2262,8 +2262,8 @@ new EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2275,7 +2275,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2290,7 +2290,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2310,7 +2310,7 @@ new EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| ActionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -2322,7 +2322,7 @@ public string ActionId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -2345,10 +2345,10 @@ new EventOrchestrationServiceSetRuleActionsVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2360,7 +2360,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2372,7 +2372,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -2384,7 +2384,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -2396,7 +2396,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2416,7 +2416,7 @@ new EventOrchestrationServiceSetRuleCondition { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | --- @@ -2428,7 +2428,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. --- diff --git a/docs/eventOrchestrationService.go.md b/docs/eventOrchestrationService.go.md index 8c93abdeb..64d9c2588 100644 --- a/docs/eventOrchestrationService.go.md +++ b/docs/eventOrchestrationService.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationService The id of the existing EventOrchestrationService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ Actions EventOrchestrationServiceCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -874,18 +874,18 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | AutomationAction | EventOrchestrationServiceCatchAllActionsAutomationAction | automation_action block. | -| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | Extraction | interface{} | extraction block. | | IncidentCustomFieldUpdate | interface{} | incident_custom_field_update block. | | PagerdutyAutomationAction | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | Variable | interface{} | variable block. | --- @@ -898,7 +898,7 @@ Annotate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -912,7 +912,7 @@ AutomationAction EventOrchestrationServiceCatchAllActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -924,7 +924,7 @@ EscalationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -936,7 +936,7 @@ EventAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -950,7 +950,7 @@ Extraction interface{} extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -964,7 +964,7 @@ IncidentCustomFieldUpdate interface{} incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -978,7 +978,7 @@ PagerdutyAutomationAction EventOrchestrationServiceCatchAllActionsPagerdutyAutom pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -990,7 +990,7 @@ Priority *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1002,7 +1002,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1014,7 +1014,7 @@ Severity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1026,7 +1026,7 @@ Suppress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1038,7 +1038,7 @@ Suspend *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1052,7 +1052,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -1076,9 +1076,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | Header | interface{} | header block. | | Parameter | interface{} | parameter block. | @@ -1092,7 +1092,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1104,7 +1104,7 @@ Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -1116,7 +1116,7 @@ AutoSend interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -1130,7 +1130,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -1144,7 +1144,7 @@ Parameter interface{} parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -1165,8 +1165,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1178,7 +1178,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1190,7 +1190,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1211,8 +1211,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1224,7 +1224,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1236,7 +1236,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1259,10 +1259,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -1274,7 +1274,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -1286,7 +1286,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -1298,7 +1298,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -1310,7 +1310,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -1331,8 +1331,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1344,7 +1344,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1359,7 +1359,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1379,7 +1379,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -1391,7 +1391,7 @@ ActionId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -1414,10 +1414,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1429,7 +1429,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1441,7 +1441,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -1453,7 +1453,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -1465,7 +1465,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1504,10 +1504,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | CatchAll | EventOrchestrationServiceCatchAll | catch_all block. | -| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | Set | interface{} | set block. | -| EnableEventOrchestrationForService | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| EnableEventOrchestrationForService | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -1591,7 +1591,7 @@ CatchAll EventOrchestrationServiceCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -1603,7 +1603,7 @@ Service *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -1617,7 +1617,7 @@ Set interface{} set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -1629,7 +1629,7 @@ EnableEventOrchestrationForService interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -1641,7 +1641,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1665,7 +1665,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | | Rule | interface{} | rule block. | --- @@ -1678,7 +1678,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1695,7 +1695,7 @@ Rule interface{} rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} --- @@ -1720,8 +1720,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | --- | --- | --- | | Actions | EventOrchestrationServiceSetRuleActions | actions block. | | Condition | interface{} | condition block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | --- @@ -1735,7 +1735,7 @@ Actions EventOrchestrationServiceSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -1749,7 +1749,7 @@ Condition interface{} condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} --- @@ -1761,7 +1761,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. --- @@ -1773,7 +1773,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. --- @@ -1805,18 +1805,18 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| Annotate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | AutomationAction | EventOrchestrationServiceSetRuleActionsAutomationAction | automation_action block. | -| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | Extraction | interface{} | extraction block. | | IncidentCustomFieldUpdate | interface{} | incident_custom_field_update block. | | PagerdutyAutomationAction | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| Priority | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| Suppress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| Suspend | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | Variable | interface{} | variable block. | --- @@ -1829,7 +1829,7 @@ Annotate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -1843,7 +1843,7 @@ AutomationAction EventOrchestrationServiceSetRuleActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -1855,7 +1855,7 @@ EscalationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -1867,7 +1867,7 @@ EventAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -1881,7 +1881,7 @@ Extraction interface{} extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -1895,7 +1895,7 @@ IncidentCustomFieldUpdate interface{} incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -1909,7 +1909,7 @@ PagerdutyAutomationAction EventOrchestrationServiceSetRuleActionsPagerdutyAutoma pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -1921,7 +1921,7 @@ Priority *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1933,7 +1933,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1945,7 +1945,7 @@ Severity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1957,7 +1957,7 @@ Suppress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1969,7 +1969,7 @@ Suspend *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1983,7 +1983,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -2007,9 +2007,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| AutoSend | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | Header | interface{} | header block. | | Parameter | interface{} | parameter block. | @@ -2023,7 +2023,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2035,7 +2035,7 @@ Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -2047,7 +2047,7 @@ AutoSend interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -2061,7 +2061,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -2075,7 +2075,7 @@ Parameter interface{} parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -2096,8 +2096,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2109,7 +2109,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2121,7 +2121,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2142,8 +2142,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2155,7 +2155,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2167,7 +2167,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2190,10 +2190,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -2205,7 +2205,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -2217,7 +2217,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -2229,7 +2229,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -2241,7 +2241,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -2262,8 +2262,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2275,7 +2275,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2290,7 +2290,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2310,7 +2310,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| ActionId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -2322,7 +2322,7 @@ ActionId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -2345,10 +2345,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2360,7 +2360,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2372,7 +2372,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -2384,7 +2384,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -2396,7 +2396,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2416,7 +2416,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | --- @@ -2428,7 +2428,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. --- diff --git a/docs/eventOrchestrationService.java.md b/docs/eventOrchestrationService.java.md index fa4055479..412948247 100644 --- a/docs/eventOrchestrationService.java.md +++ b/docs/eventOrchestrationService.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. #### Initializers @@ -45,10 +45,10 @@ EventOrchestrationService.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationServiceCatchAll | catch_all block. | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | set | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSet> | set block. | -| enableEventOrchestrationForService | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| enableEventOrchestrationForService | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -622,7 +622,7 @@ The construct id used in the generated config for the EventOrchestrationService The id of the existing EventOrchestrationService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ public EventOrchestrationServiceCatchAllActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -993,18 +993,18 @@ EventOrchestrationServiceCatchAllActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | automationAction | EventOrchestrationServiceCatchAllActionsAutomationAction | automation_action block. | -| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | extraction | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCatchAllActionsExtraction> | extraction block. | | incidentCustomFieldUpdate | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate> | incident_custom_field_update block. | | pagerdutyAutomationAction | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCatchAllActionsVariable> | variable block. | --- @@ -1017,7 +1017,7 @@ public java.lang.String getAnnotate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -1031,7 +1031,7 @@ public EventOrchestrationServiceCatchAllActionsAutomationAction getAutomationAct automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -1043,7 +1043,7 @@ public java.lang.String getEscalationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -1055,7 +1055,7 @@ public java.lang.String getEventAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -1069,7 +1069,7 @@ public java.lang.Object getExtraction(); extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -1083,7 +1083,7 @@ public java.lang.Object getIncidentCustomFieldUpdate(); incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -1097,7 +1097,7 @@ public EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction getPage pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -1109,7 +1109,7 @@ public java.lang.String getPriority(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1121,7 +1121,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1133,7 +1133,7 @@ public java.lang.String getSeverity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1145,7 +1145,7 @@ public java.lang.Object getSuppress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1157,7 +1157,7 @@ public java.lang.Number getSuspend(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1171,7 +1171,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -1198,9 +1198,9 @@ EventOrchestrationServiceCatchAllActionsAutomationAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCatchAllActionsAutomationActionHeader> | header block. | | parameter | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCatchAllActionsAutomationActionParameter> | parameter block. | @@ -1214,7 +1214,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1226,7 +1226,7 @@ public java.lang.String getUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -1238,7 +1238,7 @@ public java.lang.Object getAutoSend(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -1252,7 +1252,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -1266,7 +1266,7 @@ public java.lang.Object getParameter(); parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -1287,8 +1287,8 @@ EventOrchestrationServiceCatchAllActionsAutomationActionHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1300,7 +1300,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1312,7 +1312,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1333,8 +1333,8 @@ EventOrchestrationServiceCatchAllActionsAutomationActionParameter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1346,7 +1346,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1358,7 +1358,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1381,10 +1381,10 @@ EventOrchestrationServiceCatchAllActionsExtraction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -1396,7 +1396,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -1408,7 +1408,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -1420,7 +1420,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -1432,7 +1432,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -1453,8 +1453,8 @@ EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1466,7 +1466,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1481,7 +1481,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1501,7 +1501,7 @@ EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -1513,7 +1513,7 @@ public java.lang.String getActionId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -1536,10 +1536,10 @@ EventOrchestrationServiceCatchAllActionsVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1551,7 +1551,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1563,7 +1563,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -1575,7 +1575,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -1587,7 +1587,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1632,10 +1632,10 @@ EventOrchestrationServiceConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationServiceCatchAll | catch_all block. | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | set | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSet> | set block. | -| enableEventOrchestrationForService | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| enableEventOrchestrationForService | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -1719,7 +1719,7 @@ public EventOrchestrationServiceCatchAll getCatchAll(); catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -1731,7 +1731,7 @@ public java.lang.String getService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -1745,7 +1745,7 @@ public java.lang.Object getSet(); set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -1757,7 +1757,7 @@ public java.lang.Object getEnableEventOrchestrationForService(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -1769,7 +1769,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1794,7 +1794,7 @@ EventOrchestrationServiceSet.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | | rule | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRule> | rule block. | --- @@ -1807,7 +1807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1824,7 +1824,7 @@ public java.lang.Object getRule(); rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} --- @@ -1851,8 +1851,8 @@ EventOrchestrationServiceSetRule.builder() | --- | --- | --- | | actions | EventOrchestrationServiceSetRuleActions | actions block. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRuleCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | --- @@ -1866,7 +1866,7 @@ public EventOrchestrationServiceSetRuleActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -1880,7 +1880,7 @@ public java.lang.Object getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} --- @@ -1892,7 +1892,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. --- @@ -1904,7 +1904,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. --- @@ -1940,18 +1940,18 @@ EventOrchestrationServiceSetRuleActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| annotate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | automationAction | EventOrchestrationServiceSetRuleActionsAutomationAction | automation_action block. | -| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | extraction | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRuleActionsExtraction> | extraction block. | | incidentCustomFieldUpdate | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate> | incident_custom_field_update block. | | pagerdutyAutomationAction | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| priority | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| suppress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| suspend | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRuleActionsVariable> | variable block. | --- @@ -1964,7 +1964,7 @@ public java.lang.String getAnnotate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -1978,7 +1978,7 @@ public EventOrchestrationServiceSetRuleActionsAutomationAction getAutomationActi automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -1990,7 +1990,7 @@ public java.lang.String getEscalationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -2002,7 +2002,7 @@ public java.lang.String getEventAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -2016,7 +2016,7 @@ public java.lang.Object getExtraction(); extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -2030,7 +2030,7 @@ public java.lang.Object getIncidentCustomFieldUpdate(); incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -2044,7 +2044,7 @@ public EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction getPager pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -2056,7 +2056,7 @@ public java.lang.String getPriority(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -2068,7 +2068,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -2080,7 +2080,7 @@ public java.lang.String getSeverity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -2092,7 +2092,7 @@ public java.lang.Object getSuppress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -2104,7 +2104,7 @@ public java.lang.Number getSuspend(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -2118,7 +2118,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -2145,9 +2145,9 @@ EventOrchestrationServiceSetRuleActionsAutomationAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| autoSend | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRuleActionsAutomationActionHeader> | header block. | | parameter | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceSetRuleActionsAutomationActionParameter> | parameter block. | @@ -2161,7 +2161,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2173,7 +2173,7 @@ public java.lang.String getUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -2185,7 +2185,7 @@ public java.lang.Object getAutoSend(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -2199,7 +2199,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -2213,7 +2213,7 @@ public java.lang.Object getParameter(); parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -2234,8 +2234,8 @@ EventOrchestrationServiceSetRuleActionsAutomationActionHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2247,7 +2247,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2259,7 +2259,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2280,8 +2280,8 @@ EventOrchestrationServiceSetRuleActionsAutomationActionParameter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2293,7 +2293,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2305,7 +2305,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2328,10 +2328,10 @@ EventOrchestrationServiceSetRuleActionsExtraction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -2343,7 +2343,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -2355,7 +2355,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -2367,7 +2367,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -2379,7 +2379,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -2400,8 +2400,8 @@ EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2413,7 +2413,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2428,7 +2428,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2448,7 +2448,7 @@ EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| actionId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -2460,7 +2460,7 @@ public java.lang.String getActionId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -2483,10 +2483,10 @@ EventOrchestrationServiceSetRuleActionsVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2498,7 +2498,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2510,7 +2510,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -2522,7 +2522,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -2534,7 +2534,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2554,7 +2554,7 @@ EventOrchestrationServiceSetRuleCondition.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | --- @@ -2566,7 +2566,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. --- diff --git a/docs/eventOrchestrationService.python.md b/docs/eventOrchestrationService.python.md index 95c78ea93..17df85ad6 100644 --- a/docs/eventOrchestrationService.python.md +++ b/docs/eventOrchestrationService.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. #### Initializers @@ -41,10 +41,10 @@ eventOrchestrationService.EventOrchestrationService( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationServiceCatchAll | catch_all block. | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | set | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSet]] | set block. | -| enable_event_orchestration_for_service | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| enable_event_orchestration_for_service | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -528,7 +528,7 @@ def put_catch_all( actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -672,7 +672,7 @@ The construct id used in the generated config for the EventOrchestrationService The id of the existing EventOrchestrationService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use --- @@ -1007,7 +1007,7 @@ actions: EventOrchestrationServiceCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -1039,18 +1039,18 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | automation_action | EventOrchestrationServiceCatchAllActionsAutomationAction | automation_action block. | -| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | extraction | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsExtraction]] | extraction block. | | incident_custom_field_update | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]] | incident_custom_field_update block. | | pagerduty_automation_action | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | variable | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsVariable]] | variable block. | --- @@ -1063,7 +1063,7 @@ annotate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -1077,7 +1077,7 @@ automation_action: EventOrchestrationServiceCatchAllActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -1089,7 +1089,7 @@ escalation_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -1101,7 +1101,7 @@ event_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -1115,7 +1115,7 @@ extraction: typing.Union[IResolvable, typing.List[EventOrchestrationServiceCatch extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -1129,7 +1129,7 @@ incident_custom_field_update: typing.Union[IResolvable, typing.List[EventOrchest incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -1143,7 +1143,7 @@ pagerduty_automation_action: EventOrchestrationServiceCatchAllActionsPagerdutyAu pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -1155,7 +1155,7 @@ priority: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1167,7 +1167,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1179,7 +1179,7 @@ severity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1191,7 +1191,7 @@ suppress: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1203,7 +1203,7 @@ suspend: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1217,7 +1217,7 @@ variable: typing.Union[IResolvable, typing.List[EventOrchestrationServiceCatchAl variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -1241,9 +1241,9 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsAutomationActi | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | header | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsAutomationActionHeader]] | header block. | | parameter | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsAutomationActionParameter]] | parameter block. | @@ -1257,7 +1257,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1269,7 +1269,7 @@ url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -1281,7 +1281,7 @@ auto_send: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -1295,7 +1295,7 @@ header: typing.Union[IResolvable, typing.List[EventOrchestrationServiceCatchAllA header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -1309,7 +1309,7 @@ parameter: typing.Union[IResolvable, typing.List[EventOrchestrationServiceCatchA parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -1330,8 +1330,8 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsAutomationActi | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1343,7 +1343,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1355,7 +1355,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1376,8 +1376,8 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsAutomationActi | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1389,7 +1389,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1401,7 +1401,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1424,10 +1424,10 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsExtraction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -1439,7 +1439,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -1451,7 +1451,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -1463,7 +1463,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -1475,7 +1475,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -1496,8 +1496,8 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsIncidentCustom | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1509,7 +1509,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1524,7 +1524,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1544,7 +1544,7 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsPagerdutyAutom | **Name** | **Type** | **Description** | | --- | --- | --- | -| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -1556,7 +1556,7 @@ action_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -1579,10 +1579,10 @@ eventOrchestrationService.EventOrchestrationServiceCatchAllActionsVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1594,7 +1594,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1606,7 +1606,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -1618,7 +1618,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -1630,7 +1630,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1669,10 +1669,10 @@ eventOrchestrationService.EventOrchestrationServiceConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationServiceCatchAll | catch_all block. | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | set | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSet]] | set block. | -| enable_event_orchestration_for_service | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| enable_event_orchestration_for_service | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -1756,7 +1756,7 @@ catch_all: EventOrchestrationServiceCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -1768,7 +1768,7 @@ service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -1782,7 +1782,7 @@ set: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSet]] set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -1794,7 +1794,7 @@ enable_event_orchestration_for_service: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -1806,7 +1806,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1830,7 +1830,7 @@ eventOrchestrationService.EventOrchestrationServiceSet( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | | rule | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRule]] | rule block. | --- @@ -1843,7 +1843,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1860,7 +1860,7 @@ rule: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSetRule]] rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} --- @@ -1885,8 +1885,8 @@ eventOrchestrationService.EventOrchestrationServiceSetRule( | --- | --- | --- | | actions | EventOrchestrationServiceSetRuleActions | actions block. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRuleCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | --- @@ -1900,7 +1900,7 @@ actions: EventOrchestrationServiceSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -1914,7 +1914,7 @@ condition: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSetRul condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} --- @@ -1926,7 +1926,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. --- @@ -1938,7 +1938,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. --- @@ -1970,18 +1970,18 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| annotate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | automation_action | EventOrchestrationServiceSetRuleActionsAutomationAction | automation_action block. | -| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | extraction | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsExtraction]] | extraction block. | | incident_custom_field_update | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]] | incident_custom_field_update block. | | pagerduty_automation_action | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| priority | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| suppress | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| suspend | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | variable | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsVariable]] | variable block. | --- @@ -1994,7 +1994,7 @@ annotate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -2008,7 +2008,7 @@ automation_action: EventOrchestrationServiceSetRuleActionsAutomationAction automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -2020,7 +2020,7 @@ escalation_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -2032,7 +2032,7 @@ event_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -2046,7 +2046,7 @@ extraction: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSetRu extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -2060,7 +2060,7 @@ incident_custom_field_update: typing.Union[IResolvable, typing.List[EventOrchest incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -2074,7 +2074,7 @@ pagerduty_automation_action: EventOrchestrationServiceSetRuleActionsPagerdutyAut pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -2086,7 +2086,7 @@ priority: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -2098,7 +2098,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -2110,7 +2110,7 @@ severity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -2122,7 +2122,7 @@ suppress: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -2134,7 +2134,7 @@ suspend: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -2148,7 +2148,7 @@ variable: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSetRule variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -2172,9 +2172,9 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsAutomationActio | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| auto_send | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | header | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsAutomationActionHeader]] | header block. | | parameter | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsAutomationActionParameter]] | parameter block. | @@ -2188,7 +2188,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2200,7 +2200,7 @@ url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -2212,7 +2212,7 @@ auto_send: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -2226,7 +2226,7 @@ header: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSetRuleAc header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -2240,7 +2240,7 @@ parameter: typing.Union[IResolvable, typing.List[EventOrchestrationServiceSetRul parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -2261,8 +2261,8 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsAutomationActio | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2274,7 +2274,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2286,7 +2286,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2307,8 +2307,8 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsAutomationActio | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2320,7 +2320,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2332,7 +2332,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2355,10 +2355,10 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsExtraction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -2370,7 +2370,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -2382,7 +2382,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -2394,7 +2394,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -2406,7 +2406,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -2427,8 +2427,8 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsIncidentCustomF | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2440,7 +2440,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2455,7 +2455,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2475,7 +2475,7 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsPagerdutyAutoma | **Name** | **Type** | **Description** | | --- | --- | --- | -| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| action_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -2487,7 +2487,7 @@ action_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -2510,10 +2510,10 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleActionsVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2525,7 +2525,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2537,7 +2537,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -2549,7 +2549,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -2561,7 +2561,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2581,7 +2581,7 @@ eventOrchestrationService.EventOrchestrationServiceSetRuleCondition( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | --- @@ -2593,7 +2593,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. --- @@ -5393,7 +5393,7 @@ def put_automation_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -5401,7 +5401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -5409,7 +5409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -5419,7 +5419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -5429,7 +5429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -5473,7 +5473,7 @@ def put_pagerduty_automation_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -7002,7 +7002,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -7012,7 +7012,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -7020,7 +7020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -7028,7 +7028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -7038,7 +7038,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -7048,7 +7048,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -7058,7 +7058,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -7066,7 +7066,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -7074,7 +7074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -7082,7 +7082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -7090,7 +7090,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -7098,7 +7098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -7108,7 +7108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -10504,7 +10504,7 @@ def put_automation_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -10512,7 +10512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -10520,7 +10520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -10530,7 +10530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -10540,7 +10540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -10584,7 +10584,7 @@ def put_pagerduty_automation_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -12793,7 +12793,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -12803,7 +12803,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -12811,7 +12811,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -12819,7 +12819,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -12829,7 +12829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -12839,7 +12839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -12849,7 +12849,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -12857,7 +12857,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -12865,7 +12865,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -12873,7 +12873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -12881,7 +12881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -12889,7 +12889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -12899,7 +12899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- diff --git a/docs/eventOrchestrationService.typescript.md b/docs/eventOrchestrationService.typescript.md index f7601c245..5f5ca513b 100644 --- a/docs/eventOrchestrationService.typescript.md +++ b/docs/eventOrchestrationService.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationService -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationService The id of the existing EventOrchestrationService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ public readonly actions: EventOrchestrationServiceCatchAllActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -858,18 +858,18 @@ const eventOrchestrationServiceCatchAllActions: eventOrchestrationService.EventO | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | automationAction | EventOrchestrationServiceCatchAllActionsAutomationAction | automation_action block. | -| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | extraction | cdktf.IResolvable \| EventOrchestrationServiceCatchAllActionsExtraction[] | extraction block. | | incidentCustomFieldUpdate | cdktf.IResolvable \| EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate[] | incident_custom_field_update block. | | pagerdutyAutomationAction | EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | variable | cdktf.IResolvable \| EventOrchestrationServiceCatchAllActionsVariable[] | variable block. | --- @@ -882,7 +882,7 @@ public readonly annotate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -896,7 +896,7 @@ public readonly automationAction: EventOrchestrationServiceCatchAllActionsAutoma automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -908,7 +908,7 @@ public readonly escalationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -920,7 +920,7 @@ public readonly eventAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -934,7 +934,7 @@ public readonly extraction: IResolvable | EventOrchestrationServiceCatchAllActio extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -948,7 +948,7 @@ public readonly incidentCustomFieldUpdate: IResolvable | EventOrchestrationServi incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -962,7 +962,7 @@ public readonly pagerdutyAutomationAction: EventOrchestrationServiceCatchAllActi pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -974,7 +974,7 @@ public readonly priority: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -986,7 +986,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -998,7 +998,7 @@ public readonly severity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1010,7 +1010,7 @@ public readonly suppress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1022,7 +1022,7 @@ public readonly suspend: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1036,7 +1036,7 @@ public readonly variable: IResolvable | EventOrchestrationServiceCatchAllActions variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -1054,9 +1054,9 @@ const eventOrchestrationServiceCatchAllActionsAutomationAction: eventOrchestrati | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | header | cdktf.IResolvable \| EventOrchestrationServiceCatchAllActionsAutomationActionHeader[] | header block. | | parameter | cdktf.IResolvable \| EventOrchestrationServiceCatchAllActionsAutomationActionParameter[] | parameter block. | @@ -1070,7 +1070,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1082,7 +1082,7 @@ public readonly url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -1094,7 +1094,7 @@ public readonly autoSend: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -1108,7 +1108,7 @@ public readonly header: IResolvable | EventOrchestrationServiceCatchAllActionsAu header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -1122,7 +1122,7 @@ public readonly parameter: IResolvable | EventOrchestrationServiceCatchAllAction parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -1140,8 +1140,8 @@ const eventOrchestrationServiceCatchAllActionsAutomationActionHeader: eventOrche | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1153,7 +1153,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1165,7 +1165,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1183,8 +1183,8 @@ const eventOrchestrationServiceCatchAllActionsAutomationActionParameter: eventOr | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1196,7 +1196,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -1208,7 +1208,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1226,10 +1226,10 @@ const eventOrchestrationServiceCatchAllActionsExtraction: eventOrchestrationServ | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -1241,7 +1241,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -1253,7 +1253,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -1265,7 +1265,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -1277,7 +1277,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -1295,8 +1295,8 @@ const eventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate: eventOr | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1308,7 +1308,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1323,7 +1323,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1341,7 +1341,7 @@ const eventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction: eventOr | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -1353,7 +1353,7 @@ public readonly actionId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -1371,10 +1371,10 @@ const eventOrchestrationServiceCatchAllActionsVariable: eventOrchestrationServic | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -1386,7 +1386,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1398,7 +1398,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -1410,7 +1410,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -1422,7 +1422,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -1448,10 +1448,10 @@ const eventOrchestrationServiceConfig: eventOrchestrationService.EventOrchestrat | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | catchAll | EventOrchestrationServiceCatchAll | catch_all block. | -| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | +| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. | | set | cdktf.IResolvable \| EventOrchestrationServiceSet[] | set block. | -| enableEventOrchestrationForService | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| enableEventOrchestrationForService | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | --- @@ -1535,7 +1535,7 @@ public readonly catchAll: EventOrchestrationServiceCatchAll; catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} --- @@ -1547,7 +1547,7 @@ public readonly service: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}. --- @@ -1561,7 +1561,7 @@ public readonly set: IResolvable | EventOrchestrationServiceSet[]; set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} --- @@ -1573,7 +1573,7 @@ public readonly enableEventOrchestrationForService: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}. --- @@ -1585,7 +1585,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1606,7 +1606,7 @@ const eventOrchestrationServiceSet: eventOrchestrationService.EventOrchestration | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | | rule | cdktf.IResolvable \| EventOrchestrationServiceSetRule[] | rule block. | --- @@ -1619,7 +1619,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1636,7 +1636,7 @@ public readonly rule: IResolvable | EventOrchestrationServiceSetRule[]; rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} --- @@ -1656,8 +1656,8 @@ const eventOrchestrationServiceSetRule: eventOrchestrationService.EventOrchestra | --- | --- | --- | | actions | EventOrchestrationServiceSetRuleActions | actions block. | | condition | cdktf.IResolvable \| EventOrchestrationServiceSetRuleCondition[] | condition block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. | --- @@ -1671,7 +1671,7 @@ public readonly actions: EventOrchestrationServiceSetRuleActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} --- @@ -1685,7 +1685,7 @@ public readonly condition: IResolvable | EventOrchestrationServiceSetRuleConditi condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} --- @@ -1697,7 +1697,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}. --- @@ -1709,7 +1709,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}. --- @@ -1727,18 +1727,18 @@ const eventOrchestrationServiceSetRuleActions: eventOrchestrationService.EventOr | **Name** | **Type** | **Description** | | --- | --- | --- | -| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | +| annotate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. | | automationAction | EventOrchestrationServiceSetRuleActionsAutomationAction | automation_action block. | -| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | -| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | +| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. | +| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. | | extraction | cdktf.IResolvable \| EventOrchestrationServiceSetRuleActionsExtraction[] | extraction block. | | incidentCustomFieldUpdate | cdktf.IResolvable \| EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate[] | incident_custom_field_update block. | | pagerdutyAutomationAction | EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction | pagerduty_automation_action block. | -| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | -| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | -| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | -| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | +| priority | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. | +| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. | +| suppress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. | +| suspend | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. | | variable | cdktf.IResolvable \| EventOrchestrationServiceSetRuleActionsVariable[] | variable block. | --- @@ -1751,7 +1751,7 @@ public readonly annotate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}. --- @@ -1765,7 +1765,7 @@ public readonly automationAction: EventOrchestrationServiceSetRuleActionsAutomat automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} --- @@ -1777,7 +1777,7 @@ public readonly escalationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}. --- @@ -1789,7 +1789,7 @@ public readonly eventAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}. --- @@ -1803,7 +1803,7 @@ public readonly extraction: IResolvable | EventOrchestrationServiceSetRuleAction extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} --- @@ -1817,7 +1817,7 @@ public readonly incidentCustomFieldUpdate: IResolvable | EventOrchestrationServi incident_custom_field_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} --- @@ -1831,7 +1831,7 @@ public readonly pagerdutyAutomationAction: EventOrchestrationServiceSetRuleActio pagerduty_automation_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} --- @@ -1843,7 +1843,7 @@ public readonly priority: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}. --- @@ -1855,7 +1855,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}. --- @@ -1867,7 +1867,7 @@ public readonly severity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}. --- @@ -1879,7 +1879,7 @@ public readonly suppress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}. --- @@ -1891,7 +1891,7 @@ public readonly suspend: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}. --- @@ -1905,7 +1905,7 @@ public readonly variable: IResolvable | EventOrchestrationServiceSetRuleActionsV variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} --- @@ -1923,9 +1923,9 @@ const eventOrchestrationServiceSetRuleActionsAutomationAction: eventOrchestratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | -| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. | +| autoSend | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. | | header | cdktf.IResolvable \| EventOrchestrationServiceSetRuleActionsAutomationActionHeader[] | header block. | | parameter | cdktf.IResolvable \| EventOrchestrationServiceSetRuleActionsAutomationActionParameter[] | parameter block. | @@ -1939,7 +1939,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -1951,7 +1951,7 @@ public readonly url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}. --- @@ -1963,7 +1963,7 @@ public readonly autoSend: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}. --- @@ -1977,7 +1977,7 @@ public readonly header: IResolvable | EventOrchestrationServiceSetRuleActionsAut header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} --- @@ -1991,7 +1991,7 @@ public readonly parameter: IResolvable | EventOrchestrationServiceSetRuleActions parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} --- @@ -2009,8 +2009,8 @@ const eventOrchestrationServiceSetRuleActionsAutomationActionHeader: eventOrches | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2022,7 +2022,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2034,7 +2034,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2052,8 +2052,8 @@ const eventOrchestrationServiceSetRuleActionsAutomationActionParameter: eventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2065,7 +2065,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}. --- @@ -2077,7 +2077,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2095,10 +2095,10 @@ const eventOrchestrationServiceSetRuleActionsExtraction: eventOrchestrationServi | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. | --- @@ -2110,7 +2110,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}. --- @@ -2122,7 +2122,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}. --- @@ -2134,7 +2134,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}. --- @@ -2146,7 +2146,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}. --- @@ -2164,8 +2164,8 @@ const eventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate: eventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2177,7 +2177,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2192,7 +2192,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2210,7 +2210,7 @@ const eventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction: eventOrc | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | +| actionId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. | --- @@ -2222,7 +2222,7 @@ public readonly actionId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}. --- @@ -2240,10 +2240,10 @@ const eventOrchestrationServiceSetRuleActionsVariable: eventOrchestrationService | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. | --- @@ -2255,7 +2255,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}. --- @@ -2267,7 +2267,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}. --- @@ -2279,7 +2279,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}. --- @@ -2291,7 +2291,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}. --- @@ -2309,7 +2309,7 @@ const eventOrchestrationServiceSetRuleCondition: eventOrchestrationService.Event | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. | --- @@ -2321,7 +2321,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}. --- diff --git a/docs/eventOrchestrationServiceCacheVariable.csharp.md b/docs/eventOrchestrationServiceCacheVariable.csharp.md index a052e7c2e..0dfd384eb 100644 --- a/docs/eventOrchestrationServiceCacheVariable.csharp.md +++ b/docs/eventOrchestrationServiceCacheVariable.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationServiceC The id of the existing EventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ new EventOrchestrationServiceCacheVariableCondition { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | --- @@ -851,7 +851,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. --- @@ -890,10 +890,10 @@ new EventOrchestrationServiceCacheVariableConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | Condition | object | condition block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -977,7 +977,7 @@ public EventOrchestrationServiceCacheVariableConfiguration Configuration { get; configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -989,7 +989,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -1001,7 +1001,7 @@ public string Service { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -1015,7 +1015,7 @@ public object Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -1027,7 +1027,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -1050,10 +1050,10 @@ new EventOrchestrationServiceCacheVariableConfiguration { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | -| TtlSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | +| TtlSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | --- @@ -1065,7 +1065,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. --- @@ -1077,7 +1077,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. --- @@ -1089,7 +1089,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. --- @@ -1101,7 +1101,7 @@ public double TtlSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationServiceCacheVariable.go.md b/docs/eventOrchestrationServiceCacheVariable.go.md index 3bc5d2e94..8caff7bec 100644 --- a/docs/eventOrchestrationServiceCacheVariable.go.md +++ b/docs/eventOrchestrationServiceCacheVariable.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationServiceC The id of the existing EventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | --- @@ -851,7 +851,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. --- @@ -890,10 +890,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | Condition | interface{} | condition block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -977,7 +977,7 @@ Configuration EventOrchestrationServiceCacheVariableConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -989,7 +989,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -1001,7 +1001,7 @@ Service *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -1015,7 +1015,7 @@ Condition interface{} condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -1027,7 +1027,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -1050,10 +1050,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | -| TtlSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | +| TtlSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | --- @@ -1065,7 +1065,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. --- @@ -1077,7 +1077,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. --- @@ -1089,7 +1089,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. --- @@ -1101,7 +1101,7 @@ TtlSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationServiceCacheVariable.java.md b/docs/eventOrchestrationServiceCacheVariable.java.md index 342952774..2149b569e 100644 --- a/docs/eventOrchestrationServiceCacheVariable.java.md +++ b/docs/eventOrchestrationServiceCacheVariable.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -45,10 +45,10 @@ EventOrchestrationServiceCacheVariable.Builder.create(Construct scope, java.lang | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCacheVariableCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -619,7 +619,7 @@ The construct id used in the generated config for the EventOrchestrationServiceC The id of the existing EventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ EventOrchestrationServiceCacheVariableCondition.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | --- @@ -963,7 +963,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. --- @@ -1008,10 +1008,10 @@ EventOrchestrationServiceCacheVariableConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationServiceCacheVariableCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -1095,7 +1095,7 @@ public EventOrchestrationServiceCacheVariableConfiguration getConfiguration(); configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -1107,7 +1107,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -1119,7 +1119,7 @@ public java.lang.String getService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -1133,7 +1133,7 @@ public java.lang.Object getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -1145,7 +1145,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -1168,10 +1168,10 @@ EventOrchestrationServiceCacheVariableConfiguration.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | -| ttlSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | +| ttlSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | --- @@ -1183,7 +1183,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. --- @@ -1195,7 +1195,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. --- @@ -1207,7 +1207,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. --- @@ -1219,7 +1219,7 @@ public java.lang.Number getTtlSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationServiceCacheVariable.python.md b/docs/eventOrchestrationServiceCacheVariable.python.md index 0b71ebccf..f1621c660 100644 --- a/docs/eventOrchestrationServiceCacheVariable.python.md +++ b/docs/eventOrchestrationServiceCacheVariable.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -41,10 +41,10 @@ eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariable( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -540,7 +540,7 @@ def put_configuration( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. --- @@ -548,7 +548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. --- @@ -694,7 +694,7 @@ The construct id used in the generated config for the EventOrchestrationServiceC The id of the existing EventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableCon | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | --- @@ -1038,7 +1038,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. --- @@ -1077,10 +1077,10 @@ eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableCon | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -1164,7 +1164,7 @@ configuration: EventOrchestrationServiceCacheVariableConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -1176,7 +1176,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -1188,7 +1188,7 @@ service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -1202,7 +1202,7 @@ condition: typing.Union[IResolvable, typing.List[EventOrchestrationServiceCacheV condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -1214,7 +1214,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -1237,10 +1237,10 @@ eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableCon | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | -| ttl_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | +| ttl_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | --- @@ -1252,7 +1252,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. --- @@ -1264,7 +1264,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. --- @@ -1276,7 +1276,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. --- @@ -1288,7 +1288,7 @@ ttl_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationServiceCacheVariable.typescript.md b/docs/eventOrchestrationServiceCacheVariable.typescript.md index 07ecc00dd..1a9ff3dad 100644 --- a/docs/eventOrchestrationServiceCacheVariable.typescript.md +++ b/docs/eventOrchestrationServiceCacheVariable.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationServiceCacheVariable -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EventOrchestrationServiceC The id of the existing EventOrchestrationServiceCacheVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use --- @@ -837,7 +837,7 @@ const eventOrchestrationServiceCacheVariableCondition: eventOrchestrationService | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. | --- @@ -849,7 +849,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}. --- @@ -875,10 +875,10 @@ const eventOrchestrationServiceCacheVariableConfig: eventOrchestrationServiceCac | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | configuration | EventOrchestrationServiceCacheVariableConfiguration | configuration block. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | -| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. | +| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. | | condition | cdktf.IResolvable \| EventOrchestrationServiceCacheVariableCondition[] | condition block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. | --- @@ -962,7 +962,7 @@ public readonly configuration: EventOrchestrationServiceCacheVariableConfigurati configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} --- @@ -974,7 +974,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}. --- @@ -986,7 +986,7 @@ public readonly service: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}. --- @@ -1000,7 +1000,7 @@ public readonly condition: IResolvable | EventOrchestrationServiceCacheVariableC condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} --- @@ -1012,7 +1012,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}. --- @@ -1030,10 +1030,10 @@ const eventOrchestrationServiceCacheVariableConfiguration: eventOrchestrationSer | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | -| ttlSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. | +| ttlSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. | --- @@ -1045,7 +1045,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}. --- @@ -1057,7 +1057,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}. --- @@ -1069,7 +1069,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}. --- @@ -1081,7 +1081,7 @@ public readonly ttlSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}. --- diff --git a/docs/eventOrchestrationUnrouted.csharp.md b/docs/eventOrchestrationUnrouted.csharp.md index 40895f83c..14cc49a6c 100644 --- a/docs/eventOrchestrationUnrouted.csharp.md +++ b/docs/eventOrchestrationUnrouted.csharp.md @@ -4,7 +4,7 @@ ### EventOrchestrationUnrouted -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationUnrouted The id of the existing EventOrchestrationUnrouted that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ public EventOrchestrationUnroutedCatchAllActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -836,9 +836,9 @@ new EventOrchestrationUnroutedCatchAllActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | Extraction | object | extraction block. | -| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | Variable | object | variable block. | --- @@ -851,7 +851,7 @@ public string EventAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -865,7 +865,7 @@ public object Extraction { get; set; } extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -877,7 +877,7 @@ public string Severity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -891,7 +891,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -914,10 +914,10 @@ new EventOrchestrationUnroutedCatchAllActionsExtraction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -929,7 +929,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -941,7 +941,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -953,7 +953,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -965,7 +965,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -988,10 +988,10 @@ new EventOrchestrationUnroutedCatchAllActionsVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1003,7 +1003,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1015,7 +1015,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1027,7 +1027,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1039,7 +1039,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1077,9 +1077,9 @@ new EventOrchestrationUnroutedConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | CatchAll | EventOrchestrationUnroutedCatchAll | catch_all block. | -| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| EventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | Set | object | set block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -1163,7 +1163,7 @@ public EventOrchestrationUnroutedCatchAll CatchAll { get; set; } catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -1175,7 +1175,7 @@ public string EventOrchestration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -1189,7 +1189,7 @@ public object Set { get; set; } set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -1201,7 +1201,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1225,7 +1225,7 @@ new EventOrchestrationUnroutedSet { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | | Rule | object | rule block. | --- @@ -1238,7 +1238,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1255,7 +1255,7 @@ public object Rule { get; set; } rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} --- @@ -1280,8 +1280,8 @@ new EventOrchestrationUnroutedSetRule { | --- | --- | --- | | Actions | EventOrchestrationUnroutedSetRuleActions | actions block. | | Condition | object | condition block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | --- @@ -1295,7 +1295,7 @@ public EventOrchestrationUnroutedSetRuleActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -1309,7 +1309,7 @@ public object Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} --- @@ -1321,7 +1321,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. --- @@ -1333,7 +1333,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. --- @@ -1357,10 +1357,10 @@ new EventOrchestrationUnroutedSetRuleActions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| EventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | Extraction | object | extraction block. | -| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | -| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| RouteTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | +| Severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | Variable | object | variable block. | --- @@ -1373,7 +1373,7 @@ public string EventAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -1387,7 +1387,7 @@ public object Extraction { get; set; } extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -1399,7 +1399,7 @@ public string RouteTo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. --- @@ -1411,7 +1411,7 @@ public string Severity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -1425,7 +1425,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1448,10 +1448,10 @@ new EventOrchestrationUnroutedSetRuleActionsExtraction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1463,7 +1463,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1475,7 +1475,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1487,7 +1487,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1499,7 +1499,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1522,10 +1522,10 @@ new EventOrchestrationUnroutedSetRuleActionsVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1537,7 +1537,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1549,7 +1549,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1561,7 +1561,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1573,7 +1573,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1593,7 +1593,7 @@ new EventOrchestrationUnroutedSetRuleCondition { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | --- @@ -1605,7 +1605,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. --- diff --git a/docs/eventOrchestrationUnrouted.go.md b/docs/eventOrchestrationUnrouted.go.md index 89fdb457e..e96884922 100644 --- a/docs/eventOrchestrationUnrouted.go.md +++ b/docs/eventOrchestrationUnrouted.go.md @@ -4,7 +4,7 @@ ### EventOrchestrationUnrouted -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationUnrouted The id of the existing EventOrchestrationUnrouted that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ Actions EventOrchestrationUnroutedCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -836,9 +836,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | Extraction | interface{} | extraction block. | -| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | Variable | interface{} | variable block. | --- @@ -851,7 +851,7 @@ EventAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -865,7 +865,7 @@ Extraction interface{} extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -877,7 +877,7 @@ Severity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -891,7 +891,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -914,10 +914,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -929,7 +929,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -941,7 +941,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -953,7 +953,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -965,7 +965,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -988,10 +988,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1003,7 +1003,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1015,7 +1015,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1027,7 +1027,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1039,7 +1039,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1077,9 +1077,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | CatchAll | EventOrchestrationUnroutedCatchAll | catch_all block. | -| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| EventOrchestration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | Set | interface{} | set block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -1163,7 +1163,7 @@ CatchAll EventOrchestrationUnroutedCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -1175,7 +1175,7 @@ EventOrchestration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -1189,7 +1189,7 @@ Set interface{} set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -1201,7 +1201,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1225,7 +1225,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | | Rule | interface{} | rule block. | --- @@ -1238,7 +1238,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1255,7 +1255,7 @@ Rule interface{} rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} --- @@ -1280,8 +1280,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | --- | --- | --- | | Actions | EventOrchestrationUnroutedSetRuleActions | actions block. | | Condition | interface{} | condition block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | --- @@ -1295,7 +1295,7 @@ Actions EventOrchestrationUnroutedSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -1309,7 +1309,7 @@ Condition interface{} condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} --- @@ -1321,7 +1321,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. --- @@ -1333,7 +1333,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. --- @@ -1357,10 +1357,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| EventAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | Extraction | interface{} | extraction block. | -| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | -| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| RouteTo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | +| Severity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | Variable | interface{} | variable block. | --- @@ -1373,7 +1373,7 @@ EventAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -1387,7 +1387,7 @@ Extraction interface{} extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -1399,7 +1399,7 @@ RouteTo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. --- @@ -1411,7 +1411,7 @@ Severity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -1425,7 +1425,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1448,10 +1448,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1463,7 +1463,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1475,7 +1475,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1487,7 +1487,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1499,7 +1499,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1522,10 +1522,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1537,7 +1537,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1549,7 +1549,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1561,7 +1561,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1573,7 +1573,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1593,7 +1593,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventorchestr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | --- @@ -1605,7 +1605,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. --- diff --git a/docs/eventOrchestrationUnrouted.java.md b/docs/eventOrchestrationUnrouted.java.md index 6a9b5b620..fd6d7e5fb 100644 --- a/docs/eventOrchestrationUnrouted.java.md +++ b/docs/eventOrchestrationUnrouted.java.md @@ -4,7 +4,7 @@ ### EventOrchestrationUnrouted -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. #### Initializers @@ -43,9 +43,9 @@ EventOrchestrationUnrouted.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationUnroutedCatchAll | catch_all block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | set | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedSet> | set block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -604,7 +604,7 @@ The construct id used in the generated config for the EventOrchestrationUnrouted The id of the existing EventOrchestrationUnrouted that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ public EventOrchestrationUnroutedCatchAllActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -942,9 +942,9 @@ EventOrchestrationUnroutedCatchAllActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | extraction | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedCatchAllActionsExtraction> | extraction block. | -| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedCatchAllActionsVariable> | variable block. | --- @@ -957,7 +957,7 @@ public java.lang.String getEventAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -971,7 +971,7 @@ public java.lang.Object getExtraction(); extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -983,7 +983,7 @@ public java.lang.String getSeverity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -997,7 +997,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1020,10 +1020,10 @@ EventOrchestrationUnroutedCatchAllActionsExtraction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1035,7 +1035,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1047,7 +1047,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1059,7 +1059,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1071,7 +1071,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1094,10 +1094,10 @@ EventOrchestrationUnroutedCatchAllActionsVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1109,7 +1109,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1121,7 +1121,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1133,7 +1133,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1145,7 +1145,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1188,9 +1188,9 @@ EventOrchestrationUnroutedConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | catchAll | EventOrchestrationUnroutedCatchAll | catch_all block. | -| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| eventOrchestration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | set | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedSet> | set block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -1274,7 +1274,7 @@ public EventOrchestrationUnroutedCatchAll getCatchAll(); catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -1286,7 +1286,7 @@ public java.lang.String getEventOrchestration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -1300,7 +1300,7 @@ public java.lang.Object getSet(); set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -1312,7 +1312,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1337,7 +1337,7 @@ EventOrchestrationUnroutedSet.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | | rule | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedSetRule> | rule block. | --- @@ -1350,7 +1350,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1367,7 +1367,7 @@ public java.lang.Object getRule(); rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} --- @@ -1394,8 +1394,8 @@ EventOrchestrationUnroutedSetRule.builder() | --- | --- | --- | | actions | EventOrchestrationUnroutedSetRuleActions | actions block. | | condition | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedSetRuleCondition> | condition block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | --- @@ -1409,7 +1409,7 @@ public EventOrchestrationUnroutedSetRuleActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -1423,7 +1423,7 @@ public java.lang.Object getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} --- @@ -1435,7 +1435,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. --- @@ -1447,7 +1447,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. --- @@ -1473,10 +1473,10 @@ EventOrchestrationUnroutedSetRuleActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| eventAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | extraction | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedSetRuleActionsExtraction> | extraction block. | -| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | -| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| routeTo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | +| severity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<EventOrchestrationUnroutedSetRuleActionsVariable> | variable block. | --- @@ -1489,7 +1489,7 @@ public java.lang.String getEventAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -1503,7 +1503,7 @@ public java.lang.Object getExtraction(); extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -1515,7 +1515,7 @@ public java.lang.String getRouteTo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. --- @@ -1527,7 +1527,7 @@ public java.lang.String getSeverity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -1541,7 +1541,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1564,10 +1564,10 @@ EventOrchestrationUnroutedSetRuleActionsExtraction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1579,7 +1579,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1591,7 +1591,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1603,7 +1603,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1615,7 +1615,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1638,10 +1638,10 @@ EventOrchestrationUnroutedSetRuleActionsVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1653,7 +1653,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1665,7 +1665,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1677,7 +1677,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1689,7 +1689,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1709,7 +1709,7 @@ EventOrchestrationUnroutedSetRuleCondition.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | --- @@ -1721,7 +1721,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. --- diff --git a/docs/eventOrchestrationUnrouted.python.md b/docs/eventOrchestrationUnrouted.python.md index d8cb097e6..6b085163e 100644 --- a/docs/eventOrchestrationUnrouted.python.md +++ b/docs/eventOrchestrationUnrouted.python.md @@ -4,7 +4,7 @@ ### EventOrchestrationUnrouted -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. #### Initializers @@ -40,9 +40,9 @@ eventOrchestrationUnrouted.EventOrchestrationUnrouted( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationUnroutedCatchAll | catch_all block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | set | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedSet]] | set block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -517,7 +517,7 @@ def put_catch_all( actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -655,7 +655,7 @@ The construct id used in the generated config for the EventOrchestrationUnrouted The id of the existing EventOrchestrationUnrouted that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ actions: EventOrchestrationUnroutedCatchAllActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -991,9 +991,9 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedCatchAllActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | extraction | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedCatchAllActionsExtraction]] | extraction block. | -| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | variable | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedCatchAllActionsVariable]] | variable block. | --- @@ -1006,7 +1006,7 @@ event_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -1020,7 +1020,7 @@ extraction: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedCatc extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -1032,7 +1032,7 @@ severity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -1046,7 +1046,7 @@ variable: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedCatchA variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1069,10 +1069,10 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedCatchAllActionsExtraction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1084,7 +1084,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1096,7 +1096,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1108,7 +1108,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1120,7 +1120,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1143,10 +1143,10 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedCatchAllActionsVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1158,7 +1158,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1170,7 +1170,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1182,7 +1182,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1194,7 +1194,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1232,9 +1232,9 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | catch_all | EventOrchestrationUnroutedCatchAll | catch_all block. | -| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| event_orchestration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | set | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedSet]] | set block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -1318,7 +1318,7 @@ catch_all: EventOrchestrationUnroutedCatchAll catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -1330,7 +1330,7 @@ event_orchestration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -1344,7 +1344,7 @@ set: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedSet]] set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -1356,7 +1356,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1380,7 +1380,7 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedSet( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | | rule | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedSetRule]] | rule block. | --- @@ -1393,7 +1393,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1410,7 +1410,7 @@ rule: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedSetRule]] rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} --- @@ -1435,8 +1435,8 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedSetRule( | --- | --- | --- | | actions | EventOrchestrationUnroutedSetRuleActions | actions block. | | condition | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedSetRuleCondition]] | condition block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | --- @@ -1450,7 +1450,7 @@ actions: EventOrchestrationUnroutedSetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -1464,7 +1464,7 @@ condition: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedSetRu condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} --- @@ -1476,7 +1476,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. --- @@ -1488,7 +1488,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. --- @@ -1512,10 +1512,10 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedSetRuleActions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| event_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | extraction | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedSetRuleActionsExtraction]] | extraction block. | -| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | -| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| route_to | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | +| severity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | variable | typing.Union[cdktf.IResolvable, typing.List[EventOrchestrationUnroutedSetRuleActionsVariable]] | variable block. | --- @@ -1528,7 +1528,7 @@ event_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -1542,7 +1542,7 @@ extraction: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedSetR extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -1554,7 +1554,7 @@ route_to: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. --- @@ -1566,7 +1566,7 @@ severity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -1580,7 +1580,7 @@ variable: typing.Union[IResolvable, typing.List[EventOrchestrationUnroutedSetRul variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1603,10 +1603,10 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedSetRuleActionsExtraction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1618,7 +1618,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1630,7 +1630,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1642,7 +1642,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1654,7 +1654,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1677,10 +1677,10 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedSetRuleActionsVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1692,7 +1692,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1704,7 +1704,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1716,7 +1716,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1728,7 +1728,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1748,7 +1748,7 @@ eventOrchestrationUnrouted.EventOrchestrationUnroutedSetRuleCondition( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | --- @@ -1760,7 +1760,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. --- @@ -3566,7 +3566,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -3576,7 +3576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -3584,7 +3584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -3594,7 +3594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -6695,7 +6695,7 @@ def put_actions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -6705,7 +6705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -6713,7 +6713,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. --- @@ -6721,7 +6721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -6731,7 +6731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- diff --git a/docs/eventOrchestrationUnrouted.typescript.md b/docs/eventOrchestrationUnrouted.typescript.md index 93561f2aa..d24467387 100644 --- a/docs/eventOrchestrationUnrouted.typescript.md +++ b/docs/eventOrchestrationUnrouted.typescript.md @@ -4,7 +4,7 @@ ### EventOrchestrationUnrouted -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}. #### Initializers @@ -500,7 +500,7 @@ The construct id used in the generated config for the EventOrchestrationUnrouted The id of the existing EventOrchestrationUnrouted that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ public readonly actions: EventOrchestrationUnroutedCatchAllActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -829,9 +829,9 @@ const eventOrchestrationUnroutedCatchAllActions: eventOrchestrationUnrouted.Even | **Name** | **Type** | **Description** | | --- | --- | --- | -| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | extraction | cdktf.IResolvable \| EventOrchestrationUnroutedCatchAllActionsExtraction[] | extraction block. | -| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | variable | cdktf.IResolvable \| EventOrchestrationUnroutedCatchAllActionsVariable[] | variable block. | --- @@ -844,7 +844,7 @@ public readonly eventAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -858,7 +858,7 @@ public readonly extraction: IResolvable | EventOrchestrationUnroutedCatchAllActi extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -870,7 +870,7 @@ public readonly severity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -884,7 +884,7 @@ public readonly variable: IResolvable | EventOrchestrationUnroutedCatchAllAction variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -902,10 +902,10 @@ const eventOrchestrationUnroutedCatchAllActionsExtraction: eventOrchestrationUnr | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -917,7 +917,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -929,7 +929,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -941,7 +941,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -953,7 +953,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -971,10 +971,10 @@ const eventOrchestrationUnroutedCatchAllActionsVariable: eventOrchestrationUnrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -986,7 +986,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -998,7 +998,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1010,7 +1010,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1022,7 +1022,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1048,9 +1048,9 @@ const eventOrchestrationUnroutedConfig: eventOrchestrationUnrouted.EventOrchestr | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | catchAll | EventOrchestrationUnroutedCatchAll | catch_all block. | -| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | +| eventOrchestration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. | | set | cdktf.IResolvable \| EventOrchestrationUnroutedSet[] | set block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | --- @@ -1134,7 +1134,7 @@ public readonly catchAll: EventOrchestrationUnroutedCatchAll; catch_all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} --- @@ -1146,7 +1146,7 @@ public readonly eventOrchestration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}. --- @@ -1160,7 +1160,7 @@ public readonly set: IResolvable | EventOrchestrationUnroutedSet[]; set block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} --- @@ -1172,7 +1172,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1193,7 +1193,7 @@ const eventOrchestrationUnroutedSet: eventOrchestrationUnrouted.EventOrchestrati | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. | | rule | cdktf.IResolvable \| EventOrchestrationUnroutedSetRule[] | rule block. | --- @@ -1206,7 +1206,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1223,7 +1223,7 @@ public readonly rule: IResolvable | EventOrchestrationUnroutedSetRule[]; rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} --- @@ -1243,8 +1243,8 @@ const eventOrchestrationUnroutedSetRule: eventOrchestrationUnrouted.EventOrchest | --- | --- | --- | | actions | EventOrchestrationUnroutedSetRuleActions | actions block. | | condition | cdktf.IResolvable \| EventOrchestrationUnroutedSetRuleCondition[] | condition block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. | --- @@ -1258,7 +1258,7 @@ public readonly actions: EventOrchestrationUnroutedSetRuleActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} --- @@ -1272,7 +1272,7 @@ public readonly condition: IResolvable | EventOrchestrationUnroutedSetRuleCondit condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} --- @@ -1284,7 +1284,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}. --- @@ -1296,7 +1296,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}. --- @@ -1314,10 +1314,10 @@ const eventOrchestrationUnroutedSetRuleActions: eventOrchestrationUnrouted.Event | **Name** | **Type** | **Description** | | --- | --- | --- | -| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | +| eventAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. | | extraction | cdktf.IResolvable \| EventOrchestrationUnroutedSetRuleActionsExtraction[] | extraction block. | -| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | -| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | +| routeTo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. | +| severity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. | | variable | cdktf.IResolvable \| EventOrchestrationUnroutedSetRuleActionsVariable[] | variable block. | --- @@ -1330,7 +1330,7 @@ public readonly eventAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}. --- @@ -1344,7 +1344,7 @@ public readonly extraction: IResolvable | EventOrchestrationUnroutedSetRuleActio extraction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} --- @@ -1356,7 +1356,7 @@ public readonly routeTo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}. --- @@ -1368,7 +1368,7 @@ public readonly severity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}. --- @@ -1382,7 +1382,7 @@ public readonly variable: IResolvable | EventOrchestrationUnroutedSetRuleActions variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} --- @@ -1400,10 +1400,10 @@ const eventOrchestrationUnroutedSetRuleActionsExtraction: eventOrchestrationUnro | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. | --- @@ -1415,7 +1415,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}. --- @@ -1427,7 +1427,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}. --- @@ -1439,7 +1439,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}. --- @@ -1451,7 +1451,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}. --- @@ -1469,10 +1469,10 @@ const eventOrchestrationUnroutedSetRuleActionsVariable: eventOrchestrationUnrout | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. | --- @@ -1484,7 +1484,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}. --- @@ -1496,7 +1496,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}. --- @@ -1508,7 +1508,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}. --- @@ -1520,7 +1520,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}. --- @@ -1538,7 +1538,7 @@ const eventOrchestrationUnroutedSetRuleCondition: eventOrchestrationUnrouted.Eve | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. | --- @@ -1550,7 +1550,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}. --- diff --git a/docs/eventRule.csharp.md b/docs/eventRule.csharp.md index c5d949fd9..e6a279854 100644 --- a/docs/eventRule.csharp.md +++ b/docs/eventRule.csharp.md @@ -4,7 +4,7 @@ ### EventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the EventRule to import. The id of the existing EventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use --- @@ -808,10 +808,10 @@ new EventRuleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ActionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| ConditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| AdvancedConditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| ActionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| ConditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| AdvancedConditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -893,7 +893,7 @@ public string ActionJson { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -905,7 +905,7 @@ public string ConditionJson { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -917,7 +917,7 @@ public string AdvancedConditionJson { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -929,7 +929,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/eventRule.go.md b/docs/eventRule.go.md index 7c9b8f809..1b84e3828 100644 --- a/docs/eventRule.go.md +++ b/docs/eventRule.go.md @@ -4,7 +4,7 @@ ### EventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the EventRule to import. The id of the existing EventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use --- @@ -808,10 +808,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/eventrule" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ActionJson | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| ConditionJson | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| AdvancedConditionJson | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| ActionJson | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| ConditionJson | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| AdvancedConditionJson | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -893,7 +893,7 @@ ActionJson *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -905,7 +905,7 @@ ConditionJson *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -917,7 +917,7 @@ AdvancedConditionJson *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -929,7 +929,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/eventRule.java.md b/docs/eventRule.java.md index ec73dad9e..0b7f85a7e 100644 --- a/docs/eventRule.java.md +++ b/docs/eventRule.java.md @@ -4,7 +4,7 @@ ### EventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule}. #### Initializers @@ -41,10 +41,10 @@ EventRule.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| actionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| conditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| advancedConditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| actionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| conditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| advancedConditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -580,7 +580,7 @@ The construct id used in the generated config for the EventRule to import. The id of the existing EventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use --- @@ -911,10 +911,10 @@ EventRuleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| actionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| conditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| advancedConditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| actionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| conditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| advancedConditionJson | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -996,7 +996,7 @@ public java.lang.String getActionJson(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -1008,7 +1008,7 @@ public java.lang.String getConditionJson(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -1020,7 +1020,7 @@ public java.lang.String getAdvancedConditionJson(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -1032,7 +1032,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/eventRule.python.md b/docs/eventRule.python.md index 86a977332..a5fce1a92 100644 --- a/docs/eventRule.python.md +++ b/docs/eventRule.python.md @@ -4,7 +4,7 @@ ### EventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule}. #### Initializers @@ -39,10 +39,10 @@ eventRule.EventRule( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| action_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| advanced_condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| action_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| advanced_condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -624,7 +624,7 @@ The construct id used in the generated config for the EventRule to import. The id of the existing EventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use --- @@ -951,10 +951,10 @@ eventRule.EventRuleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| action_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| advanced_condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| action_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| advanced_condition_json | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -1036,7 +1036,7 @@ action_json: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -1048,7 +1048,7 @@ condition_json: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -1060,7 +1060,7 @@ advanced_condition_json: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -1072,7 +1072,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/eventRule.typescript.md b/docs/eventRule.typescript.md index eb59ebd6a..dfa488516 100644 --- a/docs/eventRule.typescript.md +++ b/docs/eventRule.typescript.md @@ -4,7 +4,7 @@ ### EventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the EventRule to import. The id of the existing EventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use --- @@ -796,10 +796,10 @@ const eventRuleConfig: eventRule.EventRuleConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| actionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. | -| conditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. | -| advancedConditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. | +| actionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. | +| conditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. | +| advancedConditionJson | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. | --- @@ -881,7 +881,7 @@ public readonly actionJson: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json}. --- @@ -893,7 +893,7 @@ public readonly conditionJson: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json}. --- @@ -905,7 +905,7 @@ public readonly advancedConditionJson: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json}. --- @@ -917,7 +917,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/extension.csharp.md b/docs/extension.csharp.md index 2b9f5997c..708670104 100644 --- a/docs/extension.csharp.md +++ b/docs/extension.csharp.md @@ -4,7 +4,7 @@ ### Extension -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the Extension to import. The id of the existing Extension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#import import section} in the documentation of this resource for the id to use --- @@ -890,12 +890,12 @@ new ExtensionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ExtensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| ExtensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| Config | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| EndpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| ExtensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| ExtensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| Config | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| EndpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -977,7 +977,7 @@ public string[] ExtensionObjects { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -989,7 +989,7 @@ public string ExtensionSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -1001,7 +1001,7 @@ public string Config { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -1013,7 +1013,7 @@ public string EndpointUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -1025,7 +1025,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -1037,7 +1037,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- diff --git a/docs/extension.go.md b/docs/extension.go.md index 4091d8265..dfeb5ccfe 100644 --- a/docs/extension.go.md +++ b/docs/extension.go.md @@ -4,7 +4,7 @@ ### Extension -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the Extension to import. The id of the existing Extension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#import import section} in the documentation of this resource for the id to use --- @@ -890,12 +890,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/extension" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ExtensionObjects | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| ExtensionSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| Config | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| EndpointUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| ExtensionObjects | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| ExtensionSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| Config | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| EndpointUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -977,7 +977,7 @@ ExtensionObjects *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -989,7 +989,7 @@ ExtensionSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -1001,7 +1001,7 @@ Config *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -1013,7 +1013,7 @@ EndpointUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -1025,7 +1025,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -1037,7 +1037,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- diff --git a/docs/extension.java.md b/docs/extension.java.md index 081795a1a..570dd3760 100644 --- a/docs/extension.java.md +++ b/docs/extension.java.md @@ -4,7 +4,7 @@ ### Extension -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension}. #### Initializers @@ -43,12 +43,12 @@ Extension.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| config | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| config | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- @@ -611,7 +611,7 @@ The construct id used in the generated config for the Extension to import. The id of the existing Extension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#import import section} in the documentation of this resource for the id to use --- @@ -1010,12 +1010,12 @@ ExtensionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| config | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| config | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -1097,7 +1097,7 @@ public java.util.List getExtensionObjects(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -1109,7 +1109,7 @@ public java.lang.String getExtensionSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -1121,7 +1121,7 @@ public java.lang.String getConfig(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -1133,7 +1133,7 @@ public java.lang.String getEndpointUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -1145,7 +1145,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -1157,7 +1157,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- diff --git a/docs/extension.python.md b/docs/extension.python.md index 964294f70..3edc0d79b 100644 --- a/docs/extension.python.md +++ b/docs/extension.python.md @@ -4,7 +4,7 @@ ### Extension -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension}. #### Initializers @@ -41,12 +41,12 @@ extension.Extension( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- @@ -655,7 +655,7 @@ The construct id used in the generated config for the Extension to import. The id of the existing Extension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#import import section} in the documentation of this resource for the id to use --- @@ -1050,12 +1050,12 @@ extension.ExtensionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -1137,7 +1137,7 @@ extension_objects: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -1149,7 +1149,7 @@ extension_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -1161,7 +1161,7 @@ config: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -1173,7 +1173,7 @@ endpoint_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -1185,7 +1185,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -1197,7 +1197,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- diff --git a/docs/extension.typescript.md b/docs/extension.typescript.md index a50aacd45..9af37da6a 100644 --- a/docs/extension.typescript.md +++ b/docs/extension.typescript.md @@ -4,7 +4,7 @@ ### Extension -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the Extension to import. The id of the existing Extension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#import import section} in the documentation of this resource for the id to use --- @@ -876,12 +876,12 @@ const extensionConfig: extension.ExtensionConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| extensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. | -| extensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. | -| config | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. | -| endpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. | +| extensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. | +| extensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. | +| config | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. | +| endpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. | --- @@ -963,7 +963,7 @@ public readonly extensionObjects: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects}. --- @@ -975,7 +975,7 @@ public readonly extensionSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema}. --- @@ -987,7 +987,7 @@ public readonly config: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config}. --- @@ -999,7 +999,7 @@ public readonly endpointUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url}. --- @@ -1011,7 +1011,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name}. --- @@ -1023,7 +1023,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type}. --- diff --git a/docs/extensionServicenow.csharp.md b/docs/extensionServicenow.csharp.md index fbef25b71..853a41221 100644 --- a/docs/extensionServicenow.csharp.md +++ b/docs/extensionServicenow.csharp.md @@ -4,7 +4,7 @@ ### ExtensionServicenow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ExtensionServicenow to imp The id of the existing ExtensionServicenow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use --- @@ -1017,18 +1017,18 @@ new ExtensionServicenowConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ExtensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| ExtensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| Referer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| SnowPassword | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| SnowUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| SyncOptions | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| EndpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| Summary | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| ExtensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| ExtensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| Referer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| SnowPassword | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| SnowUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| SyncOptions | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| EndpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| Summary | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -1110,7 +1110,7 @@ public string[] ExtensionObjects { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -1122,7 +1122,7 @@ public string ExtensionSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -1134,7 +1134,7 @@ public string Referer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -1146,7 +1146,7 @@ public string SnowPassword { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -1158,7 +1158,7 @@ public string SnowUser { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -1170,7 +1170,7 @@ public string SyncOptions { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -1182,7 +1182,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -1194,7 +1194,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -1206,7 +1206,7 @@ public string EndpointUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -1218,7 +1218,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -1230,7 +1230,7 @@ public string Summary { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -1242,7 +1242,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- diff --git a/docs/extensionServicenow.go.md b/docs/extensionServicenow.go.md index 5e4374908..a41cece22 100644 --- a/docs/extensionServicenow.go.md +++ b/docs/extensionServicenow.go.md @@ -4,7 +4,7 @@ ### ExtensionServicenow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ExtensionServicenow to imp The id of the existing ExtensionServicenow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use --- @@ -1017,18 +1017,18 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/extensionserv | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ExtensionObjects | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| ExtensionSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| Referer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| SnowPassword | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| SnowUser | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| SyncOptions | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| EndpointUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| Summary | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| ExtensionObjects | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| ExtensionSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| Referer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| SnowPassword | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| SnowUser | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| SyncOptions | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| EndpointUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| Summary | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -1110,7 +1110,7 @@ ExtensionObjects *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -1122,7 +1122,7 @@ ExtensionSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -1134,7 +1134,7 @@ Referer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -1146,7 +1146,7 @@ SnowPassword *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -1158,7 +1158,7 @@ SnowUser *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -1170,7 +1170,7 @@ SyncOptions *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -1182,7 +1182,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -1194,7 +1194,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -1206,7 +1206,7 @@ EndpointUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -1218,7 +1218,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -1230,7 +1230,7 @@ Summary *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -1242,7 +1242,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- diff --git a/docs/extensionServicenow.java.md b/docs/extensionServicenow.java.md index 86a288571..56105da77 100644 --- a/docs/extensionServicenow.java.md +++ b/docs/extensionServicenow.java.md @@ -4,7 +4,7 @@ ### ExtensionServicenow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow}. #### Initializers @@ -49,18 +49,18 @@ ExtensionServicenow.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| referer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| snowPassword | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| snowUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| syncOptions | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| summary | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| referer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| snowPassword | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| snowUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| syncOptions | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| summary | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- @@ -671,7 +671,7 @@ The construct id used in the generated config for the ExtensionServicenow to imp The id of the existing ExtensionServicenow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use --- @@ -1197,18 +1197,18 @@ ExtensionServicenowConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| referer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| snowPassword | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| snowUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| syncOptions | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| summary | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| extensionObjects | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| extensionSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| referer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| snowPassword | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| snowUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| syncOptions | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| endpointUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| summary | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -1290,7 +1290,7 @@ public java.util.List getExtensionObjects(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -1302,7 +1302,7 @@ public java.lang.String getExtensionSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -1314,7 +1314,7 @@ public java.lang.String getReferer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -1326,7 +1326,7 @@ public java.lang.String getSnowPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -1338,7 +1338,7 @@ public java.lang.String getSnowUser(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -1350,7 +1350,7 @@ public java.lang.String getSyncOptions(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -1362,7 +1362,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -1374,7 +1374,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -1386,7 +1386,7 @@ public java.lang.String getEndpointUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -1398,7 +1398,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -1410,7 +1410,7 @@ public java.lang.String getSummary(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -1422,7 +1422,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- diff --git a/docs/extensionServicenow.python.md b/docs/extensionServicenow.python.md index 285014570..be52222a6 100644 --- a/docs/extensionServicenow.python.md +++ b/docs/extensionServicenow.python.md @@ -4,7 +4,7 @@ ### ExtensionServicenow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow}. #### Initializers @@ -47,18 +47,18 @@ extensionServicenow.ExtensionServicenow( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| referer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| snow_password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| snow_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| sync_options | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| summary | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| referer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| snow_password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| snow_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| sync_options | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| summary | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- @@ -715,7 +715,7 @@ The construct id used in the generated config for the ExtensionServicenow to imp The id of the existing ExtensionServicenow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use --- @@ -1237,18 +1237,18 @@ extensionServicenow.ExtensionServicenowConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| referer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| snow_password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| snow_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| sync_options | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| summary | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| extension_objects | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| extension_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| referer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| snow_password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| snow_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| sync_options | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| endpoint_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| summary | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -1330,7 +1330,7 @@ extension_objects: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -1342,7 +1342,7 @@ extension_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -1354,7 +1354,7 @@ referer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -1366,7 +1366,7 @@ snow_password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -1378,7 +1378,7 @@ snow_user: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -1390,7 +1390,7 @@ sync_options: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -1402,7 +1402,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -1414,7 +1414,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -1426,7 +1426,7 @@ endpoint_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -1438,7 +1438,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -1450,7 +1450,7 @@ summary: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -1462,7 +1462,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- diff --git a/docs/extensionServicenow.typescript.md b/docs/extensionServicenow.typescript.md index 59e430a44..58c8efa33 100644 --- a/docs/extensionServicenow.typescript.md +++ b/docs/extensionServicenow.typescript.md @@ -4,7 +4,7 @@ ### ExtensionServicenow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ExtensionServicenow to imp The id of the existing ExtensionServicenow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use --- @@ -997,18 +997,18 @@ const extensionServicenowConfig: extensionServicenow.ExtensionServicenowConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| extensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | -| extensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | -| referer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | -| snowPassword | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | -| snowUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | -| syncOptions | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | -| endpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | -| summary | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | +| extensionObjects | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. | +| extensionSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. | +| referer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. | +| snowPassword | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. | +| snowUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. | +| syncOptions | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. | +| endpointUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. | +| summary | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. | --- @@ -1090,7 +1090,7 @@ public readonly extensionObjects: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects}. --- @@ -1102,7 +1102,7 @@ public readonly extensionSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema}. --- @@ -1114,7 +1114,7 @@ public readonly referer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer}. --- @@ -1126,7 +1126,7 @@ public readonly snowPassword: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password}. --- @@ -1138,7 +1138,7 @@ public readonly snowUser: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user}. --- @@ -1150,7 +1150,7 @@ public readonly syncOptions: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options}. --- @@ -1162,7 +1162,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target}. --- @@ -1174,7 +1174,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type}. --- @@ -1186,7 +1186,7 @@ public readonly endpointUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url}. --- @@ -1198,7 +1198,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name}. --- @@ -1210,7 +1210,7 @@ public readonly summary: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary}. --- @@ -1222,7 +1222,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type}. --- diff --git a/docs/incidentCustomField.csharp.md b/docs/incidentCustomField.csharp.md index d87a3cc82..a9b137d91 100644 --- a/docs/incidentCustomField.csharp.md +++ b/docs/incidentCustomField.csharp.md @@ -4,7 +4,7 @@ ### IncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the IncidentCustomField to imp The id of the existing IncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -873,13 +873,13 @@ new IncidentCustomFieldConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| DataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| DisplayName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| FieldType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| DefaultValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| DataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| DisplayName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| FieldType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| DefaultValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -961,7 +961,7 @@ public string DataType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -973,7 +973,7 @@ public string DisplayName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -985,7 +985,7 @@ public string FieldType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -997,7 +997,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -1009,7 +1009,7 @@ public string DefaultValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -1021,7 +1021,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -1033,7 +1033,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomField.go.md b/docs/incidentCustomField.go.md index 417520b06..0a2e8b73e 100644 --- a/docs/incidentCustomField.go.md +++ b/docs/incidentCustomField.go.md @@ -4,7 +4,7 @@ ### IncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the IncidentCustomField to imp The id of the existing IncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -873,13 +873,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentcusto | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| DataType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| DisplayName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| FieldType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| DefaultValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| DataType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| DisplayName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| FieldType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| DefaultValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -961,7 +961,7 @@ DataType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -973,7 +973,7 @@ DisplayName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -985,7 +985,7 @@ FieldType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -997,7 +997,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -1009,7 +1009,7 @@ DefaultValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -1021,7 +1021,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -1033,7 +1033,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomField.java.md b/docs/incidentCustomField.java.md index 56cc259d6..a2f6e8ca5 100644 --- a/docs/incidentCustomField.java.md +++ b/docs/incidentCustomField.java.md @@ -4,7 +4,7 @@ ### IncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -44,13 +44,13 @@ IncidentCustomField.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| displayName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| fieldType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| defaultValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| displayName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| fieldType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| defaultValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -617,7 +617,7 @@ The construct id used in the generated config for the IncidentCustomField to imp The id of the existing IncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -1006,13 +1006,13 @@ IncidentCustomFieldConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| displayName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| fieldType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| defaultValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| displayName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| fieldType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| defaultValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -1094,7 +1094,7 @@ public java.lang.String getDataType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -1106,7 +1106,7 @@ public java.lang.String getDisplayName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -1118,7 +1118,7 @@ public java.lang.String getFieldType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -1130,7 +1130,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -1142,7 +1142,7 @@ public java.lang.String getDefaultValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -1154,7 +1154,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -1166,7 +1166,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomField.python.md b/docs/incidentCustomField.python.md index 62efad978..36576a072 100644 --- a/docs/incidentCustomField.python.md +++ b/docs/incidentCustomField.python.md @@ -4,7 +4,7 @@ ### IncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -42,13 +42,13 @@ incidentCustomField.IncidentCustomField( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| display_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| field_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| default_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| display_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| field_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| default_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -661,7 +661,7 @@ The construct id used in the generated config for the IncidentCustomField to imp The id of the existing IncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -1046,13 +1046,13 @@ incidentCustomField.IncidentCustomFieldConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| display_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| field_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| default_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| display_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| field_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| default_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -1134,7 +1134,7 @@ data_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -1146,7 +1146,7 @@ display_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -1158,7 +1158,7 @@ field_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -1170,7 +1170,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -1182,7 +1182,7 @@ default_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -1194,7 +1194,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -1206,7 +1206,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomField.typescript.md b/docs/incidentCustomField.typescript.md index 9dc9fc5bc..b520bc2c3 100644 --- a/docs/incidentCustomField.typescript.md +++ b/docs/incidentCustomField.typescript.md @@ -4,7 +4,7 @@ ### IncidentCustomField -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the IncidentCustomField to imp The id of the existing IncidentCustomField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use --- @@ -858,13 +858,13 @@ const incidentCustomFieldConfig: incidentCustomField.IncidentCustomFieldConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| dataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | -| displayName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | -| fieldType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. | -| defaultValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. | +| dataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. | +| displayName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. | +| fieldType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. | +| defaultValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. | --- @@ -946,7 +946,7 @@ public readonly dataType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}. --- @@ -958,7 +958,7 @@ public readonly displayName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}. --- @@ -970,7 +970,7 @@ public readonly fieldType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}. --- @@ -982,7 +982,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}. --- @@ -994,7 +994,7 @@ public readonly defaultValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}. --- @@ -1006,7 +1006,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}. --- @@ -1018,7 +1018,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomFieldOption.csharp.md b/docs/incidentCustomFieldOption.csharp.md index 421c1ed33..d388cd712 100644 --- a/docs/incidentCustomFieldOption.csharp.md +++ b/docs/incidentCustomFieldOption.csharp.md @@ -4,7 +4,7 @@ ### IncidentCustomFieldOption -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the IncidentCustomFieldOption The id of the existing IncidentCustomFieldOption that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use --- @@ -790,10 +790,10 @@ new IncidentCustomFieldOptionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| DataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| Field | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| DataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| Field | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -875,7 +875,7 @@ public string DataType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -887,7 +887,7 @@ public string Field { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -899,7 +899,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -911,7 +911,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomFieldOption.go.md b/docs/incidentCustomFieldOption.go.md index ec48feecd..f0ad41873 100644 --- a/docs/incidentCustomFieldOption.go.md +++ b/docs/incidentCustomFieldOption.go.md @@ -4,7 +4,7 @@ ### IncidentCustomFieldOption -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the IncidentCustomFieldOption The id of the existing IncidentCustomFieldOption that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use --- @@ -790,10 +790,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentcusto | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| DataType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| Field | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| DataType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| Field | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -875,7 +875,7 @@ DataType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -887,7 +887,7 @@ Field *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -899,7 +899,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -911,7 +911,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomFieldOption.java.md b/docs/incidentCustomFieldOption.java.md index 82fdb7c94..9352f4e66 100644 --- a/docs/incidentCustomFieldOption.java.md +++ b/docs/incidentCustomFieldOption.java.md @@ -4,7 +4,7 @@ ### IncidentCustomFieldOption -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. #### Initializers @@ -41,10 +41,10 @@ IncidentCustomFieldOption.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| field | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| field | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -573,7 +573,7 @@ The construct id used in the generated config for the IncidentCustomFieldOption The id of the existing IncidentCustomFieldOption that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use --- @@ -893,10 +893,10 @@ IncidentCustomFieldOptionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| field | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| dataType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| field | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -978,7 +978,7 @@ public java.lang.String getDataType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -990,7 +990,7 @@ public java.lang.String getField(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -1002,7 +1002,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -1014,7 +1014,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomFieldOption.python.md b/docs/incidentCustomFieldOption.python.md index 99988ab88..95bdedc50 100644 --- a/docs/incidentCustomFieldOption.python.md +++ b/docs/incidentCustomFieldOption.python.md @@ -4,7 +4,7 @@ ### IncidentCustomFieldOption -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. #### Initializers @@ -39,10 +39,10 @@ incidentCustomFieldOption.IncidentCustomFieldOption( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| field | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| field | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -617,7 +617,7 @@ The construct id used in the generated config for the IncidentCustomFieldOption The id of the existing IncidentCustomFieldOption that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use --- @@ -933,10 +933,10 @@ incidentCustomFieldOption.IncidentCustomFieldOptionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| field | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| data_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| field | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -1018,7 +1018,7 @@ data_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -1030,7 +1030,7 @@ field: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -1042,7 +1042,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -1054,7 +1054,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentCustomFieldOption.typescript.md b/docs/incidentCustomFieldOption.typescript.md index 3d713c2cb..612d30a59 100644 --- a/docs/incidentCustomFieldOption.typescript.md +++ b/docs/incidentCustomFieldOption.typescript.md @@ -4,7 +4,7 @@ ### IncidentCustomFieldOption -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the IncidentCustomFieldOption The id of the existing IncidentCustomFieldOption that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use --- @@ -778,10 +778,10 @@ const incidentCustomFieldOptionConfig: incidentCustomFieldOption.IncidentCustomF | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| dataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | -| field | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | +| dataType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. | +| field | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. | --- @@ -863,7 +863,7 @@ public readonly dataType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}. --- @@ -875,7 +875,7 @@ public readonly field: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}. --- @@ -887,7 +887,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}. --- @@ -899,7 +899,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/incidentWorkflow.csharp.md b/docs/incidentWorkflow.csharp.md index d2ff1635f..a6ddbaa3f 100644 --- a/docs/incidentWorkflow.csharp.md +++ b/docs/incidentWorkflow.csharp.md @@ -4,7 +4,7 @@ ### IncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the IncidentWorkflow to import The id of the existing IncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -847,11 +847,11 @@ new IncidentWorkflowConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | Step | object | step block. | -| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -933,7 +933,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -945,7 +945,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -957,7 +957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ public object Step { get; set; } step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -986,7 +986,7 @@ public string Team { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -1009,8 +1009,8 @@ new IncidentWorkflowStep { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | InlineStepsInput | object | inline_steps_input block. | | Input | object | input block. | @@ -1024,7 +1024,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1036,7 +1036,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1050,7 +1050,7 @@ public object InlineStepsInput { get; set; } inline_steps_input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} --- @@ -1064,7 +1064,7 @@ public object Input { get; set; } input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1085,7 +1085,7 @@ new IncidentWorkflowStepInlineStepsInput { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | Step | object | step block. | --- @@ -1098,7 +1098,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1112,7 +1112,7 @@ public object Step { get; set; } step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1134,8 +1134,8 @@ new IncidentWorkflowStepInlineStepsInputStep { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | Input | object | input block. | --- @@ -1148,7 +1148,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1160,7 +1160,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1174,7 +1174,7 @@ public object Input { get; set; } input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1195,8 +1195,8 @@ new IncidentWorkflowStepInlineStepsInputStepInput { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1208,7 +1208,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1220,7 +1220,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- @@ -1241,8 +1241,8 @@ new IncidentWorkflowStepInput { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1254,7 +1254,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1266,7 +1266,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- diff --git a/docs/incidentWorkflow.go.md b/docs/incidentWorkflow.go.md index baab91f9b..0a502a910 100644 --- a/docs/incidentWorkflow.go.md +++ b/docs/incidentWorkflow.go.md @@ -4,7 +4,7 @@ ### IncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the IncidentWorkflow to import The id of the existing IncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -847,11 +847,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | Step | interface{} | step block. | -| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -933,7 +933,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -945,7 +945,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -957,7 +957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ Step interface{} step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -986,7 +986,7 @@ Team *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -1009,8 +1009,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | InlineStepsInput | interface{} | inline_steps_input block. | | Input | interface{} | input block. | @@ -1024,7 +1024,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1036,7 +1036,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1050,7 +1050,7 @@ InlineStepsInput interface{} inline_steps_input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} --- @@ -1064,7 +1064,7 @@ Input interface{} input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1085,7 +1085,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | Step | interface{} | step block. | --- @@ -1098,7 +1098,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1112,7 +1112,7 @@ Step interface{} step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1134,8 +1134,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | Input | interface{} | input block. | --- @@ -1148,7 +1148,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1160,7 +1160,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1174,7 +1174,7 @@ Input interface{} input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1195,8 +1195,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1208,7 +1208,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1220,7 +1220,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- @@ -1241,8 +1241,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1254,7 +1254,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1266,7 +1266,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- diff --git a/docs/incidentWorkflow.java.md b/docs/incidentWorkflow.java.md index e6551b9c9..d0ffccc1f 100644 --- a/docs/incidentWorkflow.java.md +++ b/docs/incidentWorkflow.java.md @@ -4,7 +4,7 @@ ### IncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -43,11 +43,11 @@ IncidentWorkflow.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | step | com.hashicorp.cdktf.IResolvable OR java.util.List<IncidentWorkflowStep> | step block. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -144,7 +144,7 @@ If you experience problems setting this value it might not be settable. Please t step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the IncidentWorkflow to import The id of the existing IncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -964,11 +964,11 @@ IncidentWorkflowConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | step | com.hashicorp.cdktf.IResolvable OR java.util.List<IncidentWorkflowStep> | step block. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -1050,7 +1050,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1062,7 +1062,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -1074,7 +1074,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ public java.lang.Object getStep(); step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1103,7 +1103,7 @@ public java.lang.String getTeam(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -1128,8 +1128,8 @@ IncidentWorkflowStep.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | inlineStepsInput | com.hashicorp.cdktf.IResolvable OR java.util.List<IncidentWorkflowStepInlineStepsInput> | inline_steps_input block. | | input | com.hashicorp.cdktf.IResolvable OR java.util.List<IncidentWorkflowStepInput> | input block. | @@ -1143,7 +1143,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1155,7 +1155,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1169,7 +1169,7 @@ public java.lang.Object getInlineStepsInput(); inline_steps_input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} --- @@ -1183,7 +1183,7 @@ public java.lang.Object getInput(); input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1205,7 +1205,7 @@ IncidentWorkflowStepInlineStepsInput.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | step | com.hashicorp.cdktf.IResolvable OR java.util.List<IncidentWorkflowStepInlineStepsInputStep> | step block. | --- @@ -1218,7 +1218,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1232,7 +1232,7 @@ public java.lang.Object getStep(); step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1255,8 +1255,8 @@ IncidentWorkflowStepInlineStepsInputStep.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | input | com.hashicorp.cdktf.IResolvable OR java.util.List<IncidentWorkflowStepInlineStepsInputStepInput> | input block. | --- @@ -1269,7 +1269,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1281,7 +1281,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1295,7 +1295,7 @@ public java.lang.Object getInput(); input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1316,8 +1316,8 @@ IncidentWorkflowStepInlineStepsInputStepInput.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1329,7 +1329,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1341,7 +1341,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- @@ -1362,8 +1362,8 @@ IncidentWorkflowStepInput.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1375,7 +1375,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1387,7 +1387,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- diff --git a/docs/incidentWorkflow.python.md b/docs/incidentWorkflow.python.md index 4941ed755..febea14a1 100644 --- a/docs/incidentWorkflow.python.md +++ b/docs/incidentWorkflow.python.md @@ -4,7 +4,7 @@ ### IncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -40,11 +40,11 @@ incidentWorkflow.IncidentWorkflow( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | step | typing.Union[cdktf.IResolvable, typing.List[IncidentWorkflowStep]] | step block. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the IncidentWorkflow to import The id of the existing IncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -1004,11 +1004,11 @@ incidentWorkflow.IncidentWorkflowConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | step | typing.Union[cdktf.IResolvable, typing.List[IncidentWorkflowStep]] | step block. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -1090,7 +1090,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1102,7 +1102,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -1114,7 +1114,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1131,7 +1131,7 @@ step: typing.Union[IResolvable, typing.List[IncidentWorkflowStep]] step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1143,7 +1143,7 @@ team: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -1166,8 +1166,8 @@ incidentWorkflow.IncidentWorkflowStep( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | inline_steps_input | typing.Union[cdktf.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]] | inline_steps_input block. | | input | typing.Union[cdktf.IResolvable, typing.List[IncidentWorkflowStepInput]] | input block. | @@ -1181,7 +1181,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1193,7 +1193,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1207,7 +1207,7 @@ inline_steps_input: typing.Union[IResolvable, typing.List[IncidentWorkflowStepIn inline_steps_input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} --- @@ -1221,7 +1221,7 @@ input: typing.Union[IResolvable, typing.List[IncidentWorkflowStepInput]] input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1242,7 +1242,7 @@ incidentWorkflow.IncidentWorkflowStepInlineStepsInput( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | step | typing.Union[cdktf.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStep]] | step block. | --- @@ -1255,7 +1255,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1269,7 +1269,7 @@ step: typing.Union[IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1291,8 +1291,8 @@ incidentWorkflow.IncidentWorkflowStepInlineStepsInputStep( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | input | typing.Union[cdktf.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]] | input block. | --- @@ -1305,7 +1305,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1317,7 +1317,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1331,7 +1331,7 @@ input: typing.Union[IResolvable, typing.List[IncidentWorkflowStepInlineStepsInpu input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1352,8 +1352,8 @@ incidentWorkflow.IncidentWorkflowStepInlineStepsInputStepInput( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1365,7 +1365,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1377,7 +1377,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- @@ -1398,8 +1398,8 @@ incidentWorkflow.IncidentWorkflowStepInput( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1411,7 +1411,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1423,7 +1423,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- diff --git a/docs/incidentWorkflow.typescript.md b/docs/incidentWorkflow.typescript.md index ba7f7ad4f..c0d28527a 100644 --- a/docs/incidentWorkflow.typescript.md +++ b/docs/incidentWorkflow.typescript.md @@ -4,7 +4,7 @@ ### IncidentWorkflow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the IncidentWorkflow to import The id of the existing IncidentWorkflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use --- @@ -834,11 +834,11 @@ const incidentWorkflowConfig: incidentWorkflow.IncidentWorkflowConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. | | step | cdktf.IResolvable \| IncidentWorkflowStep[] | step block. | -| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. | +| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. | --- @@ -920,7 +920,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -932,7 +932,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description}. --- @@ -944,7 +944,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ public readonly step: IResolvable | IncidentWorkflowStep[]; step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -973,7 +973,7 @@ public readonly team: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team}. --- @@ -991,8 +991,8 @@ const incidentWorkflowStep: incidentWorkflow.IncidentWorkflowStep = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | inlineStepsInput | cdktf.IResolvable \| IncidentWorkflowStepInlineStepsInput[] | inline_steps_input block. | | input | cdktf.IResolvable \| IncidentWorkflowStepInput[] | input block. | @@ -1006,7 +1006,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1018,7 +1018,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1032,7 +1032,7 @@ public readonly inlineStepsInput: IResolvable | IncidentWorkflowStepInlineStepsI inline_steps_input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} --- @@ -1046,7 +1046,7 @@ public readonly input: IResolvable | IncidentWorkflowStepInput[]; input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1064,7 +1064,7 @@ const incidentWorkflowStepInlineStepsInput: incidentWorkflow.IncidentWorkflowSte | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | step | cdktf.IResolvable \| IncidentWorkflowStepInlineStepsInputStep[] | step block. | --- @@ -1077,7 +1077,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1091,7 +1091,7 @@ public readonly step: IResolvable | IncidentWorkflowStepInlineStepsInputStep[]; step block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} --- @@ -1109,8 +1109,8 @@ const incidentWorkflowStepInlineStepsInputStep: incidentWorkflow.IncidentWorkflo | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | | input | cdktf.IResolvable \| IncidentWorkflowStepInlineStepsInputStepInput[] | input block. | --- @@ -1123,7 +1123,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action}. --- @@ -1135,7 +1135,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1149,7 +1149,7 @@ public readonly input: IResolvable | IncidentWorkflowStepInlineStepsInputStepInp input block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} --- @@ -1167,8 +1167,8 @@ const incidentWorkflowStepInlineStepsInputStepInput: incidentWorkflow.IncidentWo | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1180,7 +1180,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1192,7 +1192,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- @@ -1210,8 +1210,8 @@ const incidentWorkflowStepInput: incidentWorkflow.IncidentWorkflowStepInput = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. | --- @@ -1223,7 +1223,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name}. --- @@ -1235,7 +1235,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value}. --- diff --git a/docs/incidentWorkflowTrigger.csharp.md b/docs/incidentWorkflowTrigger.csharp.md index ca9cbe4e1..11f517148 100644 --- a/docs/incidentWorkflowTrigger.csharp.md +++ b/docs/incidentWorkflowTrigger.csharp.md @@ -4,7 +4,7 @@ ### IncidentWorkflowTrigger -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the IncidentWorkflowTrigger to The id of the existing IncidentWorkflowTrigger that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use --- @@ -893,13 +893,13 @@ new IncidentWorkflowTriggerConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| SubscribedToAllServices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| Workflow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| Condition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| SubscribedToAllServices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| Workflow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| Condition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | Permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| Services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| Services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -981,7 +981,7 @@ public object SubscribedToAllServices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -993,7 +993,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -1005,7 +1005,7 @@ public string Workflow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -1017,7 +1017,7 @@ public string Condition { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -1029,7 +1029,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1046,7 +1046,7 @@ public IncidentWorkflowTriggerPermissions Permissions { get; set; } permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -1058,7 +1058,7 @@ public string[] Services { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -1079,8 +1079,8 @@ new IncidentWorkflowTriggerPermissions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Restricted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | -| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | +| Restricted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | +| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | --- @@ -1092,7 +1092,7 @@ public object Restricted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. --- @@ -1104,7 +1104,7 @@ public string TeamId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. --- diff --git a/docs/incidentWorkflowTrigger.go.md b/docs/incidentWorkflowTrigger.go.md index 2f036820a..b262436bf 100644 --- a/docs/incidentWorkflowTrigger.go.md +++ b/docs/incidentWorkflowTrigger.go.md @@ -4,7 +4,7 @@ ### IncidentWorkflowTrigger -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the IncidentWorkflowTrigger to The id of the existing IncidentWorkflowTrigger that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use --- @@ -893,13 +893,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| SubscribedToAllServices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| Workflow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| Condition | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| SubscribedToAllServices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| Workflow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| Condition | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | Permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| Services | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| Services | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -981,7 +981,7 @@ SubscribedToAllServices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -993,7 +993,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -1005,7 +1005,7 @@ Workflow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -1017,7 +1017,7 @@ Condition *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -1029,7 +1029,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1046,7 +1046,7 @@ Permissions IncidentWorkflowTriggerPermissions permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -1058,7 +1058,7 @@ Services *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -1079,8 +1079,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/incidentworkf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Restricted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | -| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | +| Restricted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | +| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | --- @@ -1092,7 +1092,7 @@ Restricted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. --- @@ -1104,7 +1104,7 @@ TeamId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. --- diff --git a/docs/incidentWorkflowTrigger.java.md b/docs/incidentWorkflowTrigger.java.md index 000020f38..c3d19358c 100644 --- a/docs/incidentWorkflowTrigger.java.md +++ b/docs/incidentWorkflowTrigger.java.md @@ -4,7 +4,7 @@ ### IncidentWorkflowTrigger -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. #### Initializers @@ -45,13 +45,13 @@ IncidentWorkflowTrigger.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| subscribedToAllServices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| workflow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| condition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| subscribedToAllServices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| workflow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| condition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -164,7 +164,7 @@ If you experience problems setting this value it might not be settable. Please t permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -640,7 +640,7 @@ The construct id used in the generated config for the IncidentWorkflowTrigger to The id of the existing IncidentWorkflowTrigger that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use --- @@ -1030,13 +1030,13 @@ IncidentWorkflowTriggerConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| subscribedToAllServices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| workflow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| condition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| subscribedToAllServices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| workflow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| condition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -1118,7 +1118,7 @@ public java.lang.Object getSubscribedToAllServices(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -1130,7 +1130,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -1142,7 +1142,7 @@ public java.lang.String getWorkflow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -1154,7 +1154,7 @@ public java.lang.String getCondition(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -1166,7 +1166,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1183,7 +1183,7 @@ public IncidentWorkflowTriggerPermissions getPermissions(); permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -1195,7 +1195,7 @@ public java.util.List getServices(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -1217,8 +1217,8 @@ IncidentWorkflowTriggerPermissions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| restricted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | +| restricted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | --- @@ -1230,7 +1230,7 @@ public java.lang.Object getRestricted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. --- @@ -1242,7 +1242,7 @@ public java.lang.String getTeamId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. --- diff --git a/docs/incidentWorkflowTrigger.python.md b/docs/incidentWorkflowTrigger.python.md index da14e6ac1..f0e7fd757 100644 --- a/docs/incidentWorkflowTrigger.python.md +++ b/docs/incidentWorkflowTrigger.python.md @@ -4,7 +4,7 @@ ### IncidentWorkflowTrigger -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. #### Initializers @@ -42,13 +42,13 @@ incidentWorkflowTrigger.IncidentWorkflowTrigger( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| subscribed_to_all_services | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| workflow | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| subscribed_to_all_services | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| workflow | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ If you experience problems setting this value it might not be settable. Please t permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -546,7 +546,7 @@ def put_permissions( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. --- @@ -554,7 +554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. --- @@ -696,7 +696,7 @@ The construct id used in the generated config for the IncidentWorkflowTrigger to The id of the existing IncidentWorkflowTrigger that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use --- @@ -1081,13 +1081,13 @@ incidentWorkflowTrigger.IncidentWorkflowTriggerConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| subscribed_to_all_services | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| workflow | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| subscribed_to_all_services | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| workflow | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -1169,7 +1169,7 @@ subscribed_to_all_services: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -1181,7 +1181,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -1193,7 +1193,7 @@ workflow: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -1205,7 +1205,7 @@ condition: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -1217,7 +1217,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1234,7 +1234,7 @@ permissions: IncidentWorkflowTriggerPermissions permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -1246,7 +1246,7 @@ services: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -1267,8 +1267,8 @@ incidentWorkflowTrigger.IncidentWorkflowTriggerPermissions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| restricted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | +| restricted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | --- @@ -1280,7 +1280,7 @@ restricted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. --- @@ -1292,7 +1292,7 @@ team_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. --- diff --git a/docs/incidentWorkflowTrigger.typescript.md b/docs/incidentWorkflowTrigger.typescript.md index 0f889755a..9f98b5989 100644 --- a/docs/incidentWorkflowTrigger.typescript.md +++ b/docs/incidentWorkflowTrigger.typescript.md @@ -4,7 +4,7 @@ ### IncidentWorkflowTrigger -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the IncidentWorkflowTrigger to The id of the existing IncidentWorkflowTrigger that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use --- @@ -878,13 +878,13 @@ const incidentWorkflowTriggerConfig: incidentWorkflowTrigger.IncidentWorkflowTri | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| subscribedToAllServices | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | -| workflow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | -| condition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | +| subscribedToAllServices | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. | +| workflow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. | +| condition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. | | permissions | IncidentWorkflowTriggerPermissions | permissions block. | -| services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | +| services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. | --- @@ -966,7 +966,7 @@ public readonly subscribedToAllServices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services}. --- @@ -978,7 +978,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type}. --- @@ -990,7 +990,7 @@ public readonly workflow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow}. --- @@ -1002,7 +1002,7 @@ public readonly condition: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition}. --- @@ -1014,7 +1014,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1031,7 +1031,7 @@ public readonly permissions: IncidentWorkflowTriggerPermissions; permissions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} --- @@ -1043,7 +1043,7 @@ public readonly services: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services}. --- @@ -1061,8 +1061,8 @@ const incidentWorkflowTriggerPermissions: incidentWorkflowTrigger.IncidentWorkfl | **Name** | **Type** | **Description** | | --- | --- | --- | -| restricted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | -| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | +| restricted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. | +| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. | --- @@ -1074,7 +1074,7 @@ public readonly restricted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted}. --- @@ -1086,7 +1086,7 @@ public readonly teamId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id}. --- diff --git a/docs/maintenanceWindow.csharp.md b/docs/maintenanceWindow.csharp.md index a8cb8b23c..5df34ecc6 100644 --- a/docs/maintenanceWindow.csharp.md +++ b/docs/maintenanceWindow.csharp.md @@ -4,7 +4,7 @@ ### MaintenanceWindow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the MaintenanceWindow to impor The id of the existing MaintenanceWindow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use --- @@ -820,11 +820,11 @@ new MaintenanceWindowConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| EndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| Services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| EndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| Services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -906,7 +906,7 @@ public string EndTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -918,7 +918,7 @@ public string[] Services { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -930,7 +930,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -942,7 +942,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -954,7 +954,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/maintenanceWindow.go.md b/docs/maintenanceWindow.go.md index 7d3f77475..04d699a21 100644 --- a/docs/maintenanceWindow.go.md +++ b/docs/maintenanceWindow.go.md @@ -4,7 +4,7 @@ ### MaintenanceWindow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the MaintenanceWindow to impor The id of the existing MaintenanceWindow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use --- @@ -820,11 +820,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/maintenancewi | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| EndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| Services | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| EndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| Services | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -906,7 +906,7 @@ EndTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -918,7 +918,7 @@ Services *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -930,7 +930,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -942,7 +942,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -954,7 +954,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/maintenanceWindow.java.md b/docs/maintenanceWindow.java.md index 51bf25399..6f45c424a 100644 --- a/docs/maintenanceWindow.java.md +++ b/docs/maintenanceWindow.java.md @@ -4,7 +4,7 @@ ### MaintenanceWindow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window}. #### Initializers @@ -42,11 +42,11 @@ MaintenanceWindow.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| endTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -590,7 +590,7 @@ The construct id used in the generated config for the MaintenanceWindow to impor The id of the existing MaintenanceWindow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use --- @@ -933,11 +933,11 @@ MaintenanceWindowConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| endTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| services | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -1019,7 +1019,7 @@ public java.lang.String getEndTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -1031,7 +1031,7 @@ public java.util.List getServices(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -1043,7 +1043,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -1055,7 +1055,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -1067,7 +1067,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/maintenanceWindow.python.md b/docs/maintenanceWindow.python.md index da986ea33..8cc54868a 100644 --- a/docs/maintenanceWindow.python.md +++ b/docs/maintenanceWindow.python.md @@ -4,7 +4,7 @@ ### MaintenanceWindow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window}. #### Initializers @@ -40,11 +40,11 @@ maintenanceWindow.MaintenanceWindow( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -634,7 +634,7 @@ The construct id used in the generated config for the MaintenanceWindow to impor The id of the existing MaintenanceWindow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use --- @@ -973,11 +973,11 @@ maintenanceWindow.MaintenanceWindowConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| services | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -1059,7 +1059,7 @@ end_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -1071,7 +1071,7 @@ services: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -1083,7 +1083,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -1095,7 +1095,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -1107,7 +1107,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/maintenanceWindow.typescript.md b/docs/maintenanceWindow.typescript.md index 218299608..a2089d43a 100644 --- a/docs/maintenanceWindow.typescript.md +++ b/docs/maintenanceWindow.typescript.md @@ -4,7 +4,7 @@ ### MaintenanceWindow -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the MaintenanceWindow to impor The id of the existing MaintenanceWindow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use --- @@ -807,11 +807,11 @@ const maintenanceWindowConfig: maintenanceWindow.MaintenanceWindowConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| endTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | -| services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. | -| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. | +| endTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. | +| services | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. | +| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. | --- @@ -893,7 +893,7 @@ public readonly endTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time}. --- @@ -905,7 +905,7 @@ public readonly services: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services}. --- @@ -917,7 +917,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time}. --- @@ -929,7 +929,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description}. --- @@ -941,7 +941,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 7305fd4d8..3c2c6d4f3 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### PagerdutyProvider -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty}. #### Initializers @@ -289,7 +289,7 @@ The construct id used in the generated config for the PagerdutyProvider to impor The id of the existing PagerdutyProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -618,13 +618,13 @@ new PagerdutyProviderConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | | Alias | string | Alias name. | -| ApiUrlOverride | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| InsecureTls | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| ServiceRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| SkipCredentialsValidation | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| ApiUrlOverride | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| InsecureTls | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| ServiceRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| SkipCredentialsValidation | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | UseAppOauthScopedToken | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| UserToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| UserToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -638,7 +638,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -650,7 +650,7 @@ public string ApiUrlOverride { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -662,7 +662,7 @@ public object InsecureTls { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -674,7 +674,7 @@ public string ServiceRegion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -686,7 +686,7 @@ public object SkipCredentialsValidation { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -698,7 +698,7 @@ public string Token { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -712,7 +712,7 @@ public PagerdutyProviderUseAppOauthScopedToken UseAppOauthScopedToken { get; set use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -724,7 +724,7 @@ public string UserToken { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -746,9 +746,9 @@ new PagerdutyProviderUseAppOauthScopedToken { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PdClientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. | -| PdClientSecret | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | -| PdSubdomain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | +| PdClientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. | +| PdClientSecret | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | +| PdSubdomain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | --- @@ -760,7 +760,7 @@ public string PdClientId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. --- @@ -772,7 +772,7 @@ public string PdClientSecret { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. --- @@ -784,7 +784,7 @@ public string PdSubdomain { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. --- diff --git a/docs/provider.go.md b/docs/provider.go.md index fd053c07f..fda440b94 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### PagerdutyProvider -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty}. #### Initializers @@ -289,7 +289,7 @@ The construct id used in the generated config for the PagerdutyProvider to impor The id of the existing PagerdutyProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -618,13 +618,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/provider" | **Name** | **Type** | **Description** | | --- | --- | --- | | Alias | *string | Alias name. | -| ApiUrlOverride | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| InsecureTls | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| ServiceRegion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| SkipCredentialsValidation | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| ApiUrlOverride | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| InsecureTls | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| ServiceRegion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| SkipCredentialsValidation | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | UseAppOauthScopedToken | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| UserToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| UserToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -638,7 +638,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -650,7 +650,7 @@ ApiUrlOverride *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -662,7 +662,7 @@ InsecureTls interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -674,7 +674,7 @@ ServiceRegion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -686,7 +686,7 @@ SkipCredentialsValidation interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -698,7 +698,7 @@ Token *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -712,7 +712,7 @@ UseAppOauthScopedToken PagerdutyProviderUseAppOauthScopedToken use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -724,7 +724,7 @@ UserToken *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -746,9 +746,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/provider" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PdClientId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. | -| PdClientSecret | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | -| PdSubdomain | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | +| PdClientId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. | +| PdClientSecret | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | +| PdSubdomain | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | --- @@ -760,7 +760,7 @@ PdClientId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. --- @@ -772,7 +772,7 @@ PdClientSecret *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. --- @@ -784,7 +784,7 @@ PdSubdomain *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 79092962d..047ff048d 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### PagerdutyProvider -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty}. #### Initializers @@ -30,13 +30,13 @@ PagerdutyProvider.Builder.create(Construct scope, java.lang.String id) | scope | software.constructs.Construct | The scope in which to define this construct. | | id | java.lang.String | The scoped construct ID. | | alias | java.lang.String | Alias name. | -| apiUrlOverride | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| insecureTls | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| serviceRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| skipCredentialsValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| apiUrlOverride | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| insecureTls | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| serviceRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| skipCredentialsValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | useAppOauthScopedToken | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| userToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| userToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -64,7 +64,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -72,7 +72,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -80,7 +80,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -88,7 +88,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -96,7 +96,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -104,7 +104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -369,7 +369,7 @@ The construct id used in the generated config for the PagerdutyProvider to impor The id of the existing PagerdutyProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -700,13 +700,13 @@ PagerdutyProviderConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | alias | java.lang.String | Alias name. | -| apiUrlOverride | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| insecureTls | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| serviceRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| skipCredentialsValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| apiUrlOverride | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| insecureTls | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| serviceRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| skipCredentialsValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | useAppOauthScopedToken | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| userToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| userToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -720,7 +720,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -732,7 +732,7 @@ public java.lang.String getApiUrlOverride(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -744,7 +744,7 @@ public java.lang.Object getInsecureTls(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -756,7 +756,7 @@ public java.lang.String getServiceRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -768,7 +768,7 @@ public java.lang.Object getSkipCredentialsValidation(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -780,7 +780,7 @@ public java.lang.String getToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -794,7 +794,7 @@ public PagerdutyProviderUseAppOauthScopedToken getUseAppOauthScopedToken(); use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -806,7 +806,7 @@ public java.lang.String getUserToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -828,9 +828,9 @@ PagerdutyProviderUseAppOauthScopedToken.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| pdClientId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. | -| pdClientSecret | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | -| pdSubdomain | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | +| pdClientId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. | +| pdClientSecret | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | +| pdSubdomain | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | --- @@ -842,7 +842,7 @@ public java.lang.String getPdClientId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. --- @@ -854,7 +854,7 @@ public java.lang.String getPdClientSecret(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. --- @@ -866,7 +866,7 @@ public java.lang.String getPdSubdomain(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 9cfbcd7c8..db27995e9 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### PagerdutyProvider -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty}. #### Initializers @@ -30,13 +30,13 @@ provider.PagerdutyProvider( | scope | constructs.Construct | The scope in which to define this construct. | | id | str | The scoped construct ID. | | alias | str | Alias name. | -| api_url_override | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| insecure_tls | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| service_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| skip_credentials_validation | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| api_url_override | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| insecure_tls | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| service_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| skip_credentials_validation | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | use_app_oauth_scoped_token | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| user_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| user_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -64,7 +64,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -72,7 +72,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -80,7 +80,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -88,7 +88,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -96,7 +96,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -104,7 +104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -385,7 +385,7 @@ The construct id used in the generated config for the PagerdutyProvider to impor The id of the existing PagerdutyProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -714,13 +714,13 @@ provider.PagerdutyProviderConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | | alias | str | Alias name. | -| api_url_override | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| insecure_tls | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| service_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| skip_credentials_validation | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| api_url_override | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| insecure_tls | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| service_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| skip_credentials_validation | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | use_app_oauth_scoped_token | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| user_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| user_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -734,7 +734,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -746,7 +746,7 @@ api_url_override: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -758,7 +758,7 @@ insecure_tls: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -770,7 +770,7 @@ service_region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -782,7 +782,7 @@ skip_credentials_validation: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -794,7 +794,7 @@ token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -808,7 +808,7 @@ use_app_oauth_scoped_token: PagerdutyProviderUseAppOauthScopedToken use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -820,7 +820,7 @@ user_token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -842,9 +842,9 @@ provider.PagerdutyProviderUseAppOauthScopedToken( | **Name** | **Type** | **Description** | | --- | --- | --- | -| pd_client_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. | -| pd_client_secret | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | -| pd_subdomain | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | +| pd_client_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. | +| pd_client_secret | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | +| pd_subdomain | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | --- @@ -856,7 +856,7 @@ pd_client_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. --- @@ -868,7 +868,7 @@ pd_client_secret: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. --- @@ -880,7 +880,7 @@ pd_subdomain: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 1fcb0c50d..2b255c90c 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### PagerdutyProvider -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty}. #### Initializers @@ -289,7 +289,7 @@ The construct id used in the generated config for the PagerdutyProvider to impor The id of the existing PagerdutyProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -609,13 +609,13 @@ const pagerdutyProviderConfig: provider.PagerdutyProviderConfig = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | | alias | string | Alias name. | -| apiUrlOverride | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. | -| insecureTls | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. | -| serviceRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. | -| skipCredentialsValidation | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | -| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. | +| apiUrlOverride | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. | +| insecureTls | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. | +| serviceRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. | +| skipCredentialsValidation | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. | +| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. | | useAppOauthScopedToken | PagerdutyProviderUseAppOauthScopedToken | use_app_oauth_scoped_token block. | -| userToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. | +| userToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. | --- @@ -629,7 +629,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} --- @@ -641,7 +641,7 @@ public readonly apiUrlOverride: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override}. --- @@ -653,7 +653,7 @@ public readonly insecureTls: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls}. --- @@ -665,7 +665,7 @@ public readonly serviceRegion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region}. --- @@ -677,7 +677,7 @@ public readonly skipCredentialsValidation: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation}. --- @@ -689,7 +689,7 @@ public readonly token: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token}. --- @@ -703,7 +703,7 @@ public readonly useAppOauthScopedToken: PagerdutyProviderUseAppOauthScopedToken; use_app_oauth_scoped_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} --- @@ -715,7 +715,7 @@ public readonly userToken: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token}. --- @@ -733,9 +733,9 @@ const pagerdutyProviderUseAppOauthScopedToken: provider.PagerdutyProviderUseAppO | **Name** | **Type** | **Description** | | --- | --- | --- | -| pdClientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. | -| pdClientSecret | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | -| pdSubdomain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | +| pdClientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. | +| pdClientSecret | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. | +| pdSubdomain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. | --- @@ -747,7 +747,7 @@ public readonly pdClientId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id}. --- @@ -759,7 +759,7 @@ public readonly pdClientSecret: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret}. --- @@ -771,7 +771,7 @@ public readonly pdSubdomain: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain}. --- diff --git a/docs/responsePlay.csharp.md b/docs/responsePlay.csharp.md index 0db61cdc2..9117a3ac1 100644 --- a/docs/responsePlay.csharp.md +++ b/docs/responsePlay.csharp.md @@ -4,7 +4,7 @@ ### ResponsePlay -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ResponsePlay to import. The id of the existing ResponsePlay that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#import import section} in the documentation of this resource for the id to use --- @@ -1093,19 +1093,19 @@ new ResponsePlayConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| ConferenceNumber | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| ConferenceUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| ConferenceNumber | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| ConferenceUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | Responder | object | responder block. | -| RespondersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| Runnability | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| RespondersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| Runnability | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | Subscriber | object | subscriber block. | -| SubscribersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| SubscribersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| Team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1187,7 +1187,7 @@ public string From { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -1199,7 +1199,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1211,7 +1211,7 @@ public string ConferenceNumber { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -1223,7 +1223,7 @@ public string ConferenceUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -1235,7 +1235,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1247,7 +1247,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1264,7 +1264,7 @@ public object Responder { get; set; } responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -1276,7 +1276,7 @@ public string RespondersMessage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -1288,7 +1288,7 @@ public string Runnability { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -1302,7 +1302,7 @@ public object Subscriber { get; set; } subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -1314,7 +1314,7 @@ public string SubscribersMessage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -1326,7 +1326,7 @@ public string Team { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -1338,7 +1338,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1361,10 +1361,10 @@ new ResponsePlayResponder { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1376,7 +1376,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1388,7 +1388,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1403,7 +1403,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1415,7 +1415,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1488,8 +1488,8 @@ new ResponsePlaySubscriber { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1501,7 +1501,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1516,7 +1516,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- diff --git a/docs/responsePlay.go.md b/docs/responsePlay.go.md index 904d450fb..d3a49db07 100644 --- a/docs/responsePlay.go.md +++ b/docs/responsePlay.go.md @@ -4,7 +4,7 @@ ### ResponsePlay -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ResponsePlay to import. The id of the existing ResponsePlay that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#import import section} in the documentation of this resource for the id to use --- @@ -1093,19 +1093,19 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/responseplay" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| ConferenceNumber | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| ConferenceUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| ConferenceNumber | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| ConferenceUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | Responder | interface{} | responder block. | -| RespondersMessage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| Runnability | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| RespondersMessage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| Runnability | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | Subscriber | interface{} | subscriber block. | -| SubscribersMessage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| SubscribersMessage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| Team | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1187,7 +1187,7 @@ From *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -1199,7 +1199,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1211,7 +1211,7 @@ ConferenceNumber *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -1223,7 +1223,7 @@ ConferenceUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -1235,7 +1235,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1247,7 +1247,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1264,7 +1264,7 @@ Responder interface{} responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -1276,7 +1276,7 @@ RespondersMessage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -1288,7 +1288,7 @@ Runnability *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -1302,7 +1302,7 @@ Subscriber interface{} subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -1314,7 +1314,7 @@ SubscribersMessage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -1326,7 +1326,7 @@ Team *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -1338,7 +1338,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1361,10 +1361,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/responseplay" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1376,7 +1376,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1388,7 +1388,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1403,7 +1403,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1415,7 +1415,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1488,8 +1488,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/responseplay" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1501,7 +1501,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1516,7 +1516,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- diff --git a/docs/responsePlay.java.md b/docs/responsePlay.java.md index f56939105..0e6cffd47 100644 --- a/docs/responsePlay.java.md +++ b/docs/responsePlay.java.md @@ -4,7 +4,7 @@ ### ResponsePlay -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play}. #### Initializers @@ -52,19 +52,19 @@ ResponsePlay.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| conferenceNumber | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| conferenceUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| conferenceNumber | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| conferenceUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | responder | com.hashicorp.cdktf.IResolvable OR java.util.List<ResponsePlayResponder> | responder block. | -| respondersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| runnability | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| respondersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| runnability | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | subscriber | com.hashicorp.cdktf.IResolvable OR java.util.List<ResponsePlaySubscriber> | subscriber block. | -| subscribersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| subscribersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ If you experience problems setting this value it might not be settable. Please t responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -765,7 +765,7 @@ The construct id used in the generated config for the ResponsePlay to import. The id of the existing ResponsePlay that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#import import section} in the documentation of this resource for the id to use --- @@ -1294,19 +1294,19 @@ ResponsePlayConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| conferenceNumber | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| conferenceUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| conferenceNumber | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| conferenceUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | responder | com.hashicorp.cdktf.IResolvable OR java.util.List<ResponsePlayResponder> | responder block. | -| respondersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| runnability | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| respondersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| runnability | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | subscriber | com.hashicorp.cdktf.IResolvable OR java.util.List<ResponsePlaySubscriber> | subscriber block. | -| subscribersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| subscribersMessage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| team | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1388,7 +1388,7 @@ public java.lang.String getFrom(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -1400,7 +1400,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1412,7 +1412,7 @@ public java.lang.String getConferenceNumber(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -1424,7 +1424,7 @@ public java.lang.String getConferenceUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -1436,7 +1436,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1448,7 +1448,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1465,7 +1465,7 @@ public java.lang.Object getResponder(); responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -1477,7 +1477,7 @@ public java.lang.String getRespondersMessage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -1489,7 +1489,7 @@ public java.lang.String getRunnability(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -1503,7 +1503,7 @@ public java.lang.Object getSubscriber(); subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -1515,7 +1515,7 @@ public java.lang.String getSubscribersMessage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -1527,7 +1527,7 @@ public java.lang.String getTeam(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -1539,7 +1539,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1562,10 +1562,10 @@ ResponsePlayResponder.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1577,7 +1577,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1589,7 +1589,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1604,7 +1604,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1616,7 +1616,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1685,8 +1685,8 @@ ResponsePlaySubscriber.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1698,7 +1698,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1713,7 +1713,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- diff --git a/docs/responsePlay.python.md b/docs/responsePlay.python.md index aca03d560..080298ed8 100644 --- a/docs/responsePlay.python.md +++ b/docs/responsePlay.python.md @@ -4,7 +4,7 @@ ### ResponsePlay -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play}. #### Initializers @@ -48,19 +48,19 @@ responsePlay.ResponsePlay( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| conference_number | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| conference_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| conference_number | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| conference_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | responder | typing.Union[cdktf.IResolvable, typing.List[ResponsePlayResponder]] | responder block. | -| responders_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| runnability | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| responders_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| runnability | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | subscriber | typing.Union[cdktf.IResolvable, typing.List[ResponsePlaySubscriber]] | subscriber block. | -| subscribers_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| subscribers_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -181,7 +181,7 @@ If you experience problems setting this value it might not be settable. Please t responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -811,7 +811,7 @@ The construct id used in the generated config for the ResponsePlay to import. The id of the existing ResponsePlay that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#import import section} in the documentation of this resource for the id to use --- @@ -1334,19 +1334,19 @@ responsePlay.ResponsePlayConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| conference_number | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| conference_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| conference_number | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| conference_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | responder | typing.Union[cdktf.IResolvable, typing.List[ResponsePlayResponder]] | responder block. | -| responders_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| runnability | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| responders_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| runnability | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | subscriber | typing.Union[cdktf.IResolvable, typing.List[ResponsePlaySubscriber]] | subscriber block. | -| subscribers_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| subscribers_message | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| team | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1428,7 +1428,7 @@ from: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -1440,7 +1440,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1452,7 +1452,7 @@ conference_number: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -1464,7 +1464,7 @@ conference_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -1476,7 +1476,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1488,7 +1488,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1505,7 +1505,7 @@ responder: typing.Union[IResolvable, typing.List[ResponsePlayResponder]] responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -1517,7 +1517,7 @@ responders_message: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -1529,7 +1529,7 @@ runnability: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -1543,7 +1543,7 @@ subscriber: typing.Union[IResolvable, typing.List[ResponsePlaySubscriber]] subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -1555,7 +1555,7 @@ subscribers_message: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -1567,7 +1567,7 @@ team: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -1579,7 +1579,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1602,10 +1602,10 @@ responsePlay.ResponsePlayResponder( | **Name** | **Type** | **Description** | | --- | --- | --- | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1617,7 +1617,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1629,7 +1629,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1644,7 +1644,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1656,7 +1656,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1721,8 +1721,8 @@ responsePlay.ResponsePlaySubscriber( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1734,7 +1734,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1749,7 +1749,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- diff --git a/docs/responsePlay.typescript.md b/docs/responsePlay.typescript.md index c11f0dc9a..fa360f319 100644 --- a/docs/responsePlay.typescript.md +++ b/docs/responsePlay.typescript.md @@ -4,7 +4,7 @@ ### ResponsePlay -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ResponsePlay to import. The id of the existing ResponsePlay that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#import import section} in the documentation of this resource for the id to use --- @@ -1072,19 +1072,19 @@ const responsePlayConfig: responsePlay.ResponsePlayConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| conferenceNumber | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | -| conferenceUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | +| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| conferenceNumber | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. | +| conferenceUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | | responder | cdktf.IResolvable \| ResponsePlayResponder[] | responder block. | -| respondersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | -| runnability | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. | +| respondersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. | +| runnability | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. | | subscriber | cdktf.IResolvable \| ResponsePlaySubscriber[] | subscriber block. | -| subscribersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | -| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| subscribersMessage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. | +| team | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1166,7 +1166,7 @@ public readonly from: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from}. --- @@ -1178,7 +1178,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1190,7 +1190,7 @@ public readonly conferenceNumber: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number}. --- @@ -1202,7 +1202,7 @@ public readonly conferenceUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url}. --- @@ -1214,7 +1214,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1226,7 +1226,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1243,7 +1243,7 @@ public readonly responder: IResolvable | ResponsePlayResponder[]; responder block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} --- @@ -1255,7 +1255,7 @@ public readonly respondersMessage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message}. --- @@ -1267,7 +1267,7 @@ public readonly runnability: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability}. --- @@ -1281,7 +1281,7 @@ public readonly subscriber: IResolvable | ResponsePlaySubscriber[]; subscriber block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} --- @@ -1293,7 +1293,7 @@ public readonly subscribersMessage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message}. --- @@ -1305,7 +1305,7 @@ public readonly team: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team}. --- @@ -1317,7 +1317,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1335,10 +1335,10 @@ const responsePlayResponder: responsePlay.ResponsePlayResponder = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1350,7 +1350,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description}. --- @@ -1362,7 +1362,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1377,7 +1377,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name}. --- @@ -1389,7 +1389,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- @@ -1451,8 +1451,8 @@ const responsePlaySubscriber: responsePlay.ResponsePlaySubscriber = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. | --- @@ -1464,7 +1464,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1479,7 +1479,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type}. --- diff --git a/docs/ruleset.csharp.md b/docs/ruleset.csharp.md index d89406f15..d663209bd 100644 --- a/docs/ruleset.csharp.md +++ b/docs/ruleset.csharp.md @@ -4,7 +4,7 @@ ### Ruleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the Ruleset to import. The id of the existing Ruleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -809,8 +809,8 @@ new RulesetConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | Team | RulesetTeam | team block. | --- @@ -893,7 +893,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -905,7 +905,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -922,7 +922,7 @@ public RulesetTeam Team { get; set; } team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -942,7 +942,7 @@ new RulesetTeam { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | --- @@ -954,7 +954,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/ruleset.go.md b/docs/ruleset.go.md index 850973177..465be5b58 100644 --- a/docs/ruleset.go.md +++ b/docs/ruleset.go.md @@ -4,7 +4,7 @@ ### Ruleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the Ruleset to import. The id of the existing Ruleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -809,8 +809,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/ruleset" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | Team | RulesetTeam | team block. | --- @@ -893,7 +893,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -905,7 +905,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -922,7 +922,7 @@ Team RulesetTeam team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -942,7 +942,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/ruleset" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | --- @@ -954,7 +954,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/ruleset.java.md b/docs/ruleset.java.md index fddd4fe20..6d6ca1df1 100644 --- a/docs/ruleset.java.md +++ b/docs/ruleset.java.md @@ -4,7 +4,7 @@ ### Ruleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset}. #### Initializers @@ -40,8 +40,8 @@ Ruleset.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | team | RulesetTeam | team block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -585,7 +585,7 @@ The construct id used in the generated config for the Ruleset to import. The id of the existing Ruleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -904,8 +904,8 @@ RulesetConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | team | RulesetTeam | team block. | --- @@ -988,7 +988,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -1000,7 +1000,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1017,7 +1017,7 @@ public RulesetTeam getTeam(); team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -1037,7 +1037,7 @@ RulesetTeam.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | --- @@ -1049,7 +1049,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/ruleset.python.md b/docs/ruleset.python.md index a5edaeb70..7716a9d2c 100644 --- a/docs/ruleset.python.md +++ b/docs/ruleset.python.md @@ -4,7 +4,7 @@ ### Ruleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset}. #### Initializers @@ -38,8 +38,8 @@ ruleset.Ruleset( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | team | RulesetTeam | team block. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -503,7 +503,7 @@ def put_team( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -636,7 +636,7 @@ The construct id used in the generated config for the Ruleset to import. The id of the existing Ruleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -951,8 +951,8 @@ ruleset.RulesetConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | team | RulesetTeam | team block. | --- @@ -1035,7 +1035,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -1047,7 +1047,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1064,7 +1064,7 @@ team: RulesetTeam team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -1084,7 +1084,7 @@ ruleset.RulesetTeam( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | --- @@ -1096,7 +1096,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/ruleset.typescript.md b/docs/ruleset.typescript.md index 8f18d4a92..6c33f4b16 100644 --- a/docs/ruleset.typescript.md +++ b/docs/ruleset.typescript.md @@ -4,7 +4,7 @@ ### Ruleset -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the Ruleset to import. The id of the existing Ruleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use --- @@ -798,8 +798,8 @@ const rulesetConfig: ruleset.RulesetConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | | team | RulesetTeam | team block. | --- @@ -882,7 +882,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name}. --- @@ -894,7 +894,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -911,7 +911,7 @@ public readonly team: RulesetTeam; team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} --- @@ -929,7 +929,7 @@ const rulesetTeam: ruleset.RulesetTeam = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. | --- @@ -941,7 +941,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rulesetRule.csharp.md b/docs/rulesetRule.csharp.md index acd23897c..049cd1b12 100644 --- a/docs/rulesetRule.csharp.md +++ b/docs/rulesetRule.csharp.md @@ -4,7 +4,7 @@ ### RulesetRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule}. #### Initializers @@ -575,7 +575,7 @@ The construct id used in the generated config for the RulesetRule to import. The id of the existing RulesetRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use --- @@ -1012,7 +1012,7 @@ public object Annotate { get; set; } annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} --- @@ -1026,7 +1026,7 @@ public object EventAction { get; set; } event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} --- @@ -1040,7 +1040,7 @@ public object Extractions { get; set; } extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} --- @@ -1054,7 +1054,7 @@ public object Priority { get; set; } priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} --- @@ -1068,7 +1068,7 @@ public object Route { get; set; } route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} --- @@ -1082,7 +1082,7 @@ public object Severity { get; set; } severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} --- @@ -1096,7 +1096,7 @@ public object Suppress { get; set; } suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} --- @@ -1110,7 +1110,7 @@ public object Suspend { get; set; } suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} --- @@ -1130,7 +1130,7 @@ new RulesetRuleActionsAnnotate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1142,7 +1142,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1162,7 +1162,7 @@ new RulesetRuleActionsEventAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1174,7 +1174,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1197,10 +1197,10 @@ new RulesetRuleActionsExtractions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. | --- @@ -1212,7 +1212,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. --- @@ -1224,7 +1224,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. --- @@ -1236,7 +1236,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. --- @@ -1248,7 +1248,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. --- @@ -1268,7 +1268,7 @@ new RulesetRuleActionsPriority { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1280,7 +1280,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1300,7 +1300,7 @@ new RulesetRuleActionsRoute { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1312,7 +1312,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1332,7 +1332,7 @@ new RulesetRuleActionsSeverity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1344,7 +1344,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1367,10 +1367,10 @@ new RulesetRuleActionsSuppress { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThresholdTimeAmount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | -| ThresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | -| ThresholdValue | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | -| Value | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| ThresholdTimeAmount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | +| ThresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | +| ThresholdValue | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | +| Value | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1382,7 +1382,7 @@ public double ThresholdTimeAmount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. --- @@ -1394,7 +1394,7 @@ public string ThresholdTimeUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. --- @@ -1406,7 +1406,7 @@ public double ThresholdValue { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. --- @@ -1418,7 +1418,7 @@ public object Value { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1438,7 +1438,7 @@ new RulesetRuleActionsSuspend { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1450,7 +1450,7 @@ public double Value { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1471,7 +1471,7 @@ new RulesetRuleConditions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | Subconditions | object | subconditions block. | --- @@ -1484,7 +1484,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1498,7 +1498,7 @@ public object Subconditions { get; set; } subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} --- @@ -1519,7 +1519,7 @@ new RulesetRuleConditionsSubconditions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | Parameter | object | parameter block. | --- @@ -1532,7 +1532,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1546,7 +1546,7 @@ public object Parameter { get; set; } parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameter RulesetRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameter RulesetRule#parameter} --- @@ -1567,8 +1567,8 @@ new RulesetRuleConditionsSubconditionsParameter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1580,7 +1580,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -1592,7 +1592,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1634,13 +1634,13 @@ new RulesetRuleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Ruleset | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| Ruleset | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | Actions | RulesetRuleActions | actions block. | -| CatchAll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| CatchAll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | Conditions | RulesetRuleConditions | conditions block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| Position | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| Position | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | TimeFrame | RulesetRuleTimeFrame | time_frame block. | | Variable | object | variable block. | @@ -1724,7 +1724,7 @@ public string Ruleset { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -1738,7 +1738,7 @@ public RulesetRuleActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -1750,7 +1750,7 @@ public object CatchAll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -1764,7 +1764,7 @@ public RulesetRuleConditions Conditions { get; set; } conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -1776,7 +1776,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -1788,7 +1788,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1803,7 +1803,7 @@ public double Position { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -1817,7 +1817,7 @@ public RulesetRuleTimeFrame TimeFrame { get; set; } time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -1831,7 +1831,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -1867,7 +1867,7 @@ public object ActiveBetween { get; set; } active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} --- @@ -1881,7 +1881,7 @@ public object ScheduledWeekly { get; set; } scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} --- @@ -1902,8 +1902,8 @@ new RulesetRuleTimeFrameActiveBetween { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EndTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | -| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| EndTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | +| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | --- @@ -1915,7 +1915,7 @@ public double EndTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. --- @@ -1927,7 +1927,7 @@ public double StartTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -1950,10 +1950,10 @@ new RulesetRuleTimeFrameScheduledWeekly { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. | -| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | -| Timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | -| Weekdays | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | +| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. | +| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| Timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | +| Weekdays | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | --- @@ -1965,7 +1965,7 @@ public double Duration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. --- @@ -1977,7 +1977,7 @@ public double StartTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -1989,7 +1989,7 @@ public string Timezone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. --- @@ -2001,7 +2001,7 @@ public double[] Weekdays { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. --- @@ -2023,9 +2023,9 @@ new RulesetRuleVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. | | Parameters | object | parameters block. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. | --- @@ -2037,7 +2037,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. --- @@ -2051,7 +2051,7 @@ public object Parameters { get; set; } parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameters RulesetRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameters RulesetRule#parameters} --- @@ -2063,7 +2063,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. --- @@ -2084,8 +2084,8 @@ new RulesetRuleVariableParameters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -2097,7 +2097,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -2109,7 +2109,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- diff --git a/docs/rulesetRule.go.md b/docs/rulesetRule.go.md index 16a8b2591..dde24629f 100644 --- a/docs/rulesetRule.go.md +++ b/docs/rulesetRule.go.md @@ -4,7 +4,7 @@ ### RulesetRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule}. #### Initializers @@ -575,7 +575,7 @@ The construct id used in the generated config for the RulesetRule to import. The id of the existing RulesetRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use --- @@ -1012,7 +1012,7 @@ Annotate interface{} annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} --- @@ -1026,7 +1026,7 @@ EventAction interface{} event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} --- @@ -1040,7 +1040,7 @@ Extractions interface{} extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} --- @@ -1054,7 +1054,7 @@ Priority interface{} priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} --- @@ -1068,7 +1068,7 @@ Route interface{} route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} --- @@ -1082,7 +1082,7 @@ Severity interface{} severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} --- @@ -1096,7 +1096,7 @@ Suppress interface{} suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} --- @@ -1110,7 +1110,7 @@ Suspend interface{} suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} --- @@ -1130,7 +1130,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1142,7 +1142,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1162,7 +1162,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1174,7 +1174,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1197,10 +1197,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. | --- @@ -1212,7 +1212,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. --- @@ -1224,7 +1224,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. --- @@ -1236,7 +1236,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. --- @@ -1248,7 +1248,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. --- @@ -1268,7 +1268,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1280,7 +1280,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1300,7 +1300,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1312,7 +1312,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1332,7 +1332,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1344,7 +1344,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1367,10 +1367,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThresholdTimeAmount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | -| ThresholdTimeUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | -| ThresholdValue | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | -| Value | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| ThresholdTimeAmount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | +| ThresholdTimeUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | +| ThresholdValue | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | +| Value | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1382,7 +1382,7 @@ ThresholdTimeAmount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. --- @@ -1394,7 +1394,7 @@ ThresholdTimeUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. --- @@ -1406,7 +1406,7 @@ ThresholdValue *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. --- @@ -1418,7 +1418,7 @@ Value interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1438,7 +1438,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1450,7 +1450,7 @@ Value *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1471,7 +1471,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | Subconditions | interface{} | subconditions block. | --- @@ -1484,7 +1484,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1498,7 +1498,7 @@ Subconditions interface{} subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} --- @@ -1519,7 +1519,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | Parameter | interface{} | parameter block. | --- @@ -1532,7 +1532,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1546,7 +1546,7 @@ Parameter interface{} parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameter RulesetRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameter RulesetRule#parameter} --- @@ -1567,8 +1567,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1580,7 +1580,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -1592,7 +1592,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1634,13 +1634,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Ruleset | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| Ruleset | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | Actions | RulesetRuleActions | actions block. | -| CatchAll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| CatchAll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | Conditions | RulesetRuleConditions | conditions block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| Position | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| Position | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | TimeFrame | RulesetRuleTimeFrame | time_frame block. | | Variable | interface{} | variable block. | @@ -1724,7 +1724,7 @@ Ruleset *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -1738,7 +1738,7 @@ Actions RulesetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -1750,7 +1750,7 @@ CatchAll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -1764,7 +1764,7 @@ Conditions RulesetRuleConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -1776,7 +1776,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -1788,7 +1788,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1803,7 +1803,7 @@ Position *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -1817,7 +1817,7 @@ TimeFrame RulesetRuleTimeFrame time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -1831,7 +1831,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -1867,7 +1867,7 @@ ActiveBetween interface{} active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} --- @@ -1881,7 +1881,7 @@ ScheduledWeekly interface{} scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} --- @@ -1902,8 +1902,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EndTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | -| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| EndTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | +| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | --- @@ -1915,7 +1915,7 @@ EndTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. --- @@ -1927,7 +1927,7 @@ StartTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -1950,10 +1950,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. | -| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | -| Timezone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | -| Weekdays | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | +| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. | +| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| Timezone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | +| Weekdays | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | --- @@ -1965,7 +1965,7 @@ Duration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. --- @@ -1977,7 +1977,7 @@ StartTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -1989,7 +1989,7 @@ Timezone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. --- @@ -2001,7 +2001,7 @@ Weekdays *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. --- @@ -2023,9 +2023,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. | | Parameters | interface{} | parameters block. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. | --- @@ -2037,7 +2037,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. --- @@ -2051,7 +2051,7 @@ Parameters interface{} parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameters RulesetRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameters RulesetRule#parameters} --- @@ -2063,7 +2063,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. --- @@ -2084,8 +2084,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/rulesetrule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -2097,7 +2097,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -2109,7 +2109,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- diff --git a/docs/rulesetRule.java.md b/docs/rulesetRule.java.md index 8d3beed38..fc0284c16 100644 --- a/docs/rulesetRule.java.md +++ b/docs/rulesetRule.java.md @@ -4,7 +4,7 @@ ### RulesetRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule}. #### Initializers @@ -49,13 +49,13 @@ RulesetRule.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| ruleset | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| ruleset | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | actions | RulesetRuleActions | actions block. | -| catchAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| catchAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | conditions | RulesetRuleConditions | conditions block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | timeFrame | RulesetRuleTimeFrame | time_frame block. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<RulesetRuleVariable> | variable block. | @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -180,7 +180,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -735,7 +735,7 @@ The construct id used in the generated config for the RulesetRule to import. The id of the existing RulesetRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use --- @@ -1180,7 +1180,7 @@ public java.lang.Object getAnnotate(); annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} --- @@ -1194,7 +1194,7 @@ public java.lang.Object getEventAction(); event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} --- @@ -1208,7 +1208,7 @@ public java.lang.Object getExtractions(); extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} --- @@ -1222,7 +1222,7 @@ public java.lang.Object getPriority(); priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} --- @@ -1236,7 +1236,7 @@ public java.lang.Object getRoute(); route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} --- @@ -1250,7 +1250,7 @@ public java.lang.Object getSeverity(); severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} --- @@ -1264,7 +1264,7 @@ public java.lang.Object getSuppress(); suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} --- @@ -1278,7 +1278,7 @@ public java.lang.Object getSuspend(); suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} --- @@ -1298,7 +1298,7 @@ RulesetRuleActionsAnnotate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1310,7 +1310,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1330,7 +1330,7 @@ RulesetRuleActionsEventAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1342,7 +1342,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1365,10 +1365,10 @@ RulesetRuleActionsExtractions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. | --- @@ -1380,7 +1380,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. --- @@ -1392,7 +1392,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. --- @@ -1404,7 +1404,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. --- @@ -1416,7 +1416,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. --- @@ -1436,7 +1436,7 @@ RulesetRuleActionsPriority.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1448,7 +1448,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1468,7 +1468,7 @@ RulesetRuleActionsRoute.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1480,7 +1480,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1500,7 +1500,7 @@ RulesetRuleActionsSeverity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1512,7 +1512,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1536,10 +1536,10 @@ RulesetRuleActionsSuppress.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| thresholdTimeAmount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | -| thresholdTimeUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | -| thresholdValue | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | -| value | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| thresholdTimeAmount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | +| thresholdTimeUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | +| thresholdValue | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | +| value | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1551,7 +1551,7 @@ public java.lang.Number getThresholdTimeAmount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. --- @@ -1563,7 +1563,7 @@ public java.lang.String getThresholdTimeUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. --- @@ -1575,7 +1575,7 @@ public java.lang.Number getThresholdValue(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. --- @@ -1587,7 +1587,7 @@ public java.lang.Object getValue(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1607,7 +1607,7 @@ RulesetRuleActionsSuspend.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1619,7 +1619,7 @@ public java.lang.Number getValue(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1641,7 +1641,7 @@ RulesetRuleConditions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | subconditions | com.hashicorp.cdktf.IResolvable OR java.util.List<RulesetRuleConditionsSubconditions> | subconditions block. | --- @@ -1654,7 +1654,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1668,7 +1668,7 @@ public java.lang.Object getSubconditions(); subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} --- @@ -1690,7 +1690,7 @@ RulesetRuleConditionsSubconditions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | parameter | com.hashicorp.cdktf.IResolvable OR java.util.List<RulesetRuleConditionsSubconditionsParameter> | parameter block. | --- @@ -1703,7 +1703,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1717,7 +1717,7 @@ public java.lang.Object getParameter(); parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameter RulesetRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameter RulesetRule#parameter} --- @@ -1738,8 +1738,8 @@ RulesetRuleConditionsSubconditionsParameter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1751,7 +1751,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -1763,7 +1763,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1812,13 +1812,13 @@ RulesetRuleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| ruleset | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| ruleset | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | actions | RulesetRuleActions | actions block. | -| catchAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| catchAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | conditions | RulesetRuleConditions | conditions block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | timeFrame | RulesetRuleTimeFrame | time_frame block. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<RulesetRuleVariable> | variable block. | @@ -1902,7 +1902,7 @@ public java.lang.String getRuleset(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -1916,7 +1916,7 @@ public RulesetRuleActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -1928,7 +1928,7 @@ public java.lang.Object getCatchAll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -1942,7 +1942,7 @@ public RulesetRuleConditions getConditions(); conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -1954,7 +1954,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -1966,7 +1966,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1981,7 +1981,7 @@ public java.lang.Number getPosition(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -1995,7 +1995,7 @@ public RulesetRuleTimeFrame getTimeFrame(); time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -2009,7 +2009,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -2047,7 +2047,7 @@ public java.lang.Object getActiveBetween(); active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} --- @@ -2061,7 +2061,7 @@ public java.lang.Object getScheduledWeekly(); scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} --- @@ -2082,8 +2082,8 @@ RulesetRuleTimeFrameActiveBetween.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| endTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | -| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| endTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | +| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | --- @@ -2095,7 +2095,7 @@ public java.lang.Number getEndTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. --- @@ -2107,7 +2107,7 @@ public java.lang.Number getStartTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -2130,10 +2130,10 @@ RulesetRuleTimeFrameScheduledWeekly.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. | -| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | -| timezone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | -| weekdays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | +| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. | +| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| timezone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | +| weekdays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | --- @@ -2145,7 +2145,7 @@ public java.lang.Number getDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. --- @@ -2157,7 +2157,7 @@ public java.lang.Number getStartTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -2169,7 +2169,7 @@ public java.lang.String getTimezone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. --- @@ -2181,7 +2181,7 @@ public java.util.List getWeekdays(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. --- @@ -2204,9 +2204,9 @@ RulesetRuleVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. | | parameters | com.hashicorp.cdktf.IResolvable OR java.util.List<RulesetRuleVariableParameters> | parameters block. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. | --- @@ -2218,7 +2218,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. --- @@ -2232,7 +2232,7 @@ public java.lang.Object getParameters(); parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameters RulesetRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameters RulesetRule#parameters} --- @@ -2244,7 +2244,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. --- @@ -2265,8 +2265,8 @@ RulesetRuleVariableParameters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -2278,7 +2278,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -2290,7 +2290,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- diff --git a/docs/rulesetRule.python.md b/docs/rulesetRule.python.md index 765963a3a..3f5941baa 100644 --- a/docs/rulesetRule.python.md +++ b/docs/rulesetRule.python.md @@ -4,7 +4,7 @@ ### RulesetRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule}. #### Initializers @@ -44,13 +44,13 @@ rulesetRule.RulesetRule( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ruleset | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| ruleset | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | actions | RulesetRuleActions | actions block. | -| catch_all | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| catch_all | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | conditions | RulesetRuleConditions | conditions block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | time_frame | RulesetRuleTimeFrame | time_frame block. | | variable | typing.Union[cdktf.IResolvable, typing.List[RulesetRuleVariable]] | variable block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -587,7 +587,7 @@ def put_actions( annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} --- @@ -597,7 +597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} --- @@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} --- @@ -647,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} --- @@ -657,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} --- @@ -674,7 +674,7 @@ def put_conditions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -684,7 +684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} --- @@ -703,7 +703,7 @@ def put_time_frame( active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} --- @@ -713,7 +713,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} --- @@ -893,7 +893,7 @@ The construct id used in the generated config for the RulesetRule to import. The id of the existing RulesetRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use --- @@ -1330,7 +1330,7 @@ annotate: typing.Union[IResolvable, typing.List[RulesetRuleActionsAnnotate]] annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} --- @@ -1344,7 +1344,7 @@ event_action: typing.Union[IResolvable, typing.List[RulesetRuleActionsEventActio event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} --- @@ -1358,7 +1358,7 @@ extractions: typing.Union[IResolvable, typing.List[RulesetRuleActionsExtractions extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} --- @@ -1372,7 +1372,7 @@ priority: typing.Union[IResolvable, typing.List[RulesetRuleActionsPriority]] priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} --- @@ -1386,7 +1386,7 @@ route: typing.Union[IResolvable, typing.List[RulesetRuleActionsRoute]] route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} --- @@ -1400,7 +1400,7 @@ severity: typing.Union[IResolvable, typing.List[RulesetRuleActionsSeverity]] severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} --- @@ -1414,7 +1414,7 @@ suppress: typing.Union[IResolvable, typing.List[RulesetRuleActionsSuppress]] suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} --- @@ -1428,7 +1428,7 @@ suspend: typing.Union[IResolvable, typing.List[RulesetRuleActionsSuspend]] suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} --- @@ -1448,7 +1448,7 @@ rulesetRule.RulesetRuleActionsAnnotate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1460,7 +1460,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1480,7 +1480,7 @@ rulesetRule.RulesetRuleActionsEventAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1492,7 +1492,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1515,10 +1515,10 @@ rulesetRule.RulesetRuleActionsExtractions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. | --- @@ -1530,7 +1530,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. --- @@ -1542,7 +1542,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. --- @@ -1554,7 +1554,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. --- @@ -1566,7 +1566,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. --- @@ -1586,7 +1586,7 @@ rulesetRule.RulesetRuleActionsPriority( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1598,7 +1598,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1618,7 +1618,7 @@ rulesetRule.RulesetRuleActionsRoute( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1630,7 +1630,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1650,7 +1650,7 @@ rulesetRule.RulesetRuleActionsSeverity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1662,7 +1662,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1685,10 +1685,10 @@ rulesetRule.RulesetRuleActionsSuppress( | **Name** | **Type** | **Description** | | --- | --- | --- | -| threshold_time_amount | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | -| threshold_time_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | -| threshold_value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | -| value | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| threshold_time_amount | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | +| threshold_time_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | +| threshold_value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | +| value | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1700,7 +1700,7 @@ threshold_time_amount: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. --- @@ -1712,7 +1712,7 @@ threshold_time_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. --- @@ -1724,7 +1724,7 @@ threshold_value: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. --- @@ -1736,7 +1736,7 @@ value: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1756,7 +1756,7 @@ rulesetRule.RulesetRuleActionsSuspend( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1768,7 +1768,7 @@ value: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1789,7 +1789,7 @@ rulesetRule.RulesetRuleConditions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | subconditions | typing.Union[cdktf.IResolvable, typing.List[RulesetRuleConditionsSubconditions]] | subconditions block. | --- @@ -1802,7 +1802,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1816,7 +1816,7 @@ subconditions: typing.Union[IResolvable, typing.List[RulesetRuleConditionsSubcon subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} --- @@ -1837,7 +1837,7 @@ rulesetRule.RulesetRuleConditionsSubconditions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | parameter | typing.Union[cdktf.IResolvable, typing.List[RulesetRuleConditionsSubconditionsParameter]] | parameter block. | --- @@ -1850,7 +1850,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1864,7 +1864,7 @@ parameter: typing.Union[IResolvable, typing.List[RulesetRuleConditionsSubconditi parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameter RulesetRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameter RulesetRule#parameter} --- @@ -1885,8 +1885,8 @@ rulesetRule.RulesetRuleConditionsSubconditionsParameter( | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1898,7 +1898,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -1910,7 +1910,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1952,13 +1952,13 @@ rulesetRule.RulesetRuleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ruleset | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| ruleset | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | actions | RulesetRuleActions | actions block. | -| catch_all | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| catch_all | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | conditions | RulesetRuleConditions | conditions block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | time_frame | RulesetRuleTimeFrame | time_frame block. | | variable | typing.Union[cdktf.IResolvable, typing.List[RulesetRuleVariable]] | variable block. | @@ -2042,7 +2042,7 @@ ruleset: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -2056,7 +2056,7 @@ actions: RulesetRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -2068,7 +2068,7 @@ catch_all: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -2082,7 +2082,7 @@ conditions: RulesetRuleConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -2094,7 +2094,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -2106,7 +2106,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2121,7 +2121,7 @@ position: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -2135,7 +2135,7 @@ time_frame: RulesetRuleTimeFrame time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -2149,7 +2149,7 @@ variable: typing.Union[IResolvable, typing.List[RulesetRuleVariable]] variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -2185,7 +2185,7 @@ active_between: typing.Union[IResolvable, typing.List[RulesetRuleTimeFrameActive active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} --- @@ -2199,7 +2199,7 @@ scheduled_weekly: typing.Union[IResolvable, typing.List[RulesetRuleTimeFrameSche scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} --- @@ -2220,8 +2220,8 @@ rulesetRule.RulesetRuleTimeFrameActiveBetween( | **Name** | **Type** | **Description** | | --- | --- | --- | -| end_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | -| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| end_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | +| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | --- @@ -2233,7 +2233,7 @@ end_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. --- @@ -2245,7 +2245,7 @@ start_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -2268,10 +2268,10 @@ rulesetRule.RulesetRuleTimeFrameScheduledWeekly( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. | -| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | -| timezone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | -| weekdays | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | +| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. | +| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| timezone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | +| weekdays | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | --- @@ -2283,7 +2283,7 @@ duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. --- @@ -2295,7 +2295,7 @@ start_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -2307,7 +2307,7 @@ timezone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. --- @@ -2319,7 +2319,7 @@ weekdays: typing.List[typing.Union[int, float]] - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. --- @@ -2341,9 +2341,9 @@ rulesetRule.RulesetRuleVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. | | parameters | typing.Union[cdktf.IResolvable, typing.List[RulesetRuleVariableParameters]] | parameters block. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. | --- @@ -2355,7 +2355,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. --- @@ -2369,7 +2369,7 @@ parameters: typing.Union[IResolvable, typing.List[RulesetRuleVariableParameters] parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameters RulesetRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameters RulesetRule#parameters} --- @@ -2381,7 +2381,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. --- @@ -2402,8 +2402,8 @@ rulesetRule.RulesetRuleVariableParameters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -2415,7 +2415,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -2427,7 +2427,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- diff --git a/docs/rulesetRule.typescript.md b/docs/rulesetRule.typescript.md index 3950cd65d..4938fab85 100644 --- a/docs/rulesetRule.typescript.md +++ b/docs/rulesetRule.typescript.md @@ -4,7 +4,7 @@ ### RulesetRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule}. #### Initializers @@ -575,7 +575,7 @@ The construct id used in the generated config for the RulesetRule to import. The id of the existing RulesetRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ public readonly annotate: IResolvable | RulesetRuleActionsAnnotate[]; annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} --- @@ -1017,7 +1017,7 @@ public readonly eventAction: IResolvable | RulesetRuleActionsEventAction[]; event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} --- @@ -1031,7 +1031,7 @@ public readonly extractions: IResolvable | RulesetRuleActionsExtractions[]; extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} --- @@ -1045,7 +1045,7 @@ public readonly priority: IResolvable | RulesetRuleActionsPriority[]; priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} --- @@ -1059,7 +1059,7 @@ public readonly route: IResolvable | RulesetRuleActionsRoute[]; route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} --- @@ -1073,7 +1073,7 @@ public readonly severity: IResolvable | RulesetRuleActionsSeverity[]; severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} --- @@ -1087,7 +1087,7 @@ public readonly suppress: IResolvable | RulesetRuleActionsSuppress[]; suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} --- @@ -1101,7 +1101,7 @@ public readonly suspend: IResolvable | RulesetRuleActionsSuspend[]; suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} --- @@ -1119,7 +1119,7 @@ const rulesetRuleActionsAnnotate: rulesetRule.RulesetRuleActionsAnnotate = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1131,7 +1131,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1149,7 +1149,7 @@ const rulesetRuleActionsEventAction: rulesetRule.RulesetRuleActionsEventAction = | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1161,7 +1161,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1179,10 +1179,10 @@ const rulesetRuleActionsExtractions: rulesetRule.RulesetRuleActionsExtractions = | **Name** | **Type** | **Description** | | --- | --- | --- | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. | --- @@ -1194,7 +1194,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex}. --- @@ -1206,7 +1206,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source}. --- @@ -1218,7 +1218,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target}. --- @@ -1230,7 +1230,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template}. --- @@ -1248,7 +1248,7 @@ const rulesetRuleActionsPriority: rulesetRule.RulesetRuleActionsPriority = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1260,7 +1260,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1278,7 +1278,7 @@ const rulesetRuleActionsRoute: rulesetRule.RulesetRuleActionsRoute = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1290,7 +1290,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1308,7 +1308,7 @@ const rulesetRuleActionsSeverity: rulesetRule.RulesetRuleActionsSeverity = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1320,7 +1320,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1338,10 +1338,10 @@ const rulesetRuleActionsSuppress: rulesetRule.RulesetRuleActionsSuppress = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| thresholdTimeAmount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | -| thresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | -| thresholdValue | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | -| value | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| thresholdTimeAmount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. | +| thresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. | +| thresholdValue | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. | +| value | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1353,7 +1353,7 @@ public readonly thresholdTimeAmount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount}. --- @@ -1365,7 +1365,7 @@ public readonly thresholdTimeUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit}. --- @@ -1377,7 +1377,7 @@ public readonly thresholdValue: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value}. --- @@ -1389,7 +1389,7 @@ public readonly value: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1407,7 +1407,7 @@ const rulesetRuleActionsSuspend: rulesetRule.RulesetRuleActionsSuspend = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1419,7 +1419,7 @@ public readonly value: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1437,7 +1437,7 @@ const rulesetRuleConditions: rulesetRule.RulesetRuleConditions = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | subconditions | cdktf.IResolvable \| RulesetRuleConditionsSubconditions[] | subconditions block. | --- @@ -1450,7 +1450,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1464,7 +1464,7 @@ public readonly subconditions: IResolvable | RulesetRuleConditionsSubconditions[ subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} --- @@ -1482,7 +1482,7 @@ const rulesetRuleConditionsSubconditions: rulesetRule.RulesetRuleConditionsSubco | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. | | parameter | cdktf.IResolvable \| RulesetRuleConditionsSubconditionsParameter[] | parameter block. | --- @@ -1495,7 +1495,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator}. --- @@ -1509,7 +1509,7 @@ public readonly parameter: IResolvable | RulesetRuleConditionsSubconditionsParam parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameter RulesetRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameter RulesetRule#parameter} --- @@ -1527,8 +1527,8 @@ const rulesetRuleConditionsSubconditionsParameter: rulesetRule.RulesetRuleCondit | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -1540,7 +1540,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -1552,7 +1552,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- @@ -1577,13 +1577,13 @@ const rulesetRuleConfig: rulesetRule.RulesetRuleConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| ruleset | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | +| ruleset | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. | | actions | RulesetRuleActions | actions block. | -| catchAll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | +| catchAll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. | | conditions | RulesetRuleConditions | conditions block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. | -| position | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. | +| position | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. | | timeFrame | RulesetRuleTimeFrame | time_frame block. | | variable | cdktf.IResolvable \| RulesetRuleVariable[] | variable block. | @@ -1667,7 +1667,7 @@ public readonly ruleset: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset}. --- @@ -1681,7 +1681,7 @@ public readonly actions: RulesetRuleActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} --- @@ -1693,7 +1693,7 @@ public readonly catchAll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all}. --- @@ -1707,7 +1707,7 @@ public readonly conditions: RulesetRuleConditions; conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} --- @@ -1719,7 +1719,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled}. --- @@ -1731,7 +1731,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1746,7 +1746,7 @@ public readonly position: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position}. --- @@ -1760,7 +1760,7 @@ public readonly timeFrame: RulesetRuleTimeFrame; time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} --- @@ -1774,7 +1774,7 @@ public readonly variable: IResolvable | RulesetRuleVariable[]; variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} --- @@ -1807,7 +1807,7 @@ public readonly activeBetween: IResolvable | RulesetRuleTimeFrameActiveBetween[] active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} --- @@ -1821,7 +1821,7 @@ public readonly scheduledWeekly: IResolvable | RulesetRuleTimeFrameScheduledWeek scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} --- @@ -1839,8 +1839,8 @@ const rulesetRuleTimeFrameActiveBetween: rulesetRule.RulesetRuleTimeFrameActiveB | **Name** | **Type** | **Description** | | --- | --- | --- | -| endTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | -| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| endTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. | +| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | --- @@ -1852,7 +1852,7 @@ public readonly endTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time}. --- @@ -1864,7 +1864,7 @@ public readonly startTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -1882,10 +1882,10 @@ const rulesetRuleTimeFrameScheduledWeekly: rulesetRule.RulesetRuleTimeFrameSched | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. | -| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | -| timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | -| weekdays | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | +| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. | +| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. | +| timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. | +| weekdays | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. | --- @@ -1897,7 +1897,7 @@ public readonly duration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration}. --- @@ -1909,7 +1909,7 @@ public readonly startTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time}. --- @@ -1921,7 +1921,7 @@ public readonly timezone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone}. --- @@ -1933,7 +1933,7 @@ public readonly weekdays: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays}. --- @@ -1951,9 +1951,9 @@ const rulesetRuleVariable: rulesetRule.RulesetRuleVariable = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. | | parameters | cdktf.IResolvable \| RulesetRuleVariableParameters[] | parameters block. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. | --- @@ -1965,7 +1965,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name}. --- @@ -1979,7 +1979,7 @@ public readonly parameters: IResolvable | RulesetRuleVariableParameters[]; parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameters RulesetRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameters RulesetRule#parameters} --- @@ -1991,7 +1991,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type}. --- @@ -2009,8 +2009,8 @@ const rulesetRuleVariableParameters: rulesetRule.RulesetRuleVariableParameters = | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. | --- @@ -2022,7 +2022,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path}. --- @@ -2034,7 +2034,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value}. --- diff --git a/docs/schedule.csharp.md b/docs/schedule.csharp.md index c0e71be31..55652cfda 100644 --- a/docs/schedule.csharp.md +++ b/docs/schedule.csharp.md @@ -4,7 +4,7 @@ ### Schedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the Schedule to import. The id of the existing Schedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -912,12 +912,12 @@ new ScheduleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Layer | object | layer block. | -| TimeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| Overflow | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| TimeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| Overflow | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -1001,7 +1001,7 @@ public object Layer { get; set; } layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -1013,7 +1013,7 @@ public string TimeZone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -1025,7 +1025,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -1037,7 +1037,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1052,7 +1052,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1064,7 +1064,7 @@ public object Overflow { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -1076,7 +1076,7 @@ public string[] Teams { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -1115,12 +1115,12 @@ new ScheduleLayer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RotationTurnLengthSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | -| RotationVirtualStart | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | -| Start | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. | -| Users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. | -| End | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | +| RotationTurnLengthSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | +| RotationVirtualStart | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | +| Start | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. | +| Users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. | +| End | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | | Restriction | object | restriction block. | --- @@ -1133,7 +1133,7 @@ public double RotationTurnLengthSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. --- @@ -1145,7 +1145,7 @@ public string RotationVirtualStart { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. --- @@ -1157,7 +1157,7 @@ public string Start { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. --- @@ -1169,7 +1169,7 @@ public string[] Users { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. --- @@ -1181,7 +1181,7 @@ public string End { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. --- @@ -1193,7 +1193,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1207,7 +1207,7 @@ public object Restriction { get; set; } restriction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#restriction Schedule#restriction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#restriction Schedule#restriction} --- @@ -1230,10 +1230,10 @@ new ScheduleLayerRestriction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DurationSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | -| StartTimeOfDay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. | -| StartDayOfWeek | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | +| DurationSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | +| StartTimeOfDay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. | +| StartDayOfWeek | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | --- @@ -1245,7 +1245,7 @@ public double DurationSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. --- @@ -1257,7 +1257,7 @@ public string StartTimeOfDay { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. --- @@ -1269,7 +1269,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. --- @@ -1281,7 +1281,7 @@ public double StartDayOfWeek { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. --- diff --git a/docs/schedule.go.md b/docs/schedule.go.md index e0f9e4a6e..12ff9e6a6 100644 --- a/docs/schedule.go.md +++ b/docs/schedule.go.md @@ -4,7 +4,7 @@ ### Schedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the Schedule to import. The id of the existing Schedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -912,12 +912,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/schedule" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Layer | interface{} | layer block. | -| TimeZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| Overflow | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| TimeZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| Overflow | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -1001,7 +1001,7 @@ Layer interface{} layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -1013,7 +1013,7 @@ TimeZone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -1025,7 +1025,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -1037,7 +1037,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1052,7 +1052,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1064,7 +1064,7 @@ Overflow interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -1076,7 +1076,7 @@ Teams *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -1115,12 +1115,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/schedule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RotationTurnLengthSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | -| RotationVirtualStart | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | -| Start | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. | -| Users | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. | -| End | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | +| RotationTurnLengthSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | +| RotationVirtualStart | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | +| Start | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. | +| Users | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. | +| End | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | | Restriction | interface{} | restriction block. | --- @@ -1133,7 +1133,7 @@ RotationTurnLengthSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. --- @@ -1145,7 +1145,7 @@ RotationVirtualStart *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. --- @@ -1157,7 +1157,7 @@ Start *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. --- @@ -1169,7 +1169,7 @@ Users *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. --- @@ -1181,7 +1181,7 @@ End *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. --- @@ -1193,7 +1193,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1207,7 +1207,7 @@ Restriction interface{} restriction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#restriction Schedule#restriction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#restriction Schedule#restriction} --- @@ -1230,10 +1230,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/schedule" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DurationSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | -| StartTimeOfDay | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. | -| StartDayOfWeek | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | +| DurationSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | +| StartTimeOfDay | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. | +| StartDayOfWeek | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | --- @@ -1245,7 +1245,7 @@ DurationSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. --- @@ -1257,7 +1257,7 @@ StartTimeOfDay *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. --- @@ -1269,7 +1269,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. --- @@ -1281,7 +1281,7 @@ StartDayOfWeek *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. --- diff --git a/docs/schedule.java.md b/docs/schedule.java.md index dad269b97..2358b4c92 100644 --- a/docs/schedule.java.md +++ b/docs/schedule.java.md @@ -4,7 +4,7 @@ ### Schedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule}. #### Initializers @@ -47,12 +47,12 @@ Schedule.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | layer | com.hashicorp.cdktf.IResolvable OR java.util.List<ScheduleLayer> | layer block. | -| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| overflow | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| overflow | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -648,7 +648,7 @@ The construct id used in the generated config for the Schedule to import. The id of the existing Schedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -1051,12 +1051,12 @@ ScheduleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | layer | com.hashicorp.cdktf.IResolvable OR java.util.List<ScheduleLayer> | layer block. | -| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| overflow | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| overflow | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -1140,7 +1140,7 @@ public java.lang.Object getLayer(); layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -1152,7 +1152,7 @@ public java.lang.String getTimeZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -1164,7 +1164,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -1176,7 +1176,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1191,7 +1191,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1203,7 +1203,7 @@ public java.lang.Object getOverflow(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -1215,7 +1215,7 @@ public java.util.List getTeams(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -1254,12 +1254,12 @@ ScheduleLayer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| rotationTurnLengthSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | -| rotationVirtualStart | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | -| start | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. | -| users | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. | -| end | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | +| rotationTurnLengthSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | +| rotationVirtualStart | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | +| start | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. | +| users | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. | +| end | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | | restriction | com.hashicorp.cdktf.IResolvable OR java.util.List<ScheduleLayerRestriction> | restriction block. | --- @@ -1272,7 +1272,7 @@ public java.lang.Number getRotationTurnLengthSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. --- @@ -1284,7 +1284,7 @@ public java.lang.String getRotationVirtualStart(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. --- @@ -1296,7 +1296,7 @@ public java.lang.String getStart(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. --- @@ -1308,7 +1308,7 @@ public java.util.List getUsers(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. --- @@ -1320,7 +1320,7 @@ public java.lang.String getEnd(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. --- @@ -1332,7 +1332,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1346,7 +1346,7 @@ public java.lang.Object getRestriction(); restriction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#restriction Schedule#restriction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#restriction Schedule#restriction} --- @@ -1369,10 +1369,10 @@ ScheduleLayerRestriction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| durationSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | -| startTimeOfDay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. | -| startDayOfWeek | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | +| durationSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | +| startTimeOfDay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. | +| startDayOfWeek | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | --- @@ -1384,7 +1384,7 @@ public java.lang.Number getDurationSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. --- @@ -1396,7 +1396,7 @@ public java.lang.String getStartTimeOfDay(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. --- @@ -1408,7 +1408,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. --- @@ -1420,7 +1420,7 @@ public java.lang.Number getStartDayOfWeek(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. --- diff --git a/docs/schedule.python.md b/docs/schedule.python.md index dfee1c097..cc1a9c705 100644 --- a/docs/schedule.python.md +++ b/docs/schedule.python.md @@ -4,7 +4,7 @@ ### Schedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule}. #### Initializers @@ -43,12 +43,12 @@ schedule.Schedule( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | layer | typing.Union[cdktf.IResolvable, typing.List[ScheduleLayer]] | layer block. | -| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| overflow | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| overflow | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -692,7 +692,7 @@ The construct id used in the generated config for the Schedule to import. The id of the existing Schedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -1089,12 +1089,12 @@ schedule.ScheduleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | layer | typing.Union[cdktf.IResolvable, typing.List[ScheduleLayer]] | layer block. | -| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| overflow | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| overflow | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -1178,7 +1178,7 @@ layer: typing.Union[IResolvable, typing.List[ScheduleLayer]] layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -1190,7 +1190,7 @@ time_zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -1202,7 +1202,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -1214,7 +1214,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1229,7 +1229,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1241,7 +1241,7 @@ overflow: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -1253,7 +1253,7 @@ teams: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -1290,12 +1290,12 @@ schedule.ScheduleLayer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| rotation_turn_length_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | -| rotation_virtual_start | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | -| start | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. | -| users | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. | -| end | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | +| rotation_turn_length_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | +| rotation_virtual_start | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | +| start | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. | +| users | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. | +| end | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | | restriction | typing.Union[cdktf.IResolvable, typing.List[ScheduleLayerRestriction]] | restriction block. | --- @@ -1308,7 +1308,7 @@ rotation_turn_length_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. --- @@ -1320,7 +1320,7 @@ rotation_virtual_start: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. --- @@ -1332,7 +1332,7 @@ start: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. --- @@ -1344,7 +1344,7 @@ users: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. --- @@ -1356,7 +1356,7 @@ end: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. --- @@ -1368,7 +1368,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1382,7 +1382,7 @@ restriction: typing.Union[IResolvable, typing.List[ScheduleLayerRestriction]] restriction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#restriction Schedule#restriction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#restriction Schedule#restriction} --- @@ -1405,10 +1405,10 @@ schedule.ScheduleLayerRestriction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | -| start_time_of_day | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. | -| start_day_of_week | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | +| duration_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | +| start_time_of_day | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. | +| start_day_of_week | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | --- @@ -1420,7 +1420,7 @@ duration_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. --- @@ -1432,7 +1432,7 @@ start_time_of_day: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. --- @@ -1444,7 +1444,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. --- @@ -1456,7 +1456,7 @@ start_day_of_week: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. --- diff --git a/docs/schedule.typescript.md b/docs/schedule.typescript.md index 3931157d3..051d96903 100644 --- a/docs/schedule.typescript.md +++ b/docs/schedule.typescript.md @@ -4,7 +4,7 @@ ### Schedule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the Schedule to import. The id of the existing Schedule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#import import section} in the documentation of this resource for the id to use --- @@ -897,12 +897,12 @@ const scheduleConfig: schedule.ScheduleConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | layer | cdktf.IResolvable \| ScheduleLayer[] | layer block. | -| timeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | -| overflow | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. | -| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. | +| timeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | +| overflow | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. | +| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. | --- @@ -986,7 +986,7 @@ public readonly layer: IResolvable | ScheduleLayer[]; layer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} --- @@ -998,7 +998,7 @@ public readonly timeZone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone}. --- @@ -1010,7 +1010,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description}. --- @@ -1022,7 +1022,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1037,7 +1037,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1049,7 +1049,7 @@ public readonly overflow: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow}. --- @@ -1061,7 +1061,7 @@ public readonly teams: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams}. --- @@ -1090,12 +1090,12 @@ const scheduleLayer: schedule.ScheduleLayer = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| rotationTurnLengthSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | -| rotationVirtualStart | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | -| start | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. | -| users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. | -| end | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. | +| rotationTurnLengthSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. | +| rotationVirtualStart | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. | +| start | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. | +| users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. | +| end | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. | | restriction | cdktf.IResolvable \| ScheduleLayerRestriction[] | restriction block. | --- @@ -1108,7 +1108,7 @@ public readonly rotationTurnLengthSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds}. --- @@ -1120,7 +1120,7 @@ public readonly rotationVirtualStart: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start}. --- @@ -1132,7 +1132,7 @@ public readonly start: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start}. --- @@ -1144,7 +1144,7 @@ public readonly users: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users}. --- @@ -1156,7 +1156,7 @@ public readonly end: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end}. --- @@ -1168,7 +1168,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name}. --- @@ -1182,7 +1182,7 @@ public readonly restriction: IResolvable | ScheduleLayerRestriction[]; restriction block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#restriction Schedule#restriction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#restriction Schedule#restriction} --- @@ -1200,10 +1200,10 @@ const scheduleLayerRestriction: schedule.ScheduleLayerRestriction = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| durationSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | -| startTimeOfDay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. | -| startDayOfWeek | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | +| durationSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. | +| startTimeOfDay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. | +| startDayOfWeek | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. | --- @@ -1215,7 +1215,7 @@ public readonly durationSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds}. --- @@ -1227,7 +1227,7 @@ public readonly startTimeOfDay: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day}. --- @@ -1239,7 +1239,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type}. --- @@ -1251,7 +1251,7 @@ public readonly startDayOfWeek: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week}. --- diff --git a/docs/service.csharp.md b/docs/service.csharp.md index fdd2fab08..468c0c220 100644 --- a/docs/service.csharp.md +++ b/docs/service.csharp.md @@ -4,7 +4,7 @@ ### Service -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service}. #### Initializers @@ -623,7 +623,7 @@ The construct id used in the generated config for the Service to import. The id of the existing Service that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#import import section} in the documentation of this resource for the id to use --- @@ -1221,7 +1221,7 @@ new ServiceAlertGroupingParameters { | **Name** | **Type** | **Description** | | --- | --- | --- | | Config | ServiceAlertGroupingParametersConfig | config block. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1235,7 +1235,7 @@ public ServiceAlertGroupingParametersConfig Config { get; set; } config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} --- @@ -1247,7 +1247,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1270,10 +1270,10 @@ new ServiceAlertGroupingParametersConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. | -| Fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | -| TimeWindow | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. | +| Aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. | +| Fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | +| TimeWindow | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. | --- @@ -1285,7 +1285,7 @@ public string Aggregate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. --- @@ -1297,7 +1297,7 @@ public string[] Fields { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. --- @@ -1309,7 +1309,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1321,7 +1321,7 @@ public double TimeWindow { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. --- @@ -1342,8 +1342,8 @@ new ServiceAutoPauseNotificationsParameters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | --- @@ -1355,7 +1355,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. --- @@ -1367,7 +1367,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1415,19 +1415,19 @@ new ServiceConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| AcknowledgementTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| AlertCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| AlertGrouping | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| EscalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| AcknowledgementTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| AlertCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| AlertGrouping | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | AlertGroupingParameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| AlertGroupingTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| AlertGroupingTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | AutoPauseNotificationsParameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| AutoResolveTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| AutoResolveTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | IncidentUrgencyRule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| ResponsePlay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| ResponsePlay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | ScheduledActions | object | scheduled_actions block. | | SupportHours | ServiceSupportHours | support_hours block. | @@ -1511,7 +1511,7 @@ public string EscalationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -1523,7 +1523,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1535,7 +1535,7 @@ public string AcknowledgementTimeout { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -1547,7 +1547,7 @@ public string AlertCreation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -1559,7 +1559,7 @@ public string AlertGrouping { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -1573,7 +1573,7 @@ public ServiceAlertGroupingParameters AlertGroupingParameters { get; set; } alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -1585,7 +1585,7 @@ public string AlertGroupingTimeout { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -1599,7 +1599,7 @@ public ServiceAutoPauseNotificationsParameters AutoPauseNotificationsParameters auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -1611,7 +1611,7 @@ public string AutoResolveTimeout { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -1623,7 +1623,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -1635,7 +1635,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1652,7 +1652,7 @@ public ServiceIncidentUrgencyRule IncidentUrgencyRule { get; set; } incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -1664,7 +1664,7 @@ public string ResponsePlay { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -1678,7 +1678,7 @@ public object ScheduledActions { get; set; } scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -1692,7 +1692,7 @@ public ServiceSupportHours SupportHours { get; set; } support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -1715,10 +1715,10 @@ new ServiceIncidentUrgencyRule { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | | DuringSupportHours | ServiceIncidentUrgencyRuleDuringSupportHours | during_support_hours block. | | OutsideSupportHours | ServiceIncidentUrgencyRuleOutsideSupportHours | outside_support_hours block. | -| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1730,7 +1730,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1744,7 +1744,7 @@ public ServiceIncidentUrgencyRuleDuringSupportHours DuringSupportHours { get; se during_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} --- @@ -1758,7 +1758,7 @@ public ServiceIncidentUrgencyRuleOutsideSupportHours OutsideSupportHours { get; outside_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} --- @@ -1770,7 +1770,7 @@ public string Urgency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1791,8 +1791,8 @@ new ServiceIncidentUrgencyRuleDuringSupportHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1804,7 +1804,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1816,7 +1816,7 @@ public string Urgency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1837,8 +1837,8 @@ new ServiceIncidentUrgencyRuleOutsideSupportHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1850,7 +1850,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1862,7 +1862,7 @@ public string Urgency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1885,8 +1885,8 @@ new ServiceScheduledActions { | **Name** | **Type** | **Description** | | --- | --- | --- | | At | object | at block. | -| ToUrgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| ToUrgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1900,7 +1900,7 @@ public object At { get; set; } at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#at Service#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#at Service#at} --- @@ -1912,7 +1912,7 @@ public string ToUrgency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. --- @@ -1924,7 +1924,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1945,8 +1945,8 @@ new ServiceScheduledActionsAt { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1958,7 +1958,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1970,7 +1970,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1994,11 +1994,11 @@ new ServiceSupportHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DaysOfWeek | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. | -| EndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. | -| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. | -| TimeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| DaysOfWeek | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. | +| EndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. | +| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. | +| TimeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2010,7 +2010,7 @@ public double[] DaysOfWeek { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. --- @@ -2022,7 +2022,7 @@ public string EndTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. --- @@ -2034,7 +2034,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. --- @@ -2046,7 +2046,7 @@ public string TimeZone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. --- @@ -2058,7 +2058,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- diff --git a/docs/service.go.md b/docs/service.go.md index 532a9053a..1d2c0ddbd 100644 --- a/docs/service.go.md +++ b/docs/service.go.md @@ -4,7 +4,7 @@ ### Service -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service}. #### Initializers @@ -623,7 +623,7 @@ The construct id used in the generated config for the Service to import. The id of the existing Service that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#import import section} in the documentation of this resource for the id to use --- @@ -1221,7 +1221,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | | Config | ServiceAlertGroupingParametersConfig | config block. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1235,7 +1235,7 @@ Config ServiceAlertGroupingParametersConfig config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} --- @@ -1247,7 +1247,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1270,10 +1270,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Aggregate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. | -| Fields | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | -| TimeWindow | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. | +| Aggregate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. | +| Fields | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | +| TimeWindow | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. | --- @@ -1285,7 +1285,7 @@ Aggregate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. --- @@ -1297,7 +1297,7 @@ Fields *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. --- @@ -1309,7 +1309,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1321,7 +1321,7 @@ TimeWindow *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. --- @@ -1342,8 +1342,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | --- @@ -1355,7 +1355,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. --- @@ -1367,7 +1367,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1415,19 +1415,19 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| AcknowledgementTimeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| AlertCreation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| AlertGrouping | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| EscalationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| AcknowledgementTimeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| AlertCreation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| AlertGrouping | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | AlertGroupingParameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| AlertGroupingTimeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| AlertGroupingTimeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | AutoPauseNotificationsParameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| AutoResolveTimeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| AutoResolveTimeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | IncidentUrgencyRule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| ResponsePlay | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| ResponsePlay | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | ScheduledActions | interface{} | scheduled_actions block. | | SupportHours | ServiceSupportHours | support_hours block. | @@ -1511,7 +1511,7 @@ EscalationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -1523,7 +1523,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1535,7 +1535,7 @@ AcknowledgementTimeout *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -1547,7 +1547,7 @@ AlertCreation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -1559,7 +1559,7 @@ AlertGrouping *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -1573,7 +1573,7 @@ AlertGroupingParameters ServiceAlertGroupingParameters alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -1585,7 +1585,7 @@ AlertGroupingTimeout *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -1599,7 +1599,7 @@ AutoPauseNotificationsParameters ServiceAutoPauseNotificationsParameters auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -1611,7 +1611,7 @@ AutoResolveTimeout *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -1623,7 +1623,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -1635,7 +1635,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1652,7 +1652,7 @@ IncidentUrgencyRule ServiceIncidentUrgencyRule incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -1664,7 +1664,7 @@ ResponsePlay *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -1678,7 +1678,7 @@ ScheduledActions interface{} scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -1692,7 +1692,7 @@ SupportHours ServiceSupportHours support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -1715,10 +1715,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | | DuringSupportHours | ServiceIncidentUrgencyRuleDuringSupportHours | during_support_hours block. | | OutsideSupportHours | ServiceIncidentUrgencyRuleOutsideSupportHours | outside_support_hours block. | -| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1730,7 +1730,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1744,7 +1744,7 @@ DuringSupportHours ServiceIncidentUrgencyRuleDuringSupportHours during_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} --- @@ -1758,7 +1758,7 @@ OutsideSupportHours ServiceIncidentUrgencyRuleOutsideSupportHours outside_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} --- @@ -1770,7 +1770,7 @@ Urgency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1791,8 +1791,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1804,7 +1804,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1816,7 +1816,7 @@ Urgency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1837,8 +1837,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1850,7 +1850,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1862,7 +1862,7 @@ Urgency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1885,8 +1885,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | | At | interface{} | at block. | -| ToUrgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| ToUrgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1900,7 +1900,7 @@ At interface{} at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#at Service#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#at Service#at} --- @@ -1912,7 +1912,7 @@ ToUrgency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. --- @@ -1924,7 +1924,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1945,8 +1945,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1958,7 +1958,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1970,7 +1970,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1994,11 +1994,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/service" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DaysOfWeek | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. | -| EndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. | -| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. | -| TimeZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| DaysOfWeek | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. | +| EndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. | +| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. | +| TimeZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2010,7 +2010,7 @@ DaysOfWeek *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. --- @@ -2022,7 +2022,7 @@ EndTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. --- @@ -2034,7 +2034,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. --- @@ -2046,7 +2046,7 @@ TimeZone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. --- @@ -2058,7 +2058,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- diff --git a/docs/service.java.md b/docs/service.java.md index a60fab01f..b750268fe 100644 --- a/docs/service.java.md +++ b/docs/service.java.md @@ -4,7 +4,7 @@ ### Service -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service}. #### Initializers @@ -53,19 +53,19 @@ Service.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| acknowledgementTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| alertCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| alertGrouping | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| acknowledgementTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| alertCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| alertGrouping | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | alertGroupingParameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| alertGroupingTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| alertGroupingTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | autoPauseNotificationsParameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| autoResolveTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| autoResolveTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | incidentUrgencyRule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| responsePlay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| responsePlay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | scheduledActions | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceScheduledActions> | scheduled_actions block. | | supportHours | ServiceSupportHours | support_hours block. | @@ -135,7 +135,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -232,7 +232,7 @@ If you experience problems setting this value it might not be settable. Please t incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -843,7 +843,7 @@ The construct id used in the generated config for the Service to import. The id of the existing Service that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#import import section} in the documentation of this resource for the id to use --- @@ -1441,7 +1441,7 @@ ServiceAlertGroupingParameters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | config | ServiceAlertGroupingParametersConfig | config block. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1455,7 +1455,7 @@ public ServiceAlertGroupingParametersConfig getConfig(); config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} --- @@ -1467,7 +1467,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1490,10 +1490,10 @@ ServiceAlertGroupingParametersConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| aggregate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. | -| fields | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | -| timeWindow | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. | +| aggregate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. | +| fields | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | +| timeWindow | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. | --- @@ -1505,7 +1505,7 @@ public java.lang.String getAggregate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. --- @@ -1517,7 +1517,7 @@ public java.util.List getFields(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. --- @@ -1529,7 +1529,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1541,7 +1541,7 @@ public java.lang.Number getTimeWindow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. --- @@ -1563,8 +1563,8 @@ ServiceAutoPauseNotificationsParameters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | --- @@ -1576,7 +1576,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. --- @@ -1588,7 +1588,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1641,19 +1641,19 @@ ServiceConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| acknowledgementTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| alertCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| alertGrouping | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| escalationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| acknowledgementTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| alertCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| alertGrouping | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | alertGroupingParameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| alertGroupingTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| alertGroupingTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | autoPauseNotificationsParameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| autoResolveTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| autoResolveTimeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | incidentUrgencyRule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| responsePlay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| responsePlay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | scheduledActions | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceScheduledActions> | scheduled_actions block. | | supportHours | ServiceSupportHours | support_hours block. | @@ -1737,7 +1737,7 @@ public java.lang.String getEscalationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -1749,7 +1749,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1761,7 +1761,7 @@ public java.lang.String getAcknowledgementTimeout(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -1773,7 +1773,7 @@ public java.lang.String getAlertCreation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -1785,7 +1785,7 @@ public java.lang.String getAlertGrouping(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -1799,7 +1799,7 @@ public ServiceAlertGroupingParameters getAlertGroupingParameters(); alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -1811,7 +1811,7 @@ public java.lang.String getAlertGroupingTimeout(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -1825,7 +1825,7 @@ public ServiceAutoPauseNotificationsParameters getAutoPauseNotificationsParamete auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -1837,7 +1837,7 @@ public java.lang.String getAutoResolveTimeout(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -1849,7 +1849,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -1861,7 +1861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1878,7 +1878,7 @@ public ServiceIncidentUrgencyRule getIncidentUrgencyRule(); incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -1890,7 +1890,7 @@ public java.lang.String getResponsePlay(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -1904,7 +1904,7 @@ public java.lang.Object getScheduledActions(); scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -1918,7 +1918,7 @@ public ServiceSupportHours getSupportHours(); support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -1941,10 +1941,10 @@ ServiceIncidentUrgencyRule.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | | duringSupportHours | ServiceIncidentUrgencyRuleDuringSupportHours | during_support_hours block. | | outsideSupportHours | ServiceIncidentUrgencyRuleOutsideSupportHours | outside_support_hours block. | -| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1956,7 +1956,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1970,7 +1970,7 @@ public ServiceIncidentUrgencyRuleDuringSupportHours getDuringSupportHours(); during_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} --- @@ -1984,7 +1984,7 @@ public ServiceIncidentUrgencyRuleOutsideSupportHours getOutsideSupportHours(); outside_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} --- @@ -1996,7 +1996,7 @@ public java.lang.String getUrgency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -2017,8 +2017,8 @@ ServiceIncidentUrgencyRuleDuringSupportHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -2030,7 +2030,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2042,7 +2042,7 @@ public java.lang.String getUrgency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -2063,8 +2063,8 @@ ServiceIncidentUrgencyRuleOutsideSupportHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -2076,7 +2076,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2088,7 +2088,7 @@ public java.lang.String getUrgency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -2112,8 +2112,8 @@ ServiceScheduledActions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | at | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceScheduledActionsAt> | at block. | -| toUrgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| toUrgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2127,7 +2127,7 @@ public java.lang.Object getAt(); at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#at Service#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#at Service#at} --- @@ -2139,7 +2139,7 @@ public java.lang.String getToUrgency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. --- @@ -2151,7 +2151,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2172,8 +2172,8 @@ ServiceScheduledActionsAt.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2185,7 +2185,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -2197,7 +2197,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2221,11 +2221,11 @@ ServiceSupportHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| daysOfWeek | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. | -| endTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. | -| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. | -| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| daysOfWeek | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. | +| endTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. | +| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. | +| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2237,7 +2237,7 @@ public java.util.List getDaysOfWeek(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. --- @@ -2249,7 +2249,7 @@ public java.lang.String getEndTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. --- @@ -2261,7 +2261,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. --- @@ -2273,7 +2273,7 @@ public java.lang.String getTimeZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. --- @@ -2285,7 +2285,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- diff --git a/docs/service.python.md b/docs/service.python.md index 0c10b3ee8..41eb2c3f7 100644 --- a/docs/service.python.md +++ b/docs/service.python.md @@ -4,7 +4,7 @@ ### Service -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service}. #### Initializers @@ -50,19 +50,19 @@ service.Service( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| acknowledgement_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| alert_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| alert_grouping | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| acknowledgement_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| alert_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| alert_grouping | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | alert_grouping_parameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| alert_grouping_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| alert_grouping_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | auto_pause_notifications_parameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| auto_resolve_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| auto_resolve_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | incident_urgency_rule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| response_play | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| response_play | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | scheduled_actions | typing.Union[cdktf.IResolvable, typing.List[ServiceScheduledActions]] | scheduled_actions block. | | support_hours | ServiceSupportHours | support_hours block. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -229,7 +229,7 @@ If you experience problems setting this value it might not be settable. Please t incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -649,7 +649,7 @@ def put_alert_grouping_parameters( config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} --- @@ -657,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -674,7 +674,7 @@ def put_auto_pause_notifications_parameters( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. --- @@ -682,7 +682,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -701,7 +701,7 @@ def put_incident_urgency_rule( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -711,7 +711,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager during_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} --- @@ -721,7 +721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager outside_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} --- @@ -729,7 +729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -763,7 +763,7 @@ def put_support_hours( - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. --- @@ -771,7 +771,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. --- @@ -779,7 +779,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. --- @@ -787,7 +787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. --- @@ -795,7 +795,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -991,7 +991,7 @@ The construct id used in the generated config for the Service to import. The id of the existing Service that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#import import section} in the documentation of this resource for the id to use --- @@ -1589,7 +1589,7 @@ service.ServiceAlertGroupingParameters( | **Name** | **Type** | **Description** | | --- | --- | --- | | config | ServiceAlertGroupingParametersConfig | config block. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1603,7 +1603,7 @@ config: ServiceAlertGroupingParametersConfig config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} --- @@ -1615,7 +1615,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1638,10 +1638,10 @@ service.ServiceAlertGroupingParametersConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| aggregate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. | -| fields | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | -| time_window | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. | +| aggregate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. | +| fields | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | +| time_window | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. | --- @@ -1653,7 +1653,7 @@ aggregate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. --- @@ -1665,7 +1665,7 @@ fields: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. --- @@ -1677,7 +1677,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1689,7 +1689,7 @@ time_window: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. --- @@ -1710,8 +1710,8 @@ service.ServiceAutoPauseNotificationsParameters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | --- @@ -1723,7 +1723,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. --- @@ -1735,7 +1735,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1783,19 +1783,19 @@ service.ServiceConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| acknowledgement_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| alert_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| alert_grouping | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| escalation_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| acknowledgement_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| alert_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| alert_grouping | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | alert_grouping_parameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| alert_grouping_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| alert_grouping_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | auto_pause_notifications_parameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| auto_resolve_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| auto_resolve_timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | incident_urgency_rule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| response_play | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| response_play | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | scheduled_actions | typing.Union[cdktf.IResolvable, typing.List[ServiceScheduledActions]] | scheduled_actions block. | | support_hours | ServiceSupportHours | support_hours block. | @@ -1879,7 +1879,7 @@ escalation_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -1891,7 +1891,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1903,7 +1903,7 @@ acknowledgement_timeout: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -1915,7 +1915,7 @@ alert_creation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -1927,7 +1927,7 @@ alert_grouping: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -1941,7 +1941,7 @@ alert_grouping_parameters: ServiceAlertGroupingParameters alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -1953,7 +1953,7 @@ alert_grouping_timeout: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -1967,7 +1967,7 @@ auto_pause_notifications_parameters: ServiceAutoPauseNotificationsParameters auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -1979,7 +1979,7 @@ auto_resolve_timeout: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -1991,7 +1991,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -2003,7 +2003,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2020,7 +2020,7 @@ incident_urgency_rule: ServiceIncidentUrgencyRule incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -2032,7 +2032,7 @@ response_play: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -2046,7 +2046,7 @@ scheduled_actions: typing.Union[IResolvable, typing.List[ServiceScheduledActions scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -2060,7 +2060,7 @@ support_hours: ServiceSupportHours support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -2083,10 +2083,10 @@ service.ServiceIncidentUrgencyRule( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | | during_support_hours | ServiceIncidentUrgencyRuleDuringSupportHours | during_support_hours block. | | outside_support_hours | ServiceIncidentUrgencyRuleOutsideSupportHours | outside_support_hours block. | -| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -2098,7 +2098,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2112,7 +2112,7 @@ during_support_hours: ServiceIncidentUrgencyRuleDuringSupportHours during_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} --- @@ -2126,7 +2126,7 @@ outside_support_hours: ServiceIncidentUrgencyRuleOutsideSupportHours outside_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} --- @@ -2138,7 +2138,7 @@ urgency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -2159,8 +2159,8 @@ service.ServiceIncidentUrgencyRuleDuringSupportHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -2172,7 +2172,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2184,7 +2184,7 @@ urgency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -2205,8 +2205,8 @@ service.ServiceIncidentUrgencyRuleOutsideSupportHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -2218,7 +2218,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2230,7 +2230,7 @@ urgency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -2253,8 +2253,8 @@ service.ServiceScheduledActions( | **Name** | **Type** | **Description** | | --- | --- | --- | | at | typing.Union[cdktf.IResolvable, typing.List[ServiceScheduledActionsAt]] | at block. | -| to_urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| to_urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2268,7 +2268,7 @@ at: typing.Union[IResolvable, typing.List[ServiceScheduledActionsAt]] at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#at Service#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#at Service#at} --- @@ -2280,7 +2280,7 @@ to_urgency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. --- @@ -2292,7 +2292,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2313,8 +2313,8 @@ service.ServiceScheduledActionsAt( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2326,7 +2326,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -2338,7 +2338,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -2362,11 +2362,11 @@ service.ServiceSupportHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| days_of_week | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. | -| end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. | -| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. | -| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| days_of_week | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. | +| end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. | +| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. | +| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -2378,7 +2378,7 @@ days_of_week: typing.List[typing.Union[int, float]] - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. --- @@ -2390,7 +2390,7 @@ end_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. --- @@ -2402,7 +2402,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. --- @@ -2414,7 +2414,7 @@ time_zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. --- @@ -2426,7 +2426,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -3068,7 +3068,7 @@ def put_config( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. --- @@ -3076,7 +3076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. --- @@ -3084,7 +3084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -3092,7 +3092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. --- @@ -4108,7 +4108,7 @@ def put_during_support_hours( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -4116,7 +4116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -4133,7 +4133,7 @@ def put_outside_support_hours( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -4141,7 +4141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- diff --git a/docs/service.typescript.md b/docs/service.typescript.md index 494201e37..1f40d2e68 100644 --- a/docs/service.typescript.md +++ b/docs/service.typescript.md @@ -4,7 +4,7 @@ ### Service -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service}. #### Initializers @@ -623,7 +623,7 @@ The construct id used in the generated config for the Service to import. The id of the existing Service that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#import import section} in the documentation of this resource for the id to use --- @@ -1218,7 +1218,7 @@ const serviceAlertGroupingParameters: service.ServiceAlertGroupingParameters = { | **Name** | **Type** | **Description** | | --- | --- | --- | | config | ServiceAlertGroupingParametersConfig | config block. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1232,7 +1232,7 @@ public readonly config: ServiceAlertGroupingParametersConfig; config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} --- @@ -1244,7 +1244,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1262,10 +1262,10 @@ const serviceAlertGroupingParametersConfig: service.ServiceAlertGroupingParamete | **Name** | **Type** | **Description** | | --- | --- | --- | -| aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. | -| fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | -| timeWindow | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. | +| aggregate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. | +| fields | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | +| timeWindow | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. | --- @@ -1277,7 +1277,7 @@ public readonly aggregate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate}. --- @@ -1289,7 +1289,7 @@ public readonly fields: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields}. --- @@ -1301,7 +1301,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1313,7 +1313,7 @@ public readonly timeWindow: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window}. --- @@ -1331,8 +1331,8 @@ const serviceAutoPauseNotificationsParameters: service.ServiceAutoPauseNotificat | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. | --- @@ -1344,7 +1344,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled}. --- @@ -1356,7 +1356,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout}. --- @@ -1381,19 +1381,19 @@ const serviceConfig: service.ServiceConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| acknowledgementTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | -| alertCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. | -| alertGrouping | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. | +| escalationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| acknowledgementTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. | +| alertCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. | +| alertGrouping | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. | | alertGroupingParameters | ServiceAlertGroupingParameters | alert_grouping_parameters block. | -| alertGroupingTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | +| alertGroupingTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. | | autoPauseNotificationsParameters | ServiceAutoPauseNotificationsParameters | auto_pause_notifications_parameters block. | -| autoResolveTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. | +| autoResolveTimeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. | | incidentUrgencyRule | ServiceIncidentUrgencyRule | incident_urgency_rule block. | -| responsePlay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. | +| responsePlay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. | | scheduledActions | cdktf.IResolvable \| ServiceScheduledActions[] | scheduled_actions block. | | supportHours | ServiceSupportHours | support_hours block. | @@ -1477,7 +1477,7 @@ public readonly escalationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy}. --- @@ -1489,7 +1489,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1501,7 +1501,7 @@ public readonly acknowledgementTimeout: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}. --- @@ -1513,7 +1513,7 @@ public readonly alertCreation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation}. --- @@ -1525,7 +1525,7 @@ public readonly alertGrouping: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping}. --- @@ -1539,7 +1539,7 @@ public readonly alertGroupingParameters: ServiceAlertGroupingParameters; alert_grouping_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} --- @@ -1551,7 +1551,7 @@ public readonly alertGroupingTimeout: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}. --- @@ -1565,7 +1565,7 @@ public readonly autoPauseNotificationsParameters: ServiceAutoPauseNotificationsP auto_pause_notifications_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} --- @@ -1577,7 +1577,7 @@ public readonly autoResolveTimeout: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}. --- @@ -1589,7 +1589,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description}. --- @@ -1601,7 +1601,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1618,7 +1618,7 @@ public readonly incidentUrgencyRule: ServiceIncidentUrgencyRule; incident_urgency_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} --- @@ -1630,7 +1630,7 @@ public readonly responsePlay: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play}. --- @@ -1644,7 +1644,7 @@ public readonly scheduledActions: IResolvable | ServiceScheduledActions[]; scheduled_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} --- @@ -1658,7 +1658,7 @@ public readonly supportHours: ServiceSupportHours; support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} --- @@ -1676,10 +1676,10 @@ const serviceIncidentUrgencyRule: service.ServiceIncidentUrgencyRule = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | | duringSupportHours | ServiceIncidentUrgencyRuleDuringSupportHours | during_support_hours block. | | outsideSupportHours | ServiceIncidentUrgencyRuleOutsideSupportHours | outside_support_hours block. | -| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1691,7 +1691,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1705,7 +1705,7 @@ public readonly duringSupportHours: ServiceIncidentUrgencyRuleDuringSupportHours during_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} --- @@ -1719,7 +1719,7 @@ public readonly outsideSupportHours: ServiceIncidentUrgencyRuleOutsideSupportHou outside_support_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} --- @@ -1731,7 +1731,7 @@ public readonly urgency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1749,8 +1749,8 @@ const serviceIncidentUrgencyRuleDuringSupportHours: service.ServiceIncidentUrgen | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1762,7 +1762,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1774,7 +1774,7 @@ public readonly urgency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1792,8 +1792,8 @@ const serviceIncidentUrgencyRuleOutsideSupportHours: service.ServiceIncidentUrge | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | -| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | +| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. | --- @@ -1805,7 +1805,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1817,7 +1817,7 @@ public readonly urgency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency}. --- @@ -1836,8 +1836,8 @@ const serviceScheduledActions: service.ServiceScheduledActions = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | | at | cdktf.IResolvable \| ServiceScheduledActionsAt[] | at block. | -| toUrgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| toUrgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1851,7 +1851,7 @@ public readonly at: IResolvable | ServiceScheduledActionsAt[]; at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#at Service#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#at Service#at} --- @@ -1863,7 +1863,7 @@ public readonly toUrgency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency}. --- @@ -1875,7 +1875,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1893,8 +1893,8 @@ const serviceScheduledActionsAt: service.ServiceScheduledActionsAt = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1906,7 +1906,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name}. --- @@ -1918,7 +1918,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- @@ -1936,11 +1936,11 @@ const serviceSupportHours: service.ServiceSupportHours = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| daysOfWeek | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. | -| endTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. | -| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. | -| timeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. | +| daysOfWeek | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. | +| endTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. | +| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. | +| timeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. | --- @@ -1952,7 +1952,7 @@ public readonly daysOfWeek: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week}. --- @@ -1964,7 +1964,7 @@ public readonly endTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time}. --- @@ -1976,7 +1976,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time}. --- @@ -1988,7 +1988,7 @@ public readonly timeZone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone}. --- @@ -2000,7 +2000,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type}. --- diff --git a/docs/serviceDependency.csharp.md b/docs/serviceDependency.csharp.md index 8d451189b..82c8b0927 100644 --- a/docs/serviceDependency.csharp.md +++ b/docs/serviceDependency.csharp.md @@ -4,7 +4,7 @@ ### ServiceDependency -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ServiceDependency to impor The id of the existing ServiceDependency that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ public object Dependency { get; set; } dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -853,7 +853,7 @@ new ServiceDependencyDependency { | --- | --- | --- | | DependentService | object | dependent_service block. | | SupportingService | object | supporting_service block. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -867,7 +867,7 @@ public object DependentService { get; set; } dependent_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} --- @@ -881,7 +881,7 @@ public object SupportingService { get; set; } supporting_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} --- @@ -893,7 +893,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -914,8 +914,8 @@ new ServiceDependencyDependencyDependentService { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -927,7 +927,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -942,7 +942,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -963,8 +963,8 @@ new ServiceDependencyDependencySupportingService { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -976,7 +976,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- diff --git a/docs/serviceDependency.go.md b/docs/serviceDependency.go.md index 5b75523c9..b489078fd 100644 --- a/docs/serviceDependency.go.md +++ b/docs/serviceDependency.go.md @@ -4,7 +4,7 @@ ### ServiceDependency -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ServiceDependency to impor The id of the existing ServiceDependency that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ Dependency interface{} dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -853,7 +853,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/servicedepend | --- | --- | --- | | DependentService | interface{} | dependent_service block. | | SupportingService | interface{} | supporting_service block. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -867,7 +867,7 @@ DependentService interface{} dependent_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} --- @@ -881,7 +881,7 @@ SupportingService interface{} supporting_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} --- @@ -893,7 +893,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -914,8 +914,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/servicedepend | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -927,7 +927,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -942,7 +942,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -963,8 +963,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/servicedepend | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -976,7 +976,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- diff --git a/docs/serviceDependency.java.md b/docs/serviceDependency.java.md index a052f6778..b161f8bd1 100644 --- a/docs/serviceDependency.java.md +++ b/docs/serviceDependency.java.md @@ -4,7 +4,7 @@ ### ServiceDependency -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency}. #### Initializers @@ -109,7 +109,7 @@ Must be unique amongst siblings in the same scope dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -556,7 +556,7 @@ The construct id used in the generated config for the ServiceDependency to impor The id of the existing ServiceDependency that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use --- @@ -903,7 +903,7 @@ public java.lang.Object getDependency(); dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -929,7 +929,7 @@ ServiceDependencyDependency.builder() | --- | --- | --- | | dependentService | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceDependencyDependencyDependentService> | dependent_service block. | | supportingService | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceDependencyDependencySupportingService> | supporting_service block. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -943,7 +943,7 @@ public java.lang.Object getDependentService(); dependent_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} --- @@ -957,7 +957,7 @@ public java.lang.Object getSupportingService(); supporting_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} --- @@ -969,7 +969,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -990,8 +990,8 @@ ServiceDependencyDependencyDependentService.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -1003,7 +1003,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1018,7 +1018,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -1039,8 +1039,8 @@ ServiceDependencyDependencySupportingService.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -1052,7 +1052,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1067,7 +1067,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- diff --git a/docs/serviceDependency.python.md b/docs/serviceDependency.python.md index 4ba3f48e7..c11fba0e5 100644 --- a/docs/serviceDependency.python.md +++ b/docs/serviceDependency.python.md @@ -4,7 +4,7 @@ ### ServiceDependency -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -601,7 +601,7 @@ The construct id used in the generated config for the ServiceDependency to impor The id of the existing ServiceDependency that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use --- @@ -943,7 +943,7 @@ dependency: typing.Union[IResolvable, typing.List[ServiceDependencyDependency]] dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -967,7 +967,7 @@ serviceDependency.ServiceDependencyDependency( | --- | --- | --- | | dependent_service | typing.Union[cdktf.IResolvable, typing.List[ServiceDependencyDependencyDependentService]] | dependent_service block. | | supporting_service | typing.Union[cdktf.IResolvable, typing.List[ServiceDependencyDependencySupportingService]] | supporting_service block. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -981,7 +981,7 @@ dependent_service: typing.Union[IResolvable, typing.List[ServiceDependencyDepend dependent_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} --- @@ -995,7 +995,7 @@ supporting_service: typing.Union[IResolvable, typing.List[ServiceDependencyDepen supporting_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} --- @@ -1007,7 +1007,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -1028,8 +1028,8 @@ serviceDependency.ServiceDependencyDependencyDependentService( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -1041,7 +1041,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1056,7 +1056,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -1077,8 +1077,8 @@ serviceDependency.ServiceDependencyDependencySupportingService( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -1090,7 +1090,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- diff --git a/docs/serviceDependency.typescript.md b/docs/serviceDependency.typescript.md index 7ba9842d3..12a7fc824 100644 --- a/docs/serviceDependency.typescript.md +++ b/docs/serviceDependency.typescript.md @@ -4,7 +4,7 @@ ### ServiceDependency -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ServiceDependency to impor The id of the existing ServiceDependency that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,7 @@ public readonly dependency: IResolvable | ServiceDependencyDependency[]; dependency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} --- @@ -840,7 +840,7 @@ const serviceDependencyDependency: serviceDependency.ServiceDependencyDependency | --- | --- | --- | | dependentService | cdktf.IResolvable \| ServiceDependencyDependencyDependentService[] | dependent_service block. | | supportingService | cdktf.IResolvable \| ServiceDependencyDependencySupportingService[] | supporting_service block. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -854,7 +854,7 @@ public readonly dependentService: IResolvable | ServiceDependencyDependencyDepen dependent_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} --- @@ -868,7 +868,7 @@ public readonly supportingService: IResolvable | ServiceDependencyDependencySupp supporting_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} --- @@ -880,7 +880,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -898,8 +898,8 @@ const serviceDependencyDependencyDependentService: serviceDependency.ServiceDepe | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -911,7 +911,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -926,7 +926,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- @@ -944,8 +944,8 @@ const serviceDependencyDependencySupportingService: serviceDependency.ServiceDep | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. | --- @@ -957,7 +957,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -972,7 +972,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type}. --- diff --git a/docs/serviceEventRule.csharp.md b/docs/serviceEventRule.csharp.md index 3890fb139..0fbbc7926 100644 --- a/docs/serviceEventRule.csharp.md +++ b/docs/serviceEventRule.csharp.md @@ -4,7 +4,7 @@ ### ServiceEventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule}. #### Initializers @@ -568,7 +568,7 @@ The construct id used in the generated config for the ServiceEventRule to import The id of the existing ServiceEventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use --- @@ -981,7 +981,7 @@ public object Annotate { get; set; } annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} --- @@ -995,7 +995,7 @@ public object EventAction { get; set; } event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} --- @@ -1009,7 +1009,7 @@ public object Extractions { get; set; } extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} --- @@ -1023,7 +1023,7 @@ public object Priority { get; set; } priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} --- @@ -1037,7 +1037,7 @@ public object Severity { get; set; } severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} --- @@ -1051,7 +1051,7 @@ public object Suppress { get; set; } suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} --- @@ -1065,7 +1065,7 @@ public object Suspend { get; set; } suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} --- @@ -1085,7 +1085,7 @@ new ServiceEventRuleActionsAnnotate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1097,7 +1097,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1117,7 +1117,7 @@ new ServiceEventRuleActionsEventAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1129,7 +1129,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1152,10 +1152,10 @@ new ServiceEventRuleActionsExtractions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. | -| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. | +| Template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. | --- @@ -1167,7 +1167,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. --- @@ -1179,7 +1179,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. --- @@ -1191,7 +1191,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. --- @@ -1203,7 +1203,7 @@ public string Template { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. --- @@ -1223,7 +1223,7 @@ new ServiceEventRuleActionsPriority { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1235,7 +1235,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1255,7 +1255,7 @@ new ServiceEventRuleActionsSeverity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1267,7 +1267,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1290,10 +1290,10 @@ new ServiceEventRuleActionsSuppress { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThresholdTimeAmount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | -| ThresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | -| ThresholdValue | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | -| Value | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| ThresholdTimeAmount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | +| ThresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | +| ThresholdValue | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | +| Value | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1305,7 +1305,7 @@ public double ThresholdTimeAmount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. --- @@ -1317,7 +1317,7 @@ public string ThresholdTimeUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. --- @@ -1329,7 +1329,7 @@ public double ThresholdValue { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. --- @@ -1341,7 +1341,7 @@ public object Value { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1361,7 +1361,7 @@ new ServiceEventRuleActionsSuspend { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1373,7 +1373,7 @@ public double Value { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1394,7 +1394,7 @@ new ServiceEventRuleConditions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | Subconditions | object | subconditions block. | --- @@ -1407,7 +1407,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1421,7 +1421,7 @@ public object Subconditions { get; set; } subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} --- @@ -1442,7 +1442,7 @@ new ServiceEventRuleConditionsSubconditions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | Parameter | object | parameter block. | --- @@ -1455,7 +1455,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1469,7 +1469,7 @@ public object Parameter { get; set; } parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} --- @@ -1490,8 +1490,8 @@ new ServiceEventRuleConditionsSubconditionsParameter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1503,7 +1503,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -1515,7 +1515,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1556,12 +1556,12 @@ new ServiceEventRuleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | Actions | ServiceEventRuleActions | actions block. | | Conditions | ServiceEventRuleConditions | conditions block. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| Position | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| Position | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | TimeFrame | ServiceEventRuleTimeFrame | time_frame block. | | Variable | object | variable block. | @@ -1645,7 +1645,7 @@ public string Service { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -1659,7 +1659,7 @@ public ServiceEventRuleActions Actions { get; set; } actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -1673,7 +1673,7 @@ public ServiceEventRuleConditions Conditions { get; set; } conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -1685,7 +1685,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -1697,7 +1697,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1712,7 +1712,7 @@ public double Position { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -1726,7 +1726,7 @@ public ServiceEventRuleTimeFrame TimeFrame { get; set; } time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -1740,7 +1740,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -1776,7 +1776,7 @@ public object ActiveBetween { get; set; } active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} --- @@ -1790,7 +1790,7 @@ public object ScheduledWeekly { get; set; } scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} --- @@ -1811,8 +1811,8 @@ new ServiceEventRuleTimeFrameActiveBetween { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EndTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | -| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| EndTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | +| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | --- @@ -1824,7 +1824,7 @@ public double EndTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. --- @@ -1836,7 +1836,7 @@ public double StartTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -1859,10 +1859,10 @@ new ServiceEventRuleTimeFrameScheduledWeekly { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | -| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | -| Timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | -| Weekdays | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | +| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | +| StartTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| Timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | +| Weekdays | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | --- @@ -1874,7 +1874,7 @@ public double Duration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. --- @@ -1886,7 +1886,7 @@ public double StartTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -1898,7 +1898,7 @@ public string Timezone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. --- @@ -1910,7 +1910,7 @@ public double[] Weekdays { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. --- @@ -1932,9 +1932,9 @@ new ServiceEventRuleVariable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. | | Parameters | object | parameters block. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. | --- @@ -1946,7 +1946,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. --- @@ -1960,7 +1960,7 @@ public object Parameters { get; set; } parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} --- @@ -1972,7 +1972,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. --- @@ -1993,8 +1993,8 @@ new ServiceEventRuleVariableParameters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -2006,7 +2006,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -2018,7 +2018,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- diff --git a/docs/serviceEventRule.go.md b/docs/serviceEventRule.go.md index dcad35759..2f9183694 100644 --- a/docs/serviceEventRule.go.md +++ b/docs/serviceEventRule.go.md @@ -4,7 +4,7 @@ ### ServiceEventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule}. #### Initializers @@ -568,7 +568,7 @@ The construct id used in the generated config for the ServiceEventRule to import The id of the existing ServiceEventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use --- @@ -981,7 +981,7 @@ Annotate interface{} annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} --- @@ -995,7 +995,7 @@ EventAction interface{} event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} --- @@ -1009,7 +1009,7 @@ Extractions interface{} extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} --- @@ -1023,7 +1023,7 @@ Priority interface{} priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} --- @@ -1037,7 +1037,7 @@ Severity interface{} severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} --- @@ -1051,7 +1051,7 @@ Suppress interface{} suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} --- @@ -1065,7 +1065,7 @@ Suspend interface{} suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} --- @@ -1085,7 +1085,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1097,7 +1097,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1117,7 +1117,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1129,7 +1129,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1152,10 +1152,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. | -| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. | +| Template | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. | --- @@ -1167,7 +1167,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. --- @@ -1179,7 +1179,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. --- @@ -1191,7 +1191,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. --- @@ -1203,7 +1203,7 @@ Template *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. --- @@ -1223,7 +1223,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1235,7 +1235,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1255,7 +1255,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1267,7 +1267,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1290,10 +1290,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThresholdTimeAmount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | -| ThresholdTimeUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | -| ThresholdValue | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | -| Value | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| ThresholdTimeAmount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | +| ThresholdTimeUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | +| ThresholdValue | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | +| Value | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1305,7 +1305,7 @@ ThresholdTimeAmount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. --- @@ -1317,7 +1317,7 @@ ThresholdTimeUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. --- @@ -1329,7 +1329,7 @@ ThresholdValue *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. --- @@ -1341,7 +1341,7 @@ Value interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1361,7 +1361,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1373,7 +1373,7 @@ Value *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1394,7 +1394,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | Subconditions | interface{} | subconditions block. | --- @@ -1407,7 +1407,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1421,7 +1421,7 @@ Subconditions interface{} subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} --- @@ -1442,7 +1442,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | Parameter | interface{} | parameter block. | --- @@ -1455,7 +1455,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1469,7 +1469,7 @@ Parameter interface{} parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} --- @@ -1490,8 +1490,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1503,7 +1503,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -1515,7 +1515,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1556,12 +1556,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | Actions | ServiceEventRuleActions | actions block. | | Conditions | ServiceEventRuleConditions | conditions block. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| Position | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| Position | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | TimeFrame | ServiceEventRuleTimeFrame | time_frame block. | | Variable | interface{} | variable block. | @@ -1645,7 +1645,7 @@ Service *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -1659,7 +1659,7 @@ Actions ServiceEventRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -1673,7 +1673,7 @@ Conditions ServiceEventRuleConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -1685,7 +1685,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -1697,7 +1697,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1712,7 +1712,7 @@ Position *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -1726,7 +1726,7 @@ TimeFrame ServiceEventRuleTimeFrame time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -1740,7 +1740,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -1776,7 +1776,7 @@ ActiveBetween interface{} active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} --- @@ -1790,7 +1790,7 @@ ScheduledWeekly interface{} scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} --- @@ -1811,8 +1811,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| EndTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | -| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| EndTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | +| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | --- @@ -1824,7 +1824,7 @@ EndTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. --- @@ -1836,7 +1836,7 @@ StartTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -1859,10 +1859,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | -| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | -| Timezone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | -| Weekdays | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | +| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | +| StartTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| Timezone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | +| Weekdays | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | --- @@ -1874,7 +1874,7 @@ Duration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. --- @@ -1886,7 +1886,7 @@ StartTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -1898,7 +1898,7 @@ Timezone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. --- @@ -1910,7 +1910,7 @@ Weekdays *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. --- @@ -1932,9 +1932,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. | | Parameters | interface{} | parameters block. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. | --- @@ -1946,7 +1946,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. --- @@ -1960,7 +1960,7 @@ Parameters interface{} parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} --- @@ -1972,7 +1972,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. --- @@ -1993,8 +1993,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceeventr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -2006,7 +2006,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -2018,7 +2018,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- diff --git a/docs/serviceEventRule.java.md b/docs/serviceEventRule.java.md index 46a628496..99520f66b 100644 --- a/docs/serviceEventRule.java.md +++ b/docs/serviceEventRule.java.md @@ -4,7 +4,7 @@ ### ServiceEventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule}. #### Initializers @@ -47,12 +47,12 @@ ServiceEventRule.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | actions | ServiceEventRuleActions | actions block. | | conditions | ServiceEventRuleConditions | conditions block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | timeFrame | ServiceEventRuleTimeFrame | time_frame block. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceEventRuleVariable> | variable block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -717,7 +717,7 @@ The construct id used in the generated config for the ServiceEventRule to import The id of the existing ServiceEventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use --- @@ -1137,7 +1137,7 @@ public java.lang.Object getAnnotate(); annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} --- @@ -1151,7 +1151,7 @@ public java.lang.Object getEventAction(); event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} --- @@ -1165,7 +1165,7 @@ public java.lang.Object getExtractions(); extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} --- @@ -1179,7 +1179,7 @@ public java.lang.Object getPriority(); priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} --- @@ -1193,7 +1193,7 @@ public java.lang.Object getSeverity(); severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} --- @@ -1207,7 +1207,7 @@ public java.lang.Object getSuppress(); suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} --- @@ -1221,7 +1221,7 @@ public java.lang.Object getSuspend(); suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} --- @@ -1241,7 +1241,7 @@ ServiceEventRuleActionsAnnotate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1253,7 +1253,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1273,7 +1273,7 @@ ServiceEventRuleActionsEventAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1285,7 +1285,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1308,10 +1308,10 @@ ServiceEventRuleActionsExtractions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. | -| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. | +| template | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. | --- @@ -1323,7 +1323,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. --- @@ -1335,7 +1335,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. --- @@ -1347,7 +1347,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. --- @@ -1359,7 +1359,7 @@ public java.lang.String getTemplate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. --- @@ -1379,7 +1379,7 @@ ServiceEventRuleActionsPriority.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1391,7 +1391,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1411,7 +1411,7 @@ ServiceEventRuleActionsSeverity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1423,7 +1423,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1447,10 +1447,10 @@ ServiceEventRuleActionsSuppress.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| thresholdTimeAmount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | -| thresholdTimeUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | -| thresholdValue | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | -| value | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| thresholdTimeAmount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | +| thresholdTimeUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | +| thresholdValue | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | +| value | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1462,7 +1462,7 @@ public java.lang.Number getThresholdTimeAmount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. --- @@ -1474,7 +1474,7 @@ public java.lang.String getThresholdTimeUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. --- @@ -1486,7 +1486,7 @@ public java.lang.Number getThresholdValue(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. --- @@ -1498,7 +1498,7 @@ public java.lang.Object getValue(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1518,7 +1518,7 @@ ServiceEventRuleActionsSuspend.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1530,7 +1530,7 @@ public java.lang.Number getValue(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1552,7 +1552,7 @@ ServiceEventRuleConditions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | subconditions | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceEventRuleConditionsSubconditions> | subconditions block. | --- @@ -1565,7 +1565,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1579,7 +1579,7 @@ public java.lang.Object getSubconditions(); subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} --- @@ -1601,7 +1601,7 @@ ServiceEventRuleConditionsSubconditions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | parameter | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceEventRuleConditionsSubconditionsParameter> | parameter block. | --- @@ -1614,7 +1614,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1628,7 +1628,7 @@ public java.lang.Object getParameter(); parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} --- @@ -1649,8 +1649,8 @@ ServiceEventRuleConditionsSubconditionsParameter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1662,7 +1662,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -1674,7 +1674,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1721,12 +1721,12 @@ ServiceEventRuleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | actions | ServiceEventRuleActions | actions block. | | conditions | ServiceEventRuleConditions | conditions block. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| position | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | timeFrame | ServiceEventRuleTimeFrame | time_frame block. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceEventRuleVariable> | variable block. | @@ -1810,7 +1810,7 @@ public java.lang.String getService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -1824,7 +1824,7 @@ public ServiceEventRuleActions getActions(); actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -1838,7 +1838,7 @@ public ServiceEventRuleConditions getConditions(); conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -1850,7 +1850,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -1862,7 +1862,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1877,7 +1877,7 @@ public java.lang.Number getPosition(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -1891,7 +1891,7 @@ public ServiceEventRuleTimeFrame getTimeFrame(); time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -1905,7 +1905,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -1943,7 +1943,7 @@ public java.lang.Object getActiveBetween(); active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} --- @@ -1957,7 +1957,7 @@ public java.lang.Object getScheduledWeekly(); scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} --- @@ -1978,8 +1978,8 @@ ServiceEventRuleTimeFrameActiveBetween.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| endTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | -| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| endTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | +| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | --- @@ -1991,7 +1991,7 @@ public java.lang.Number getEndTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. --- @@ -2003,7 +2003,7 @@ public java.lang.Number getStartTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -2026,10 +2026,10 @@ ServiceEventRuleTimeFrameScheduledWeekly.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | -| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | -| timezone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | -| weekdays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | +| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | +| startTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| timezone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | +| weekdays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | --- @@ -2041,7 +2041,7 @@ public java.lang.Number getDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. --- @@ -2053,7 +2053,7 @@ public java.lang.Number getStartTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -2065,7 +2065,7 @@ public java.lang.String getTimezone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. --- @@ -2077,7 +2077,7 @@ public java.util.List getWeekdays(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. --- @@ -2100,9 +2100,9 @@ ServiceEventRuleVariable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. | | parameters | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceEventRuleVariableParameters> | parameters block. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. | --- @@ -2114,7 +2114,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. --- @@ -2128,7 +2128,7 @@ public java.lang.Object getParameters(); parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} --- @@ -2140,7 +2140,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. --- @@ -2161,8 +2161,8 @@ ServiceEventRuleVariableParameters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -2174,7 +2174,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -2186,7 +2186,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- diff --git a/docs/serviceEventRule.python.md b/docs/serviceEventRule.python.md index 36e96de21..19ab385ed 100644 --- a/docs/serviceEventRule.python.md +++ b/docs/serviceEventRule.python.md @@ -4,7 +4,7 @@ ### ServiceEventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule}. #### Initializers @@ -43,12 +43,12 @@ serviceEventRule.ServiceEventRule( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | actions | ServiceEventRuleActions | actions block. | | conditions | ServiceEventRuleConditions | conditions block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | time_frame | ServiceEventRuleTimeFrame | time_frame block. | | variable | typing.Union[cdktf.IResolvable, typing.List[ServiceEventRuleVariable]] | variable block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -575,7 +575,7 @@ def put_actions( annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} --- @@ -585,7 +585,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} --- @@ -595,7 +595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} --- @@ -605,7 +605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} --- @@ -615,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} --- @@ -625,7 +625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} --- @@ -652,7 +652,7 @@ def put_conditions( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -662,7 +662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} --- @@ -681,7 +681,7 @@ def put_time_frame( active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} --- @@ -691,7 +691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} --- @@ -865,7 +865,7 @@ The construct id used in the generated config for the ServiceEventRule to import The id of the existing ServiceEventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use --- @@ -1278,7 +1278,7 @@ annotate: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsAnnotate] annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} --- @@ -1292,7 +1292,7 @@ event_action: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsEvent event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} --- @@ -1306,7 +1306,7 @@ extractions: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsExtrac extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} --- @@ -1320,7 +1320,7 @@ priority: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsPriority] priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} --- @@ -1334,7 +1334,7 @@ severity: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsSeverity] severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} --- @@ -1348,7 +1348,7 @@ suppress: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsSuppress] suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} --- @@ -1362,7 +1362,7 @@ suspend: typing.Union[IResolvable, typing.List[ServiceEventRuleActionsSuspend]] suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} --- @@ -1382,7 +1382,7 @@ serviceEventRule.ServiceEventRuleActionsAnnotate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1394,7 +1394,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1414,7 +1414,7 @@ serviceEventRule.ServiceEventRuleActionsEventAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1426,7 +1426,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1449,10 +1449,10 @@ serviceEventRule.ServiceEventRuleActionsExtractions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. | -| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. | +| template | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. | --- @@ -1464,7 +1464,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. --- @@ -1476,7 +1476,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. --- @@ -1488,7 +1488,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. --- @@ -1500,7 +1500,7 @@ template: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. --- @@ -1520,7 +1520,7 @@ serviceEventRule.ServiceEventRuleActionsPriority( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1532,7 +1532,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1552,7 +1552,7 @@ serviceEventRule.ServiceEventRuleActionsSeverity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1564,7 +1564,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1587,10 +1587,10 @@ serviceEventRule.ServiceEventRuleActionsSuppress( | **Name** | **Type** | **Description** | | --- | --- | --- | -| threshold_time_amount | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | -| threshold_time_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | -| threshold_value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | -| value | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| threshold_time_amount | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | +| threshold_time_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | +| threshold_value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | +| value | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1602,7 +1602,7 @@ threshold_time_amount: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. --- @@ -1614,7 +1614,7 @@ threshold_time_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. --- @@ -1626,7 +1626,7 @@ threshold_value: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. --- @@ -1638,7 +1638,7 @@ value: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1658,7 +1658,7 @@ serviceEventRule.ServiceEventRuleActionsSuspend( | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1670,7 +1670,7 @@ value: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1691,7 +1691,7 @@ serviceEventRule.ServiceEventRuleConditions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | subconditions | typing.Union[cdktf.IResolvable, typing.List[ServiceEventRuleConditionsSubconditions]] | subconditions block. | --- @@ -1704,7 +1704,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1718,7 +1718,7 @@ subconditions: typing.Union[IResolvable, typing.List[ServiceEventRuleConditionsS subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} --- @@ -1739,7 +1739,7 @@ serviceEventRule.ServiceEventRuleConditionsSubconditions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | parameter | typing.Union[cdktf.IResolvable, typing.List[ServiceEventRuleConditionsSubconditionsParameter]] | parameter block. | --- @@ -1752,7 +1752,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1766,7 +1766,7 @@ parameter: typing.Union[IResolvable, typing.List[ServiceEventRuleConditionsSubco parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} --- @@ -1787,8 +1787,8 @@ serviceEventRule.ServiceEventRuleConditionsSubconditionsParameter( | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1800,7 +1800,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -1812,7 +1812,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1853,12 +1853,12 @@ serviceEventRule.ServiceEventRuleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | actions | ServiceEventRuleActions | actions block. | | conditions | ServiceEventRuleConditions | conditions block. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| position | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | time_frame | ServiceEventRuleTimeFrame | time_frame block. | | variable | typing.Union[cdktf.IResolvable, typing.List[ServiceEventRuleVariable]] | variable block. | @@ -1942,7 +1942,7 @@ service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -1956,7 +1956,7 @@ actions: ServiceEventRuleActions actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -1970,7 +1970,7 @@ conditions: ServiceEventRuleConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -1982,7 +1982,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -1994,7 +1994,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2009,7 +2009,7 @@ position: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -2023,7 +2023,7 @@ time_frame: ServiceEventRuleTimeFrame time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -2037,7 +2037,7 @@ variable: typing.Union[IResolvable, typing.List[ServiceEventRuleVariable]] variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -2073,7 +2073,7 @@ active_between: typing.Union[IResolvable, typing.List[ServiceEventRuleTimeFrameA active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} --- @@ -2087,7 +2087,7 @@ scheduled_weekly: typing.Union[IResolvable, typing.List[ServiceEventRuleTimeFram scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} --- @@ -2108,8 +2108,8 @@ serviceEventRule.ServiceEventRuleTimeFrameActiveBetween( | **Name** | **Type** | **Description** | | --- | --- | --- | -| end_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | -| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| end_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | +| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | --- @@ -2121,7 +2121,7 @@ end_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. --- @@ -2133,7 +2133,7 @@ start_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -2156,10 +2156,10 @@ serviceEventRule.ServiceEventRuleTimeFrameScheduledWeekly( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | -| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | -| timezone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | -| weekdays | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | +| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | +| start_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| timezone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | +| weekdays | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | --- @@ -2171,7 +2171,7 @@ duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. --- @@ -2183,7 +2183,7 @@ start_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -2195,7 +2195,7 @@ timezone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. --- @@ -2207,7 +2207,7 @@ weekdays: typing.List[typing.Union[int, float]] - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. --- @@ -2229,9 +2229,9 @@ serviceEventRule.ServiceEventRuleVariable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. | | parameters | typing.Union[cdktf.IResolvable, typing.List[ServiceEventRuleVariableParameters]] | parameters block. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. | --- @@ -2243,7 +2243,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. --- @@ -2257,7 +2257,7 @@ parameters: typing.Union[IResolvable, typing.List[ServiceEventRuleVariableParame parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} --- @@ -2269,7 +2269,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. --- @@ -2290,8 +2290,8 @@ serviceEventRule.ServiceEventRuleVariableParameters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -2303,7 +2303,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -2315,7 +2315,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- diff --git a/docs/serviceEventRule.typescript.md b/docs/serviceEventRule.typescript.md index da4cb95e5..26e779eb6 100644 --- a/docs/serviceEventRule.typescript.md +++ b/docs/serviceEventRule.typescript.md @@ -4,7 +4,7 @@ ### ServiceEventRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule}. #### Initializers @@ -568,7 +568,7 @@ The construct id used in the generated config for the ServiceEventRule to import The id of the existing ServiceEventRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ public readonly annotate: IResolvable | ServiceEventRuleActionsAnnotate[]; annotate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} --- @@ -987,7 +987,7 @@ public readonly eventAction: IResolvable | ServiceEventRuleActionsEventAction[]; event_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} --- @@ -1001,7 +1001,7 @@ public readonly extractions: IResolvable | ServiceEventRuleActionsExtractions[]; extractions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} --- @@ -1015,7 +1015,7 @@ public readonly priority: IResolvable | ServiceEventRuleActionsPriority[]; priority block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} --- @@ -1029,7 +1029,7 @@ public readonly severity: IResolvable | ServiceEventRuleActionsSeverity[]; severity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} --- @@ -1043,7 +1043,7 @@ public readonly suppress: IResolvable | ServiceEventRuleActionsSuppress[]; suppress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} --- @@ -1057,7 +1057,7 @@ public readonly suspend: IResolvable | ServiceEventRuleActionsSuspend[]; suspend block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} --- @@ -1075,7 +1075,7 @@ const serviceEventRuleActionsAnnotate: serviceEventRule.ServiceEventRuleActionsA | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1087,7 +1087,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1105,7 +1105,7 @@ const serviceEventRuleActionsEventAction: serviceEventRule.ServiceEventRuleActio | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1117,7 +1117,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1135,10 +1135,10 @@ const serviceEventRuleActionsExtractions: serviceEventRule.ServiceEventRuleActio | **Name** | **Type** | **Description** | | --- | --- | --- | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. | -| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. | +| template | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. | --- @@ -1150,7 +1150,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex}. --- @@ -1162,7 +1162,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source}. --- @@ -1174,7 +1174,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target}. --- @@ -1186,7 +1186,7 @@ public readonly template: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template}. --- @@ -1204,7 +1204,7 @@ const serviceEventRuleActionsPriority: serviceEventRule.ServiceEventRuleActionsP | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1216,7 +1216,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1234,7 +1234,7 @@ const serviceEventRuleActionsSeverity: serviceEventRule.ServiceEventRuleActionsS | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1246,7 +1246,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1264,10 +1264,10 @@ const serviceEventRuleActionsSuppress: serviceEventRule.ServiceEventRuleActionsS | **Name** | **Type** | **Description** | | --- | --- | --- | -| thresholdTimeAmount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | -| thresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | -| thresholdValue | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | -| value | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| thresholdTimeAmount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. | +| thresholdTimeUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. | +| thresholdValue | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. | +| value | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1279,7 +1279,7 @@ public readonly thresholdTimeAmount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount}. --- @@ -1291,7 +1291,7 @@ public readonly thresholdTimeUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit}. --- @@ -1303,7 +1303,7 @@ public readonly thresholdValue: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value}. --- @@ -1315,7 +1315,7 @@ public readonly value: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1333,7 +1333,7 @@ const serviceEventRuleActionsSuspend: serviceEventRule.ServiceEventRuleActionsSu | **Name** | **Type** | **Description** | | --- | --- | --- | -| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1345,7 +1345,7 @@ public readonly value: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1363,7 +1363,7 @@ const serviceEventRuleConditions: serviceEventRule.ServiceEventRuleConditions = | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | subconditions | cdktf.IResolvable \| ServiceEventRuleConditionsSubconditions[] | subconditions block. | --- @@ -1376,7 +1376,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1390,7 +1390,7 @@ public readonly subconditions: IResolvable | ServiceEventRuleConditionsSubcondit subconditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} --- @@ -1408,7 +1408,7 @@ const serviceEventRuleConditionsSubconditions: serviceEventRule.ServiceEventRule | **Name** | **Type** | **Description** | | --- | --- | --- | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. | | parameter | cdktf.IResolvable \| ServiceEventRuleConditionsSubconditionsParameter[] | parameter block. | --- @@ -1421,7 +1421,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator}. --- @@ -1435,7 +1435,7 @@ public readonly parameter: IResolvable | ServiceEventRuleConditionsSubconditions parameter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} --- @@ -1453,8 +1453,8 @@ const serviceEventRuleConditionsSubconditionsParameter: serviceEventRule.Service | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1466,7 +1466,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -1478,7 +1478,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- @@ -1503,12 +1503,12 @@ const serviceEventRuleConfig: serviceEventRule.ServiceEventRuleConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. | +| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. | | actions | ServiceEventRuleActions | actions block. | | conditions | ServiceEventRuleConditions | conditions block. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. | -| position | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. | +| position | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. | | timeFrame | ServiceEventRuleTimeFrame | time_frame block. | | variable | cdktf.IResolvable \| ServiceEventRuleVariable[] | variable block. | @@ -1592,7 +1592,7 @@ public readonly service: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service}. --- @@ -1606,7 +1606,7 @@ public readonly actions: ServiceEventRuleActions; actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} --- @@ -1620,7 +1620,7 @@ public readonly conditions: ServiceEventRuleConditions; conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} --- @@ -1632,7 +1632,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled}. --- @@ -1644,7 +1644,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1659,7 +1659,7 @@ public readonly position: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position}. --- @@ -1673,7 +1673,7 @@ public readonly timeFrame: ServiceEventRuleTimeFrame; time_frame block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} --- @@ -1687,7 +1687,7 @@ public readonly variable: IResolvable | ServiceEventRuleVariable[]; variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} --- @@ -1720,7 +1720,7 @@ public readonly activeBetween: IResolvable | ServiceEventRuleTimeFrameActiveBetw active_between block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} --- @@ -1734,7 +1734,7 @@ public readonly scheduledWeekly: IResolvable | ServiceEventRuleTimeFrameSchedule scheduled_weekly block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} --- @@ -1752,8 +1752,8 @@ const serviceEventRuleTimeFrameActiveBetween: serviceEventRule.ServiceEventRuleT | **Name** | **Type** | **Description** | | --- | --- | --- | -| endTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | -| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| endTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. | +| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | --- @@ -1765,7 +1765,7 @@ public readonly endTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time}. --- @@ -1777,7 +1777,7 @@ public readonly startTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -1795,10 +1795,10 @@ const serviceEventRuleTimeFrameScheduledWeekly: serviceEventRule.ServiceEventRul | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | -| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | -| timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | -| weekdays | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | +| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. | +| startTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. | +| timezone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. | +| weekdays | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. | --- @@ -1810,7 +1810,7 @@ public readonly duration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration}. --- @@ -1822,7 +1822,7 @@ public readonly startTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time}. --- @@ -1834,7 +1834,7 @@ public readonly timezone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone}. --- @@ -1846,7 +1846,7 @@ public readonly weekdays: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays}. --- @@ -1864,9 +1864,9 @@ const serviceEventRuleVariable: serviceEventRule.ServiceEventRuleVariable = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. | | parameters | cdktf.IResolvable \| ServiceEventRuleVariableParameters[] | parameters block. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. | --- @@ -1878,7 +1878,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name}. --- @@ -1892,7 +1892,7 @@ public readonly parameters: IResolvable | ServiceEventRuleVariableParameters[]; parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} --- @@ -1904,7 +1904,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type}. --- @@ -1922,8 +1922,8 @@ const serviceEventRuleVariableParameters: serviceEventRule.ServiceEventRuleVaria | **Name** | **Type** | **Description** | | --- | --- | --- | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. | --- @@ -1935,7 +1935,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path}. --- @@ -1947,7 +1947,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value}. --- diff --git a/docs/serviceIntegration.csharp.md b/docs/serviceIntegration.csharp.md index 95e51128e..0be9d375c 100644 --- a/docs/serviceIntegration.csharp.md +++ b/docs/serviceIntegration.csharp.md @@ -4,7 +4,7 @@ ### ServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ServiceIntegration to impo The id of the existing ServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -1081,18 +1081,18 @@ new ServiceIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| Service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | EmailFilter | object | email_filter block. | -| EmailFilterMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| EmailIncidentCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| EmailFilterMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| EmailIncidentCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | EmailParser | object | email_parser block. | -| EmailParsingFallback | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| IntegrationEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| IntegrationKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| Vendor | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| EmailParsingFallback | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| IntegrationEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| IntegrationKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| Vendor | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -1174,7 +1174,7 @@ public string Service { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -1188,7 +1188,7 @@ public object EmailFilter { get; set; } email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -1200,7 +1200,7 @@ public string EmailFilterMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -1212,7 +1212,7 @@ public string EmailIncidentCreation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -1226,7 +1226,7 @@ public object EmailParser { get; set; } email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -1238,7 +1238,7 @@ public string EmailParsingFallback { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -1250,7 +1250,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1265,7 +1265,7 @@ public string IntegrationEmail { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -1277,7 +1277,7 @@ public string IntegrationKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -1289,7 +1289,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -1301,7 +1301,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1313,7 +1313,7 @@ public string Vendor { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -1338,12 +1338,12 @@ new ServiceIntegrationEmailFilter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BodyMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | -| BodyRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | -| FromEmailMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | -| FromEmailRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | -| SubjectMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | -| SubjectRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | +| BodyMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | +| BodyRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | +| FromEmailMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | +| FromEmailRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | +| SubjectMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | +| SubjectRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | --- @@ -1355,7 +1355,7 @@ public string BodyMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. --- @@ -1367,7 +1367,7 @@ public string BodyRegex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. --- @@ -1379,7 +1379,7 @@ public string FromEmailMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. --- @@ -1391,7 +1391,7 @@ public string FromEmailRegex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. --- @@ -1403,7 +1403,7 @@ public string SubjectMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. --- @@ -1415,7 +1415,7 @@ public string SubjectRegex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. --- @@ -1437,7 +1437,7 @@ new ServiceIntegrationEmailParser { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. | | MatchPredicate | ServiceIntegrationEmailParserMatchPredicate | match_predicate block. | | ValueExtractor | object | value_extractor block. | @@ -1451,7 +1451,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. --- @@ -1465,7 +1465,7 @@ public ServiceIntegrationEmailParserMatchPredicate MatchPredicate { get; set; } match_predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} --- @@ -1479,7 +1479,7 @@ public object ValueExtractor { get; set; } value_extractor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} --- @@ -1500,7 +1500,7 @@ new ServiceIntegrationEmailParserMatchPredicate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | | Predicate | object | predicate block. | --- @@ -1513,7 +1513,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1527,7 +1527,7 @@ public object Predicate { get; set; } predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1550,9 +1550,9 @@ new ServiceIntegrationEmailParserMatchPredicatePredicate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| Matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| Part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| Matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| Part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | | Predicate | object | predicate block. | --- @@ -1565,7 +1565,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1577,7 +1577,7 @@ public string Matcher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1589,7 +1589,7 @@ public string Part { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1603,7 +1603,7 @@ public object Predicate { get; set; } predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1625,9 +1625,9 @@ new ServiceIntegrationEmailParserMatchPredicatePredicatePredicate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| Part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| Matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| Part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | --- @@ -1639,7 +1639,7 @@ public string Matcher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1651,7 +1651,7 @@ public string Part { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1663,7 +1663,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1688,12 +1688,12 @@ new ServiceIntegrationEmailParserValueExtractor { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| ValueName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | -| EndsBefore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. | -| StartsAfter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | +| Part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| ValueName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | +| EndsBefore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. | +| StartsAfter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | --- @@ -1705,7 +1705,7 @@ public string Part { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1717,7 +1717,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1729,7 +1729,7 @@ public string ValueName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. --- @@ -1741,7 +1741,7 @@ public string EndsBefore { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. --- @@ -1753,7 +1753,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. --- @@ -1765,7 +1765,7 @@ public string StartsAfter { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. --- diff --git a/docs/serviceIntegration.go.md b/docs/serviceIntegration.go.md index 6deed2119..8629fd31b 100644 --- a/docs/serviceIntegration.go.md +++ b/docs/serviceIntegration.go.md @@ -4,7 +4,7 @@ ### ServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ServiceIntegration to impo The id of the existing ServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -1081,18 +1081,18 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| Service | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | EmailFilter | interface{} | email_filter block. | -| EmailFilterMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| EmailIncidentCreation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| EmailFilterMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| EmailIncidentCreation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | EmailParser | interface{} | email_parser block. | -| EmailParsingFallback | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| IntegrationEmail | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| IntegrationKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| Vendor | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| EmailParsingFallback | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| IntegrationEmail | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| IntegrationKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| Vendor | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -1174,7 +1174,7 @@ Service *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -1188,7 +1188,7 @@ EmailFilter interface{} email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -1200,7 +1200,7 @@ EmailFilterMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -1212,7 +1212,7 @@ EmailIncidentCreation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -1226,7 +1226,7 @@ EmailParser interface{} email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -1238,7 +1238,7 @@ EmailParsingFallback *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -1250,7 +1250,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1265,7 +1265,7 @@ IntegrationEmail *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -1277,7 +1277,7 @@ IntegrationKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -1289,7 +1289,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -1301,7 +1301,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1313,7 +1313,7 @@ Vendor *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -1338,12 +1338,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| BodyMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | -| BodyRegex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | -| FromEmailMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | -| FromEmailRegex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | -| SubjectMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | -| SubjectRegex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | +| BodyMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | +| BodyRegex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | +| FromEmailMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | +| FromEmailRegex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | +| SubjectMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | +| SubjectRegex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | --- @@ -1355,7 +1355,7 @@ BodyMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. --- @@ -1367,7 +1367,7 @@ BodyRegex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. --- @@ -1379,7 +1379,7 @@ FromEmailMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. --- @@ -1391,7 +1391,7 @@ FromEmailRegex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. --- @@ -1403,7 +1403,7 @@ SubjectMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. --- @@ -1415,7 +1415,7 @@ SubjectRegex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. --- @@ -1437,7 +1437,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. | | MatchPredicate | ServiceIntegrationEmailParserMatchPredicate | match_predicate block. | | ValueExtractor | interface{} | value_extractor block. | @@ -1451,7 +1451,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. --- @@ -1465,7 +1465,7 @@ MatchPredicate ServiceIntegrationEmailParserMatchPredicate match_predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} --- @@ -1479,7 +1479,7 @@ ValueExtractor interface{} value_extractor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} --- @@ -1500,7 +1500,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | | Predicate | interface{} | predicate block. | --- @@ -1513,7 +1513,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1527,7 +1527,7 @@ Predicate interface{} predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1550,9 +1550,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| Matcher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| Part | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| Matcher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| Part | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | | Predicate | interface{} | predicate block. | --- @@ -1565,7 +1565,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1577,7 +1577,7 @@ Matcher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1589,7 +1589,7 @@ Part *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1603,7 +1603,7 @@ Predicate interface{} predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1625,9 +1625,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Matcher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| Part | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| Matcher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| Part | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | --- @@ -1639,7 +1639,7 @@ Matcher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1651,7 +1651,7 @@ Part *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1663,7 +1663,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1688,12 +1688,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/serviceintegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Part | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| ValueName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | -| EndsBefore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. | -| StartsAfter | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | +| Part | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| ValueName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | +| EndsBefore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. | +| StartsAfter | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | --- @@ -1705,7 +1705,7 @@ Part *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1717,7 +1717,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1729,7 +1729,7 @@ ValueName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. --- @@ -1741,7 +1741,7 @@ EndsBefore *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. --- @@ -1753,7 +1753,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. --- @@ -1765,7 +1765,7 @@ StartsAfter *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. --- diff --git a/docs/serviceIntegration.java.md b/docs/serviceIntegration.java.md index 7ca9bd6b7..13216fe87 100644 --- a/docs/serviceIntegration.java.md +++ b/docs/serviceIntegration.java.md @@ -4,7 +4,7 @@ ### ServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration}. #### Initializers @@ -51,18 +51,18 @@ ServiceIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | emailFilter | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailFilter> | email_filter block. | -| emailFilterMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| emailIncidentCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| emailFilterMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| emailIncidentCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | emailParser | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailParser> | email_parser block. | -| emailParsingFallback | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| integrationEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| integrationKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| vendor | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| emailParsingFallback | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| integrationEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| integrationKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| vendor | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -755,7 +755,7 @@ The construct id used in the generated config for the ServiceIntegration to impo The id of the existing ServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -1272,18 +1272,18 @@ ServiceIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| service | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | emailFilter | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailFilter> | email_filter block. | -| emailFilterMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| emailIncidentCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| emailFilterMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| emailIncidentCreation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | emailParser | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailParser> | email_parser block. | -| emailParsingFallback | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| integrationEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| integrationKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| vendor | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| emailParsingFallback | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| integrationEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| integrationKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| vendor | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -1365,7 +1365,7 @@ public java.lang.String getService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -1379,7 +1379,7 @@ public java.lang.Object getEmailFilter(); email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -1391,7 +1391,7 @@ public java.lang.String getEmailFilterMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -1403,7 +1403,7 @@ public java.lang.String getEmailIncidentCreation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -1417,7 +1417,7 @@ public java.lang.Object getEmailParser(); email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -1429,7 +1429,7 @@ public java.lang.String getEmailParsingFallback(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -1441,7 +1441,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1456,7 +1456,7 @@ public java.lang.String getIntegrationEmail(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -1468,7 +1468,7 @@ public java.lang.String getIntegrationKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -1480,7 +1480,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -1492,7 +1492,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1504,7 +1504,7 @@ public java.lang.String getVendor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -1529,12 +1529,12 @@ ServiceIntegrationEmailFilter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bodyMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | -| bodyRegex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | -| fromEmailMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | -| fromEmailRegex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | -| subjectMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | -| subjectRegex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | +| bodyMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | +| bodyRegex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | +| fromEmailMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | +| fromEmailRegex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | +| subjectMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | +| subjectRegex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | --- @@ -1546,7 +1546,7 @@ public java.lang.String getBodyMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. --- @@ -1558,7 +1558,7 @@ public java.lang.String getBodyRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. --- @@ -1570,7 +1570,7 @@ public java.lang.String getFromEmailMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. --- @@ -1582,7 +1582,7 @@ public java.lang.String getFromEmailRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. --- @@ -1594,7 +1594,7 @@ public java.lang.String getSubjectMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. --- @@ -1606,7 +1606,7 @@ public java.lang.String getSubjectRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. --- @@ -1629,7 +1629,7 @@ ServiceIntegrationEmailParser.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. | | matchPredicate | ServiceIntegrationEmailParserMatchPredicate | match_predicate block. | | valueExtractor | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailParserValueExtractor> | value_extractor block. | @@ -1643,7 +1643,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. --- @@ -1657,7 +1657,7 @@ public ServiceIntegrationEmailParserMatchPredicate getMatchPredicate(); match_predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} --- @@ -1671,7 +1671,7 @@ public java.lang.Object getValueExtractor(); value_extractor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} --- @@ -1693,7 +1693,7 @@ ServiceIntegrationEmailParserMatchPredicate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | | predicate | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailParserMatchPredicatePredicate> | predicate block. | --- @@ -1706,7 +1706,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1720,7 +1720,7 @@ public java.lang.Object getPredicate(); predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1744,9 +1744,9 @@ ServiceIntegrationEmailParserMatchPredicatePredicate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| matcher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| part | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| matcher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| part | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | | predicate | com.hashicorp.cdktf.IResolvable OR java.util.List<ServiceIntegrationEmailParserMatchPredicatePredicatePredicate> | predicate block. | --- @@ -1759,7 +1759,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1771,7 +1771,7 @@ public java.lang.String getMatcher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1783,7 +1783,7 @@ public java.lang.String getPart(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1797,7 +1797,7 @@ public java.lang.Object getPredicate(); predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1819,9 +1819,9 @@ ServiceIntegrationEmailParserMatchPredicatePredicatePredicate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| matcher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| part | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| matcher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| part | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | --- @@ -1833,7 +1833,7 @@ public java.lang.String getMatcher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1845,7 +1845,7 @@ public java.lang.String getPart(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1857,7 +1857,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1882,12 +1882,12 @@ ServiceIntegrationEmailParserValueExtractor.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| part | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| valueName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | -| endsBefore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. | -| startsAfter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | +| part | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| valueName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | +| endsBefore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. | +| startsAfter | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | --- @@ -1899,7 +1899,7 @@ public java.lang.String getPart(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1911,7 +1911,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1923,7 +1923,7 @@ public java.lang.String getValueName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. --- @@ -1935,7 +1935,7 @@ public java.lang.String getEndsBefore(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. --- @@ -1947,7 +1947,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. --- @@ -1959,7 +1959,7 @@ public java.lang.String getStartsAfter(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. --- diff --git a/docs/serviceIntegration.python.md b/docs/serviceIntegration.python.md index f8c44fe8a..a4f8b7dab 100644 --- a/docs/serviceIntegration.python.md +++ b/docs/serviceIntegration.python.md @@ -4,7 +4,7 @@ ### ServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration}. #### Initializers @@ -47,18 +47,18 @@ serviceIntegration.ServiceIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | email_filter | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailFilter]] | email_filter block. | -| email_filter_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| email_incident_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| email_filter_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| email_incident_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | email_parser | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailParser]] | email_parser block. | -| email_parsing_fallback | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| integration_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| integration_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| vendor | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| email_parsing_fallback | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| integration_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| integration_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| vendor | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -189,7 +189,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -801,7 +801,7 @@ The construct id used in the generated config for the ServiceIntegration to impo The id of the existing ServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -1312,18 +1312,18 @@ serviceIntegration.ServiceIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | email_filter | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailFilter]] | email_filter block. | -| email_filter_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| email_incident_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| email_filter_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| email_incident_creation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | email_parser | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailParser]] | email_parser block. | -| email_parsing_fallback | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| integration_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| integration_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| vendor | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| email_parsing_fallback | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| integration_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| integration_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| vendor | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -1405,7 +1405,7 @@ service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -1419,7 +1419,7 @@ email_filter: typing.Union[IResolvable, typing.List[ServiceIntegrationEmailFilte email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -1431,7 +1431,7 @@ email_filter_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -1443,7 +1443,7 @@ email_incident_creation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -1457,7 +1457,7 @@ email_parser: typing.Union[IResolvable, typing.List[ServiceIntegrationEmailParse email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -1469,7 +1469,7 @@ email_parsing_fallback: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -1481,7 +1481,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1496,7 +1496,7 @@ integration_email: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -1508,7 +1508,7 @@ integration_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -1520,7 +1520,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -1532,7 +1532,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1544,7 +1544,7 @@ vendor: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -1569,12 +1569,12 @@ serviceIntegration.ServiceIntegrationEmailFilter( | **Name** | **Type** | **Description** | | --- | --- | --- | -| body_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | -| body_regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | -| from_email_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | -| from_email_regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | -| subject_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | -| subject_regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | +| body_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | +| body_regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | +| from_email_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | +| from_email_regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | +| subject_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | +| subject_regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | --- @@ -1586,7 +1586,7 @@ body_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. --- @@ -1598,7 +1598,7 @@ body_regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. --- @@ -1610,7 +1610,7 @@ from_email_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. --- @@ -1622,7 +1622,7 @@ from_email_regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. --- @@ -1634,7 +1634,7 @@ subject_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. --- @@ -1646,7 +1646,7 @@ subject_regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. --- @@ -1668,7 +1668,7 @@ serviceIntegration.ServiceIntegrationEmailParser( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. | | match_predicate | ServiceIntegrationEmailParserMatchPredicate | match_predicate block. | | value_extractor | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailParserValueExtractor]] | value_extractor block. | @@ -1682,7 +1682,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. --- @@ -1696,7 +1696,7 @@ match_predicate: ServiceIntegrationEmailParserMatchPredicate match_predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} --- @@ -1710,7 +1710,7 @@ value_extractor: typing.Union[IResolvable, typing.List[ServiceIntegrationEmailPa value_extractor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} --- @@ -1731,7 +1731,7 @@ serviceIntegration.ServiceIntegrationEmailParserMatchPredicate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | | predicate | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailParserMatchPredicatePredicate]] | predicate block. | --- @@ -1744,7 +1744,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1758,7 +1758,7 @@ predicate: typing.Union[IResolvable, typing.List[ServiceIntegrationEmailParserMa predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1781,9 +1781,9 @@ serviceIntegration.ServiceIntegrationEmailParserMatchPredicatePredicate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| matcher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| part | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| matcher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| part | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | | predicate | typing.Union[cdktf.IResolvable, typing.List[ServiceIntegrationEmailParserMatchPredicatePredicatePredicate]] | predicate block. | --- @@ -1796,7 +1796,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1808,7 +1808,7 @@ matcher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1820,7 +1820,7 @@ part: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1834,7 +1834,7 @@ predicate: typing.Union[IResolvable, typing.List[ServiceIntegrationEmailParserMa predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1856,9 +1856,9 @@ serviceIntegration.ServiceIntegrationEmailParserMatchPredicatePredicatePredicate | **Name** | **Type** | **Description** | | --- | --- | --- | -| matcher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| part | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| matcher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| part | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | --- @@ -1870,7 +1870,7 @@ matcher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1882,7 +1882,7 @@ part: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1894,7 +1894,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1919,12 +1919,12 @@ serviceIntegration.ServiceIntegrationEmailParserValueExtractor( | **Name** | **Type** | **Description** | | --- | --- | --- | -| part | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| value_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | -| ends_before | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. | -| starts_after | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | +| part | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| value_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | +| ends_before | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. | +| starts_after | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | --- @@ -1936,7 +1936,7 @@ part: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1948,7 +1948,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1960,7 +1960,7 @@ value_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. --- @@ -1972,7 +1972,7 @@ ends_before: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. --- @@ -1984,7 +1984,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. --- @@ -1996,7 +1996,7 @@ starts_after: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. --- @@ -4543,7 +4543,7 @@ def put_match_predicate( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -4553,7 +4553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- diff --git a/docs/serviceIntegration.typescript.md b/docs/serviceIntegration.typescript.md index 685c2424b..b90d72a31 100644 --- a/docs/serviceIntegration.typescript.md +++ b/docs/serviceIntegration.typescript.md @@ -4,7 +4,7 @@ ### ServiceIntegration -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ServiceIntegration to impo The id of the existing ServiceIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use --- @@ -1061,18 +1061,18 @@ const serviceIntegrationConfig: serviceIntegration.ServiceIntegrationConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. | +| service | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. | | emailFilter | cdktf.IResolvable \| ServiceIntegrationEmailFilter[] | email_filter block. | -| emailFilterMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | -| emailIncidentCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | +| emailFilterMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. | +| emailIncidentCreation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. | | emailParser | cdktf.IResolvable \| ServiceIntegrationEmailParser[] | email_parser block. | -| emailParsingFallback | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. | -| integrationEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | -| integrationKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| vendor | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | +| emailParsingFallback | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. | +| integrationEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. | +| integrationKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| vendor | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. | --- @@ -1154,7 +1154,7 @@ public readonly service: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service}. --- @@ -1168,7 +1168,7 @@ public readonly emailFilter: IResolvable | ServiceIntegrationEmailFilter[]; email_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} --- @@ -1180,7 +1180,7 @@ public readonly emailFilterMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode}. --- @@ -1192,7 +1192,7 @@ public readonly emailIncidentCreation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation}. --- @@ -1206,7 +1206,7 @@ public readonly emailParser: IResolvable | ServiceIntegrationEmailParser[]; email_parser block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} --- @@ -1218,7 +1218,7 @@ public readonly emailParsingFallback: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback}. --- @@ -1230,7 +1230,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1245,7 +1245,7 @@ public readonly integrationEmail: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email}. --- @@ -1257,7 +1257,7 @@ public readonly integrationKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key}. --- @@ -1269,7 +1269,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name}. --- @@ -1281,7 +1281,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1293,7 +1293,7 @@ public readonly vendor: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor}. --- @@ -1311,12 +1311,12 @@ const serviceIntegrationEmailFilter: serviceIntegration.ServiceIntegrationEmailF | **Name** | **Type** | **Description** | | --- | --- | --- | -| bodyMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | -| bodyRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | -| fromEmailMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | -| fromEmailRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | -| subjectMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | -| subjectRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | +| bodyMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. | +| bodyRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. | +| fromEmailMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. | +| fromEmailRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. | +| subjectMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. | +| subjectRegex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. | --- @@ -1328,7 +1328,7 @@ public readonly bodyMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode}. --- @@ -1340,7 +1340,7 @@ public readonly bodyRegex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex}. --- @@ -1352,7 +1352,7 @@ public readonly fromEmailMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode}. --- @@ -1364,7 +1364,7 @@ public readonly fromEmailRegex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex}. --- @@ -1376,7 +1376,7 @@ public readonly subjectMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode}. --- @@ -1388,7 +1388,7 @@ public readonly subjectRegex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex}. --- @@ -1406,7 +1406,7 @@ const serviceIntegrationEmailParser: serviceIntegration.ServiceIntegrationEmailP | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. | | matchPredicate | ServiceIntegrationEmailParserMatchPredicate | match_predicate block. | | valueExtractor | cdktf.IResolvable \| ServiceIntegrationEmailParserValueExtractor[] | value_extractor block. | @@ -1420,7 +1420,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action}. --- @@ -1434,7 +1434,7 @@ public readonly matchPredicate: ServiceIntegrationEmailParserMatchPredicate; match_predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} --- @@ -1448,7 +1448,7 @@ public readonly valueExtractor: IResolvable | ServiceIntegrationEmailParserValue value_extractor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} --- @@ -1466,7 +1466,7 @@ const serviceIntegrationEmailParserMatchPredicate: serviceIntegration.ServiceInt | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | | predicate | cdktf.IResolvable \| ServiceIntegrationEmailParserMatchPredicatePredicate[] | predicate block. | --- @@ -1479,7 +1479,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1493,7 +1493,7 @@ public readonly predicate: IResolvable | ServiceIntegrationEmailParserMatchPredi predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1511,9 +1511,9 @@ const serviceIntegrationEmailParserMatchPredicatePredicate: serviceIntegration.S | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | | predicate | cdktf.IResolvable \| ServiceIntegrationEmailParserMatchPredicatePredicatePredicate[] | predicate block. | --- @@ -1526,7 +1526,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1538,7 +1538,7 @@ public readonly matcher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1550,7 +1550,7 @@ public readonly part: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1564,7 +1564,7 @@ public readonly predicate: IResolvable | ServiceIntegrationEmailParserMatchPredi predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} --- @@ -1582,9 +1582,9 @@ const serviceIntegrationEmailParserMatchPredicatePredicatePredicate: serviceInte | **Name** | **Type** | **Description** | | --- | --- | --- | -| matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | -| part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | +| matcher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. | +| part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | --- @@ -1596,7 +1596,7 @@ public readonly matcher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher}. --- @@ -1608,7 +1608,7 @@ public readonly part: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1620,7 +1620,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1638,12 +1638,12 @@ const serviceIntegrationEmailParserValueExtractor: serviceIntegration.ServiceInt | **Name** | **Type** | **Description** | | --- | --- | --- | -| part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. | -| valueName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | -| endsBefore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. | -| startsAfter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | +| part | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. | +| valueName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. | +| endsBefore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. | +| startsAfter | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. | --- @@ -1655,7 +1655,7 @@ public readonly part: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part}. --- @@ -1667,7 +1667,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type}. --- @@ -1679,7 +1679,7 @@ public readonly valueName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name}. --- @@ -1691,7 +1691,7 @@ public readonly endsBefore: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before}. --- @@ -1703,7 +1703,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex}. --- @@ -1715,7 +1715,7 @@ public readonly startsAfter: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after}. --- diff --git a/docs/slackConnection.csharp.md b/docs/slackConnection.csharp.md index ebc7c79f0..795ecc231 100644 --- a/docs/slackConnection.csharp.md +++ b/docs/slackConnection.csharp.md @@ -4,7 +4,7 @@ ### SlackConnection -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the SlackConnection to import. The id of the existing SlackConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use --- @@ -894,13 +894,13 @@ new SlackConnectionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ChannelId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| ChannelId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | Config | object | config block. | -| NotificationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| SourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| SourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| WorkspaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| NotificationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| SourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| SourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| WorkspaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -982,7 +982,7 @@ public string ChannelId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -996,7 +996,7 @@ public object Config { get; set; } config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -1008,7 +1008,7 @@ public string NotificationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -1020,7 +1020,7 @@ public string SourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -1032,7 +1032,7 @@ public string SourceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -1044,7 +1044,7 @@ public string WorkspaceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -1056,7 +1056,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,9 +1081,9 @@ new SlackConnectionConfigA { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. | -| Priorities | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. | -| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. | +| Events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. | +| Priorities | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. | +| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. | --- @@ -1095,7 +1095,7 @@ public string[] Events { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. --- @@ -1107,7 +1107,7 @@ public string[] Priorities { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. --- @@ -1119,7 +1119,7 @@ public string Urgency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. --- diff --git a/docs/slackConnection.go.md b/docs/slackConnection.go.md index ab87a7df0..89696c2fe 100644 --- a/docs/slackConnection.go.md +++ b/docs/slackConnection.go.md @@ -4,7 +4,7 @@ ### SlackConnection -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the SlackConnection to import. The id of the existing SlackConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use --- @@ -894,13 +894,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/slackconnecti | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ChannelId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| ChannelId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | Config | interface{} | config block. | -| NotificationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| SourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| SourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| WorkspaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| NotificationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| SourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| SourceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| WorkspaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -982,7 +982,7 @@ ChannelId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -996,7 +996,7 @@ Config interface{} config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -1008,7 +1008,7 @@ NotificationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -1020,7 +1020,7 @@ SourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -1032,7 +1032,7 @@ SourceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -1044,7 +1044,7 @@ WorkspaceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -1056,7 +1056,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,9 +1081,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/slackconnecti | **Name** | **Type** | **Description** | | --- | --- | --- | -| Events | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. | -| Priorities | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. | -| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. | +| Events | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. | +| Priorities | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. | +| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. | --- @@ -1095,7 +1095,7 @@ Events *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. --- @@ -1107,7 +1107,7 @@ Priorities *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. --- @@ -1119,7 +1119,7 @@ Urgency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. --- diff --git a/docs/slackConnection.java.md b/docs/slackConnection.java.md index 4274c3f9d..fa209a78e 100644 --- a/docs/slackConnection.java.md +++ b/docs/slackConnection.java.md @@ -4,7 +4,7 @@ ### SlackConnection -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection}. #### Initializers @@ -45,13 +45,13 @@ SlackConnection.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| channelId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| channelId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | config | com.hashicorp.cdktf.IResolvable OR java.util.List<SlackConnectionConfigA> | config block. | -| notificationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| sourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| sourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| workspaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| notificationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| sourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| sourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| workspaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -619,7 +619,7 @@ The construct id used in the generated config for the SlackConnection to import. The id of the existing SlackConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use --- @@ -1031,13 +1031,13 @@ SlackConnectionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| channelId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| channelId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | config | com.hashicorp.cdktf.IResolvable OR java.util.List<SlackConnectionConfigA> | config block. | -| notificationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| sourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| sourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| workspaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| notificationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| sourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| sourceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| workspaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -1119,7 +1119,7 @@ public java.lang.String getChannelId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -1133,7 +1133,7 @@ public java.lang.Object getConfig(); config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -1145,7 +1145,7 @@ public java.lang.String getNotificationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -1157,7 +1157,7 @@ public java.lang.String getSourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -1169,7 +1169,7 @@ public java.lang.String getSourceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -1181,7 +1181,7 @@ public java.lang.String getWorkspaceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -1193,7 +1193,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1218,9 +1218,9 @@ SlackConnectionConfigA.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| events | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. | -| priorities | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. | -| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. | +| events | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. | +| priorities | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. | +| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. | --- @@ -1232,7 +1232,7 @@ public java.util.List getEvents(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. --- @@ -1244,7 +1244,7 @@ public java.util.List getPriorities(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. --- @@ -1256,7 +1256,7 @@ public java.lang.String getUrgency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. --- diff --git a/docs/slackConnection.python.md b/docs/slackConnection.python.md index 926ff706c..a654ab6f2 100644 --- a/docs/slackConnection.python.md +++ b/docs/slackConnection.python.md @@ -4,7 +4,7 @@ ### SlackConnection -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection}. #### Initializers @@ -42,13 +42,13 @@ slackConnection.SlackConnection( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| channel_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| channel_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | config | typing.Union[cdktf.IResolvable, typing.List[SlackConnectionConfigA]] | config block. | -| notification_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| source_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| source_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| workspace_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| notification_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| source_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| source_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| workspace_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -664,7 +664,7 @@ The construct id used in the generated config for the SlackConnection to import. The id of the existing SlackConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use --- @@ -1071,13 +1071,13 @@ slackConnection.SlackConnectionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| channel_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| channel_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | config | typing.Union[cdktf.IResolvable, typing.List[SlackConnectionConfigA]] | config block. | -| notification_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| source_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| source_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| workspace_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| notification_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| source_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| source_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| workspace_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -1159,7 +1159,7 @@ channel_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -1173,7 +1173,7 @@ config: typing.Union[IResolvable, typing.List[SlackConnectionConfigA]] config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -1185,7 +1185,7 @@ notification_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -1197,7 +1197,7 @@ source_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -1209,7 +1209,7 @@ source_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -1221,7 +1221,7 @@ workspace_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -1233,7 +1233,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1258,9 +1258,9 @@ slackConnection.SlackConnectionConfigA( | **Name** | **Type** | **Description** | | --- | --- | --- | -| events | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. | -| priorities | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. | -| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. | +| events | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. | +| priorities | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. | +| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. | --- @@ -1272,7 +1272,7 @@ events: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. --- @@ -1284,7 +1284,7 @@ priorities: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. --- @@ -1296,7 +1296,7 @@ urgency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. --- diff --git a/docs/slackConnection.typescript.md b/docs/slackConnection.typescript.md index b2ee62b4f..fc01bf218 100644 --- a/docs/slackConnection.typescript.md +++ b/docs/slackConnection.typescript.md @@ -4,7 +4,7 @@ ### SlackConnection -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the SlackConnection to import. The id of the existing SlackConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use --- @@ -879,13 +879,13 @@ const slackConnectionConfig: slackConnection.SlackConnectionConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| channelId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | +| channelId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. | | config | cdktf.IResolvable \| SlackConnectionConfigA[] | config block. | -| notificationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | -| sourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. | -| sourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. | -| workspaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. | +| notificationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. | +| sourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. | +| sourceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. | +| workspaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. | --- @@ -967,7 +967,7 @@ public readonly channelId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}. --- @@ -981,7 +981,7 @@ public readonly config: IResolvable | SlackConnectionConfigA[]; config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} --- @@ -993,7 +993,7 @@ public readonly notificationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}. --- @@ -1005,7 +1005,7 @@ public readonly sourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id}. --- @@ -1017,7 +1017,7 @@ public readonly sourceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type}. --- @@ -1029,7 +1029,7 @@ public readonly workspaceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}. --- @@ -1041,7 +1041,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1062,9 +1062,9 @@ const slackConnectionConfigA: slackConnection.SlackConnectionConfigA = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. | -| priorities | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. | -| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. | +| events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. | +| priorities | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. | +| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. | --- @@ -1076,7 +1076,7 @@ public readonly events: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events}. --- @@ -1088,7 +1088,7 @@ public readonly priorities: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities}. --- @@ -1100,7 +1100,7 @@ public readonly urgency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency}. --- diff --git a/docs/tag.csharp.md b/docs/tag.csharp.md index a581be859..28c943d93 100644 --- a/docs/tag.csharp.md +++ b/docs/tag.csharp.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -747,7 +747,7 @@ new TagConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -829,7 +829,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- diff --git a/docs/tag.go.md b/docs/tag.go.md index aef5f95a8..92901bfd0 100644 --- a/docs/tag.go.md +++ b/docs/tag.go.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -747,7 +747,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/tag" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -829,7 +829,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- diff --git a/docs/tag.java.md b/docs/tag.java.md index c0aa4c1bf..bd3766a9f 100644 --- a/docs/tag.java.md +++ b/docs/tag.java.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag}. #### Initializers @@ -38,7 +38,7 @@ Tag.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- @@ -533,7 +533,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ TagConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -899,7 +899,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- diff --git a/docs/tag.python.md b/docs/tag.python.md index 307a6eef9..43fcd5f95 100644 --- a/docs/tag.python.md +++ b/docs/tag.python.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag}. #### Initializers @@ -36,7 +36,7 @@ tag.Tag( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- @@ -577,7 +577,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -857,7 +857,7 @@ tag.TagConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -939,7 +939,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- diff --git a/docs/tag.typescript.md b/docs/tag.typescript.md index 4b07c65e1..458e73205 100644 --- a/docs/tag.typescript.md +++ b/docs/tag.typescript.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -738,7 +738,7 @@ const tagConfig: tag.TagConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. | --- @@ -820,7 +820,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label}. --- diff --git a/docs/tagAssignment.csharp.md b/docs/tagAssignment.csharp.md index 3f343cc1a..130cb60a0 100644 --- a/docs/tagAssignment.csharp.md +++ b/docs/tagAssignment.csharp.md @@ -4,7 +4,7 @@ ### TagAssignment -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TagAssignment to import. The id of the existing TagAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use --- @@ -771,9 +771,9 @@ new TagAssignmentConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| EntityId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| EntityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| TagId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| EntityId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| EntityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| TagId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -855,7 +855,7 @@ public string EntityId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -867,7 +867,7 @@ public string EntityType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -879,7 +879,7 @@ public string TagId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- diff --git a/docs/tagAssignment.go.md b/docs/tagAssignment.go.md index c43c73a6a..bb57ecf95 100644 --- a/docs/tagAssignment.go.md +++ b/docs/tagAssignment.go.md @@ -4,7 +4,7 @@ ### TagAssignment -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TagAssignment to import. The id of the existing TagAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use --- @@ -771,9 +771,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/tagassignment | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| EntityId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| EntityType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| TagId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| EntityId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| EntityType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| TagId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -855,7 +855,7 @@ EntityId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -867,7 +867,7 @@ EntityType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -879,7 +879,7 @@ TagId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- diff --git a/docs/tagAssignment.java.md b/docs/tagAssignment.java.md index 52829a1b0..0e15969cd 100644 --- a/docs/tagAssignment.java.md +++ b/docs/tagAssignment.java.md @@ -4,7 +4,7 @@ ### TagAssignment -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment}. #### Initializers @@ -40,9 +40,9 @@ TagAssignment.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| entityId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| entityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| tagId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| entityId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| entityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| tagId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- @@ -553,7 +553,7 @@ The construct id used in the generated config for the TagAssignment to import. The id of the existing TagAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use --- @@ -861,9 +861,9 @@ TagAssignmentConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| entityId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| entityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| tagId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| entityId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| entityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| tagId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -945,7 +945,7 @@ public java.lang.String getEntityId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -957,7 +957,7 @@ public java.lang.String getEntityType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -969,7 +969,7 @@ public java.lang.String getTagId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- diff --git a/docs/tagAssignment.python.md b/docs/tagAssignment.python.md index e2a315442..97387ccac 100644 --- a/docs/tagAssignment.python.md +++ b/docs/tagAssignment.python.md @@ -4,7 +4,7 @@ ### TagAssignment -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment}. #### Initializers @@ -38,9 +38,9 @@ tagAssignment.TagAssignment( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| entity_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| entity_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| tag_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| entity_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| entity_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| tag_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- @@ -597,7 +597,7 @@ The construct id used in the generated config for the TagAssignment to import. The id of the existing TagAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use --- @@ -901,9 +901,9 @@ tagAssignment.TagAssignmentConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| entity_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| entity_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| tag_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| entity_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| entity_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| tag_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -985,7 +985,7 @@ entity_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -997,7 +997,7 @@ entity_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -1009,7 +1009,7 @@ tag_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- diff --git a/docs/tagAssignment.typescript.md b/docs/tagAssignment.typescript.md index 5d644d626..0829661c9 100644 --- a/docs/tagAssignment.typescript.md +++ b/docs/tagAssignment.typescript.md @@ -4,7 +4,7 @@ ### TagAssignment -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TagAssignment to import. The id of the existing TagAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use --- @@ -760,9 +760,9 @@ const tagAssignmentConfig: tagAssignment.TagAssignmentConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| entityId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | -| entityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | -| tagId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | +| entityId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. | +| entityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. | +| tagId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. | --- @@ -844,7 +844,7 @@ public readonly entityId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}. --- @@ -856,7 +856,7 @@ public readonly entityType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}. --- @@ -868,7 +868,7 @@ public readonly tagId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}. --- diff --git a/docs/team.csharp.md b/docs/team.csharp.md index cd14dc229..a8752a2b5 100644 --- a/docs/team.csharp.md +++ b/docs/team.csharp.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -826,10 +826,10 @@ new TeamConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| DefaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| Parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| DefaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| Parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -911,7 +911,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -923,7 +923,7 @@ public string DefaultRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -935,7 +935,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -947,7 +947,7 @@ public string Parent { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- diff --git a/docs/team.go.md b/docs/team.go.md index 015703c1b..c8e417f96 100644 --- a/docs/team.go.md +++ b/docs/team.go.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -826,10 +826,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/team" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| DefaultRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| Parent | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| DefaultRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| Parent | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -911,7 +911,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -923,7 +923,7 @@ DefaultRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -935,7 +935,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -947,7 +947,7 @@ Parent *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- diff --git a/docs/team.java.md b/docs/team.java.md index 0a0736487..ee8915c06 100644 --- a/docs/team.java.md +++ b/docs/team.java.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team}. #### Initializers @@ -41,10 +41,10 @@ Team.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- @@ -584,7 +584,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -926,10 +926,10 @@ TeamConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| defaultRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| parent | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -1011,7 +1011,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -1023,7 +1023,7 @@ public java.lang.String getDefaultRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -1035,7 +1035,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -1047,7 +1047,7 @@ public java.lang.String getParent(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- diff --git a/docs/team.python.md b/docs/team.python.md index d44b1429c..bb7ccf36e 100644 --- a/docs/team.python.md +++ b/docs/team.python.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team}. #### Initializers @@ -39,10 +39,10 @@ team.Team( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- @@ -628,7 +628,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -966,10 +966,10 @@ team.TeamConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| default_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| parent | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -1051,7 +1051,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -1063,7 +1063,7 @@ default_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -1075,7 +1075,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -1087,7 +1087,7 @@ parent: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- diff --git a/docs/team.typescript.md b/docs/team.typescript.md index 59d061a7e..2e192f6a4 100644 --- a/docs/team.typescript.md +++ b/docs/team.typescript.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -814,10 +814,10 @@ const teamConfig: team.TeamConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. | -| defaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. | -| parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. | +| defaultRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. | +| parent | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. | --- @@ -899,7 +899,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name}. --- @@ -911,7 +911,7 @@ public readonly defaultRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role}. --- @@ -923,7 +923,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description}. --- @@ -935,7 +935,7 @@ public readonly parent: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent}. --- diff --git a/docs/teamMembership.csharp.md b/docs/teamMembership.csharp.md index e6f3dcccd..c63a6ba0e 100644 --- a/docs/teamMembership.csharp.md +++ b/docs/teamMembership.csharp.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -797,10 +797,10 @@ new TeamMembershipConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| TeamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -882,7 +882,7 @@ public string TeamId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -894,7 +894,7 @@ public string UserId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -906,7 +906,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -921,7 +921,7 @@ public string Role { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- diff --git a/docs/teamMembership.go.md b/docs/teamMembership.go.md index 699a8e4a4..ba5d8d1ba 100644 --- a/docs/teamMembership.go.md +++ b/docs/teamMembership.go.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -797,10 +797,10 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/teammembershi | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| TeamId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -882,7 +882,7 @@ TeamId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -894,7 +894,7 @@ UserId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -906,7 +906,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -921,7 +921,7 @@ Role *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- diff --git a/docs/teamMembership.java.md b/docs/teamMembership.java.md index adfde9d55..09b5766e2 100644 --- a/docs/teamMembership.java.md +++ b/docs/teamMembership.java.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership}. #### Initializers @@ -41,10 +41,10 @@ TeamMembership.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- @@ -580,7 +580,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -900,10 +900,10 @@ TeamMembershipConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| teamId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -985,7 +985,7 @@ public java.lang.String getTeamId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -997,7 +997,7 @@ public java.lang.String getUserId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -1009,7 +1009,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1024,7 +1024,7 @@ public java.lang.String getRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- diff --git a/docs/teamMembership.python.md b/docs/teamMembership.python.md index 3b83a605c..76c69176d 100644 --- a/docs/teamMembership.python.md +++ b/docs/teamMembership.python.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership}. #### Initializers @@ -39,10 +39,10 @@ teamMembership.TeamMembership( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -137,7 +137,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- @@ -624,7 +624,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -940,10 +940,10 @@ teamMembership.TeamMembershipConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| team_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -1025,7 +1025,7 @@ team_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -1037,7 +1037,7 @@ user_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -1049,7 +1049,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1064,7 +1064,7 @@ role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- diff --git a/docs/teamMembership.typescript.md b/docs/teamMembership.typescript.md index 67373bc89..9e31540e5 100644 --- a/docs/teamMembership.typescript.md +++ b/docs/teamMembership.typescript.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -785,10 +785,10 @@ const teamMembershipConfig: teamMembership.TeamMembershipConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. | -| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. | -| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. | +| teamId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. | +| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. | +| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. | --- @@ -870,7 +870,7 @@ public readonly teamId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}. --- @@ -882,7 +882,7 @@ public readonly userId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}. --- @@ -894,7 +894,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -909,7 +909,7 @@ public readonly role: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}. --- diff --git a/docs/user.csharp.md b/docs/user.csharp.md index f5b76d056..dd37d0a0e 100644 --- a/docs/user.csharp.md +++ b/docs/user.csharp.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1010,16 +1010,16 @@ new UserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| JobTitle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| License | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| TimeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| JobTitle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| License | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| TimeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -1101,7 +1101,7 @@ public string Email { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -1113,7 +1113,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -1125,7 +1125,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -1137,7 +1137,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -1149,7 +1149,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1164,7 +1164,7 @@ public string JobTitle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -1176,7 +1176,7 @@ public string License { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -1188,7 +1188,7 @@ public string Role { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -1200,7 +1200,7 @@ public string[] Teams { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -1212,7 +1212,7 @@ public string TimeZone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- diff --git a/docs/user.go.md b/docs/user.go.md index d42717de3..a4cb776d1 100644 --- a/docs/user.go.md +++ b/docs/user.go.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1010,16 +1010,16 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/user" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| JobTitle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| License | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| TimeZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| JobTitle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| License | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| TimeZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -1101,7 +1101,7 @@ Email *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -1113,7 +1113,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -1125,7 +1125,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -1137,7 +1137,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -1149,7 +1149,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1164,7 +1164,7 @@ JobTitle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -1176,7 +1176,7 @@ License *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -1188,7 +1188,7 @@ Role *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -1200,7 +1200,7 @@ Teams *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -1212,7 +1212,7 @@ TimeZone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- diff --git a/docs/user.java.md b/docs/user.java.md index 7db84962b..761de52a1 100644 --- a/docs/user.java.md +++ b/docs/user.java.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user}. #### Initializers @@ -47,16 +47,16 @@ User.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| jobTitle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| license | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| jobTitle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| license | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- @@ -682,7 +682,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1173,16 +1173,16 @@ UserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| jobTitle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| license | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| jobTitle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| license | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| timeZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -1264,7 +1264,7 @@ public java.lang.String getEmail(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -1276,7 +1276,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -1288,7 +1288,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -1300,7 +1300,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -1312,7 +1312,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1327,7 +1327,7 @@ public java.lang.String getJobTitle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -1339,7 +1339,7 @@ public java.lang.String getLicense(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -1351,7 +1351,7 @@ public java.lang.String getRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -1363,7 +1363,7 @@ public java.util.List getTeams(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -1375,7 +1375,7 @@ public java.lang.String getTimeZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- diff --git a/docs/user.python.md b/docs/user.python.md index d8b523040..7be1d2930 100644 --- a/docs/user.python.md +++ b/docs/user.python.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user}. #### Initializers @@ -45,16 +45,16 @@ user.User( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| job_title | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| license | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| job_title | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| license | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- @@ -726,7 +726,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1213,16 +1213,16 @@ user.UserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| job_title | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| license | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| job_title | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| license | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| time_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -1304,7 +1304,7 @@ email: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -1316,7 +1316,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -1328,7 +1328,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -1340,7 +1340,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -1352,7 +1352,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1367,7 +1367,7 @@ job_title: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -1379,7 +1379,7 @@ license: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -1391,7 +1391,7 @@ role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -1403,7 +1403,7 @@ teams: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -1415,7 +1415,7 @@ time_zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- diff --git a/docs/user.typescript.md b/docs/user.typescript.md index 20e202e2e..3b974048e 100644 --- a/docs/user.typescript.md +++ b/docs/user.typescript.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -992,16 +992,16 @@ const userConfig: user.UserConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. | -| jobTitle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. | -| license | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. | -| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. | -| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. | -| timeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. | +| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. | +| jobTitle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. | +| license | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. | +| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. | +| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. | +| timeZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. | --- @@ -1083,7 +1083,7 @@ public readonly email: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}. --- @@ -1095,7 +1095,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}. --- @@ -1107,7 +1107,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}. --- @@ -1119,7 +1119,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}. --- @@ -1131,7 +1131,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1146,7 +1146,7 @@ public readonly jobTitle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}. --- @@ -1158,7 +1158,7 @@ public readonly license: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}. --- @@ -1170,7 +1170,7 @@ public readonly role: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}. --- @@ -1182,7 +1182,7 @@ public readonly teams: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}. --- @@ -1194,7 +1194,7 @@ public readonly timeZone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}. --- diff --git a/docs/userContactMethod.csharp.md b/docs/userContactMethod.csharp.md index 72b315374..7fffcce11 100644 --- a/docs/userContactMethod.csharp.md +++ b/docs/userContactMethod.csharp.md @@ -4,7 +4,7 @@ ### UserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserContactMethod to impor The id of the existing UserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -895,13 +895,13 @@ new UserContactMethodConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| CountryCode | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| SendShortEmail | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| CountryCode | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| SendShortEmail | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -983,7 +983,7 @@ public string Address { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -995,7 +995,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -1007,7 +1007,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -1019,7 +1019,7 @@ public string UserId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -1031,7 +1031,7 @@ public double CountryCode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -1043,7 +1043,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1058,7 +1058,7 @@ public object SendShortEmail { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- diff --git a/docs/userContactMethod.go.md b/docs/userContactMethod.go.md index 97753ed18..08aaa2bbc 100644 --- a/docs/userContactMethod.go.md +++ b/docs/userContactMethod.go.md @@ -4,7 +4,7 @@ ### UserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserContactMethod to impor The id of the existing UserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -895,13 +895,13 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/usercontactme | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| CountryCode | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| SendShortEmail | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| CountryCode | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| SendShortEmail | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -983,7 +983,7 @@ Address *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -995,7 +995,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -1007,7 +1007,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -1019,7 +1019,7 @@ UserId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -1031,7 +1031,7 @@ CountryCode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -1043,7 +1043,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1058,7 +1058,7 @@ SendShortEmail interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- diff --git a/docs/userContactMethod.java.md b/docs/userContactMethod.java.md index fce560381..fde69eca4 100644 --- a/docs/userContactMethod.java.md +++ b/docs/userContactMethod.java.md @@ -4,7 +4,7 @@ ### UserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -45,13 +45,13 @@ UserContactMethod.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| countryCode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| sendShortEmail | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| countryCode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| sendShortEmail | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -170,7 +170,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- @@ -618,7 +618,7 @@ The construct id used in the generated config for the UserContactMethod to impor The id of the existing UserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -1030,13 +1030,13 @@ UserContactMethodConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| countryCode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| sendShortEmail | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| countryCode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| sendShortEmail | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -1118,7 +1118,7 @@ public java.lang.String getAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -1130,7 +1130,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -1142,7 +1142,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -1154,7 +1154,7 @@ public java.lang.String getUserId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -1166,7 +1166,7 @@ public java.lang.Number getCountryCode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -1178,7 +1178,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1193,7 +1193,7 @@ public java.lang.Object getSendShortEmail(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- diff --git a/docs/userContactMethod.python.md b/docs/userContactMethod.python.md index d8340f463..e004b65f7 100644 --- a/docs/userContactMethod.python.md +++ b/docs/userContactMethod.python.md @@ -4,7 +4,7 @@ ### UserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -42,13 +42,13 @@ userContactMethod.UserContactMethod( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| country_code | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| send_short_email | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| country_code | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| send_short_email | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- @@ -661,7 +661,7 @@ The construct id used in the generated config for the UserContactMethod to impor The id of the existing UserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -1068,13 +1068,13 @@ userContactMethod.UserContactMethodConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| country_code | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| send_short_email | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| country_code | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| send_short_email | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -1156,7 +1156,7 @@ address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -1168,7 +1168,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -1180,7 +1180,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -1192,7 +1192,7 @@ user_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -1204,7 +1204,7 @@ country_code: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -1216,7 +1216,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1231,7 +1231,7 @@ send_short_email: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- diff --git a/docs/userContactMethod.typescript.md b/docs/userContactMethod.typescript.md index eed3c3ae3..f5697754c 100644 --- a/docs/userContactMethod.typescript.md +++ b/docs/userContactMethod.typescript.md @@ -4,7 +4,7 @@ ### UserContactMethod -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserContactMethod to impor The id of the existing UserContactMethod that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use --- @@ -880,13 +880,13 @@ const userContactMethodConfig: userContactMethod.UserContactMethodConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. | -| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | -| countryCode | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. | -| sendShortEmail | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | +| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. | +| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. | +| countryCode | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. | +| sendShortEmail | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. | --- @@ -968,7 +968,7 @@ public readonly address: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}. --- @@ -980,7 +980,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}. --- @@ -992,7 +992,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}. --- @@ -1004,7 +1004,7 @@ public readonly userId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}. --- @@ -1016,7 +1016,7 @@ public readonly countryCode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}. --- @@ -1028,7 +1028,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ public readonly sendShortEmail: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}. --- diff --git a/docs/userHandoffNotificationRule.csharp.md b/docs/userHandoffNotificationRule.csharp.md index 380523603..a377147c9 100644 --- a/docs/userHandoffNotificationRule.csharp.md +++ b/docs/userHandoffNotificationRule.csharp.md @@ -4,7 +4,7 @@ ### UserHandoffNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the UserHandoffNotificationRul The id of the existing UserHandoffNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ new UserHandoffNotificationRuleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | NotifyAdvanceInMinutes | double | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | ContactMethod | object | contact_method block. | | HandoffType | string | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -908,7 +908,7 @@ public double NotifyAdvanceInMinutes { get; set; } The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -920,7 +920,7 @@ public string UserId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -934,7 +934,7 @@ public object ContactMethod { get; set; } contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -948,7 +948,7 @@ public string HandoffType { get; set; } The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -969,7 +969,7 @@ new UserHandoffNotificationRuleContactMethod { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | | Type | string | The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. | --- @@ -982,7 +982,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -999,7 +999,7 @@ public string Type { get; set; } The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} --- diff --git a/docs/userHandoffNotificationRule.go.md b/docs/userHandoffNotificationRule.go.md index 4c051caa0..40aafa194 100644 --- a/docs/userHandoffNotificationRule.go.md +++ b/docs/userHandoffNotificationRule.go.md @@ -4,7 +4,7 @@ ### UserHandoffNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the UserHandoffNotificationRul The id of the existing UserHandoffNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/userhandoffno | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | NotifyAdvanceInMinutes | *f64 | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | ContactMethod | interface{} | contact_method block. | | HandoffType | *string | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -908,7 +908,7 @@ NotifyAdvanceInMinutes *f64 The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -920,7 +920,7 @@ UserId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -934,7 +934,7 @@ ContactMethod interface{} contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -948,7 +948,7 @@ HandoffType *string The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -969,7 +969,7 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/userhandoffno | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | | Type | *string | The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. | --- @@ -982,7 +982,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -999,7 +999,7 @@ Type *string The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} --- diff --git a/docs/userHandoffNotificationRule.java.md b/docs/userHandoffNotificationRule.java.md index a8b2a4b3f..614b43bea 100644 --- a/docs/userHandoffNotificationRule.java.md +++ b/docs/userHandoffNotificationRule.java.md @@ -4,7 +4,7 @@ ### UserHandoffNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. #### Initializers @@ -43,7 +43,7 @@ UserHandoffNotificationRule.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | notifyAdvanceInMinutes | java.lang.Number | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | contactMethod | com.hashicorp.cdktf.IResolvable OR java.util.List<UserHandoffNotificationRuleContactMethod> | contact_method block. | | handoffType | java.lang.String | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -597,7 +597,7 @@ The construct id used in the generated config for the UserHandoffNotificationRul The id of the existing UserHandoffNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -930,7 +930,7 @@ UserHandoffNotificationRuleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | notifyAdvanceInMinutes | java.lang.Number | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | contactMethod | com.hashicorp.cdktf.IResolvable OR java.util.List<UserHandoffNotificationRuleContactMethod> | contact_method block. | | handoffType | java.lang.String | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -1016,7 +1016,7 @@ public java.lang.Number getNotifyAdvanceInMinutes(); The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -1028,7 +1028,7 @@ public java.lang.String getUserId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -1042,7 +1042,7 @@ public java.lang.Object getContactMethod(); contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -1056,7 +1056,7 @@ public java.lang.String getHandoffType(); The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -1077,7 +1077,7 @@ UserHandoffNotificationRuleContactMethod.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | | type | java.lang.String | The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. | --- @@ -1090,7 +1090,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1107,7 +1107,7 @@ public java.lang.String getType(); The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} --- diff --git a/docs/userHandoffNotificationRule.python.md b/docs/userHandoffNotificationRule.python.md index e9155d60c..925ddaea1 100644 --- a/docs/userHandoffNotificationRule.python.md +++ b/docs/userHandoffNotificationRule.python.md @@ -4,7 +4,7 @@ ### UserHandoffNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. #### Initializers @@ -40,7 +40,7 @@ userHandoffNotificationRule.UserHandoffNotificationRule( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | notify_advance_in_minutes | typing.Union[int, float] | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | contact_method | typing.Union[cdktf.IResolvable, typing.List[UserHandoffNotificationRuleContactMethod]] | contact_method block. | | handoff_type | str | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -642,7 +642,7 @@ The construct id used in the generated config for the UserHandoffNotificationRul The id of the existing UserHandoffNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -970,7 +970,7 @@ userHandoffNotificationRule.UserHandoffNotificationRuleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | notify_advance_in_minutes | typing.Union[int, float] | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | contact_method | typing.Union[cdktf.IResolvable, typing.List[UserHandoffNotificationRuleContactMethod]] | contact_method block. | | handoff_type | str | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -1056,7 +1056,7 @@ notify_advance_in_minutes: typing.Union[int, float] The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -1068,7 +1068,7 @@ user_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -1082,7 +1082,7 @@ contact_method: typing.Union[IResolvable, typing.List[UserHandoffNotificationRul contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -1096,7 +1096,7 @@ handoff_type: str The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -1117,7 +1117,7 @@ userHandoffNotificationRule.UserHandoffNotificationRuleContactMethod( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | | type | str | The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. | --- @@ -1130,7 +1130,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1147,7 +1147,7 @@ type: str The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} --- diff --git a/docs/userHandoffNotificationRule.typescript.md b/docs/userHandoffNotificationRule.typescript.md index 724888156..a6d75928e 100644 --- a/docs/userHandoffNotificationRule.typescript.md +++ b/docs/userHandoffNotificationRule.typescript.md @@ -4,7 +4,7 @@ ### UserHandoffNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the UserHandoffNotificationRul The id of the existing UserHandoffNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ const userHandoffNotificationRuleConfig: userHandoffNotificationRule.UserHandoff | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | notifyAdvanceInMinutes | number | The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. | -| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | +| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. | | contactMethod | cdktf.IResolvable \| UserHandoffNotificationRuleContactMethod[] | contact_method block. | | handoffType | string | The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. | @@ -896,7 +896,7 @@ public readonly notifyAdvanceInMinutes: number; The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} --- @@ -908,7 +908,7 @@ public readonly userId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id}. --- @@ -922,7 +922,7 @@ public readonly contactMethod: IResolvable | UserHandoffNotificationRuleContactM contact_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} --- @@ -936,7 +936,7 @@ public readonly handoffType: string; The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} --- @@ -954,7 +954,7 @@ const userHandoffNotificationRuleContactMethod: userHandoffNotificationRule.User | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. | | type | string | The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. | --- @@ -967,7 +967,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -984,7 +984,7 @@ public readonly type: string; The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} --- diff --git a/docs/userNotificationRule.csharp.md b/docs/userNotificationRule.csharp.md index a7a53b2d3..5e6055d85 100644 --- a/docs/userNotificationRule.csharp.md +++ b/docs/userNotificationRule.csharp.md @@ -4,7 +4,7 @@ ### UserNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserNotificationRule to im The id of the existing UserNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -813,11 +813,11 @@ new UserNotificationRuleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ContactMethod | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| StartDelayInMinutes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| ContactMethod | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| StartDelayInMinutes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| Urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| UserId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -899,7 +899,7 @@ public System.Collections.Generic.IDictionary ContactMethod { ge - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -911,7 +911,7 @@ public double StartDelayInMinutes { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -923,7 +923,7 @@ public string Urgency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -935,7 +935,7 @@ public string UserId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -947,7 +947,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userNotificationRule.go.md b/docs/userNotificationRule.go.md index 3ab9f68ae..92394d061 100644 --- a/docs/userNotificationRule.go.md +++ b/docs/userNotificationRule.go.md @@ -4,7 +4,7 @@ ### UserNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserNotificationRule to im The id of the existing UserNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -813,11 +813,11 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/usernotificat | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ContactMethod | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| StartDelayInMinutes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| ContactMethod | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| StartDelayInMinutes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| Urgency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| UserId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -899,7 +899,7 @@ ContactMethod *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -911,7 +911,7 @@ StartDelayInMinutes *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -923,7 +923,7 @@ Urgency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -935,7 +935,7 @@ UserId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -947,7 +947,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userNotificationRule.java.md b/docs/userNotificationRule.java.md index d91d193f8..662b1b89b 100644 --- a/docs/userNotificationRule.java.md +++ b/docs/userNotificationRule.java.md @@ -4,7 +4,7 @@ ### UserNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}. #### Initializers @@ -42,11 +42,11 @@ UserNotificationRule.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| contactMethod | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| startDelayInMinutes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| contactMethod | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| startDelayInMinutes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -583,7 +583,7 @@ The construct id used in the generated config for the UserNotificationRule to im The id of the existing UserNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -926,11 +926,11 @@ UserNotificationRuleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| contactMethod | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| startDelayInMinutes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| contactMethod | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| startDelayInMinutes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| urgency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| userId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -1012,7 +1012,7 @@ public java.util.Map getContactMethod(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -1024,7 +1024,7 @@ public java.lang.Number getStartDelayInMinutes(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -1036,7 +1036,7 @@ public java.lang.String getUrgency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -1048,7 +1048,7 @@ public java.lang.String getUserId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -1060,7 +1060,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userNotificationRule.python.md b/docs/userNotificationRule.python.md index 3fb44c327..36bd4fc02 100644 --- a/docs/userNotificationRule.python.md +++ b/docs/userNotificationRule.python.md @@ -4,7 +4,7 @@ ### UserNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}. #### Initializers @@ -40,11 +40,11 @@ userNotificationRule.UserNotificationRule( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| contact_method | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| start_delay_in_minutes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| contact_method | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| start_delay_in_minutes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -627,7 +627,7 @@ The construct id used in the generated config for the UserNotificationRule to im The id of the existing UserNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -966,11 +966,11 @@ userNotificationRule.UserNotificationRuleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| contact_method | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| start_delay_in_minutes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| contact_method | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| start_delay_in_minutes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| urgency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| user_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -1052,7 +1052,7 @@ contact_method: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -1064,7 +1064,7 @@ start_delay_in_minutes: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -1076,7 +1076,7 @@ urgency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -1088,7 +1088,7 @@ user_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -1100,7 +1100,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userNotificationRule.typescript.md b/docs/userNotificationRule.typescript.md index 1bcd57ac0..5b2aa7713 100644 --- a/docs/userNotificationRule.typescript.md +++ b/docs/userNotificationRule.typescript.md @@ -4,7 +4,7 @@ ### UserNotificationRule -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserNotificationRule to im The id of the existing UserNotificationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use --- @@ -800,11 +800,11 @@ const userNotificationRuleConfig: userNotificationRule.UserNotificationRuleConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| contactMethod | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | -| startDelayInMinutes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | -| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | -| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. | +| contactMethod | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. | +| startDelayInMinutes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. | +| urgency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. | +| userId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. | --- @@ -886,7 +886,7 @@ public readonly contactMethod: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}. --- @@ -898,7 +898,7 @@ public readonly startDelayInMinutes: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}. --- @@ -910,7 +910,7 @@ public readonly urgency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}. --- @@ -922,7 +922,7 @@ public readonly userId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}. --- @@ -934,7 +934,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/webhookSubscription.csharp.md b/docs/webhookSubscription.csharp.md index c2e1ad45a..571c1dd2e 100644 --- a/docs/webhookSubscription.csharp.md +++ b/docs/webhookSubscription.csharp.md @@ -4,7 +4,7 @@ ### WebhookSubscription -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the WebhookSubscription to imp The id of the existing WebhookSubscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use --- @@ -907,12 +907,12 @@ new WebhookSubscriptionConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | DeliveryMethod | object | delivery_method block. | -| Events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| Events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | Filter | object | filter block. | -| Active | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| Active | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -996,7 +996,7 @@ public object DeliveryMethod { get; set; } delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -1008,7 +1008,7 @@ public string[] Events { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -1022,7 +1022,7 @@ public object Filter { get; set; } filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -1034,7 +1034,7 @@ public object Active { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -1046,7 +1046,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -1058,7 +1058,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1073,7 +1073,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1097,9 +1097,9 @@ new WebhookSubscriptionDeliveryMethod { | **Name** | **Type** | **Description** | | --- | --- | --- | | CustomHeader | object | custom_header block. | -| TemporarilyDisabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. | +| TemporarilyDisabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. | --- @@ -1113,7 +1113,7 @@ public object CustomHeader { get; set; } custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} --- @@ -1125,7 +1125,7 @@ public object TemporarilyDisabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. --- @@ -1137,7 +1137,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1149,7 +1149,7 @@ public string Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. --- @@ -1170,8 +1170,8 @@ new WebhookSubscriptionDeliveryMethodCustomHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. | --- @@ -1183,7 +1183,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. --- @@ -1195,7 +1195,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. --- @@ -1216,8 +1216,8 @@ new WebhookSubscriptionFilter { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | --- @@ -1229,7 +1229,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1241,7 +1241,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/webhookSubscription.go.md b/docs/webhookSubscription.go.md index 547db6a12..dc837c47f 100644 --- a/docs/webhookSubscription.go.md +++ b/docs/webhookSubscription.go.md @@ -4,7 +4,7 @@ ### WebhookSubscription -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the WebhookSubscription to imp The id of the existing WebhookSubscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use --- @@ -907,12 +907,12 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/webhooksubscr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | DeliveryMethod | interface{} | delivery_method block. | -| Events | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| Events | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | Filter | interface{} | filter block. | -| Active | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| Active | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -996,7 +996,7 @@ DeliveryMethod interface{} delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -1008,7 +1008,7 @@ Events *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -1022,7 +1022,7 @@ Filter interface{} filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -1034,7 +1034,7 @@ Active interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -1046,7 +1046,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -1058,7 +1058,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1073,7 +1073,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1097,9 +1097,9 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/webhooksubscr | **Name** | **Type** | **Description** | | --- | --- | --- | | CustomHeader | interface{} | custom_header block. | -| TemporarilyDisabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. | +| TemporarilyDisabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. | --- @@ -1113,7 +1113,7 @@ CustomHeader interface{} custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} --- @@ -1125,7 +1125,7 @@ TemporarilyDisabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. --- @@ -1137,7 +1137,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1149,7 +1149,7 @@ Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. --- @@ -1170,8 +1170,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/webhooksubscr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. | --- @@ -1183,7 +1183,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. --- @@ -1195,7 +1195,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. --- @@ -1216,8 +1216,8 @@ import "github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/v13/webhooksubscr | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | --- @@ -1229,7 +1229,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1241,7 +1241,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/webhookSubscription.java.md b/docs/webhookSubscription.java.md index e2b11eb9c..b1b2a0f4d 100644 --- a/docs/webhookSubscription.java.md +++ b/docs/webhookSubscription.java.md @@ -4,7 +4,7 @@ ### WebhookSubscription -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription}. #### Initializers @@ -48,12 +48,12 @@ WebhookSubscription.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | deliveryMethod | com.hashicorp.cdktf.IResolvable OR java.util.List<WebhookSubscriptionDeliveryMethod> | delivery_method block. | -| events | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| events | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | filter | com.hashicorp.cdktf.IResolvable OR java.util.List<WebhookSubscriptionFilter> | filter block. | -| active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -176,7 +176,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -657,7 +657,7 @@ The construct id used in the generated config for the WebhookSubscription to imp The id of the existing WebhookSubscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use --- @@ -1050,12 +1050,12 @@ WebhookSubscriptionConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | deliveryMethod | com.hashicorp.cdktf.IResolvable OR java.util.List<WebhookSubscriptionDeliveryMethod> | delivery_method block. | -| events | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| events | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | filter | com.hashicorp.cdktf.IResolvable OR java.util.List<WebhookSubscriptionFilter> | filter block. | -| active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -1139,7 +1139,7 @@ public java.lang.Object getDeliveryMethod(); delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -1151,7 +1151,7 @@ public java.util.List getEvents(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -1165,7 +1165,7 @@ public java.lang.Object getFilter(); filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -1177,7 +1177,7 @@ public java.lang.Object getActive(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -1189,7 +1189,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -1201,7 +1201,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1216,7 +1216,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1242,9 +1242,9 @@ WebhookSubscriptionDeliveryMethod.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | customHeader | com.hashicorp.cdktf.IResolvable OR java.util.List<WebhookSubscriptionDeliveryMethodCustomHeader> | custom_header block. | -| temporarilyDisabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. | +| temporarilyDisabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. | --- @@ -1258,7 +1258,7 @@ public java.lang.Object getCustomHeader(); custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} --- @@ -1270,7 +1270,7 @@ public java.lang.Object getTemporarilyDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. --- @@ -1282,7 +1282,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1294,7 +1294,7 @@ public java.lang.String getUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. --- @@ -1315,8 +1315,8 @@ WebhookSubscriptionDeliveryMethodCustomHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. | --- @@ -1328,7 +1328,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. --- @@ -1340,7 +1340,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. --- @@ -1361,8 +1361,8 @@ WebhookSubscriptionFilter.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | --- @@ -1374,7 +1374,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1386,7 +1386,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/webhookSubscription.python.md b/docs/webhookSubscription.python.md index a24510f5a..1e161f7f6 100644 --- a/docs/webhookSubscription.python.md +++ b/docs/webhookSubscription.python.md @@ -4,7 +4,7 @@ ### WebhookSubscription -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription}. #### Initializers @@ -43,12 +43,12 @@ webhookSubscription.WebhookSubscription( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | delivery_method | typing.Union[cdktf.IResolvable, typing.List[WebhookSubscriptionDeliveryMethod]] | delivery_method block. | -| events | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| events | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | filter | typing.Union[cdktf.IResolvable, typing.List[WebhookSubscriptionFilter]] | filter block. | -| active | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| active | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pager - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -702,7 +702,7 @@ The construct id used in the generated config for the WebhookSubscription to imp The id of the existing WebhookSubscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use --- @@ -1088,12 +1088,12 @@ webhookSubscription.WebhookSubscriptionConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | delivery_method | typing.Union[cdktf.IResolvable, typing.List[WebhookSubscriptionDeliveryMethod]] | delivery_method block. | -| events | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| events | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | filter | typing.Union[cdktf.IResolvable, typing.List[WebhookSubscriptionFilter]] | filter block. | -| active | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| active | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -1177,7 +1177,7 @@ delivery_method: typing.Union[IResolvable, typing.List[WebhookSubscriptionDelive delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -1189,7 +1189,7 @@ events: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -1203,7 +1203,7 @@ filter: typing.Union[IResolvable, typing.List[WebhookSubscriptionFilter]] filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -1215,7 +1215,7 @@ active: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -1227,7 +1227,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -1239,7 +1239,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1254,7 +1254,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1278,9 +1278,9 @@ webhookSubscription.WebhookSubscriptionDeliveryMethod( | **Name** | **Type** | **Description** | | --- | --- | --- | | custom_header | typing.Union[cdktf.IResolvable, typing.List[WebhookSubscriptionDeliveryMethodCustomHeader]] | custom_header block. | -| temporarily_disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. | +| temporarily_disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. | --- @@ -1294,7 +1294,7 @@ custom_header: typing.Union[IResolvable, typing.List[WebhookSubscriptionDelivery custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} --- @@ -1306,7 +1306,7 @@ temporarily_disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. --- @@ -1318,7 +1318,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1330,7 +1330,7 @@ url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. --- @@ -1351,8 +1351,8 @@ webhookSubscription.WebhookSubscriptionDeliveryMethodCustomHeader( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. | --- @@ -1364,7 +1364,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. --- @@ -1376,7 +1376,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. --- @@ -1397,8 +1397,8 @@ webhookSubscription.WebhookSubscriptionFilter( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | --- @@ -1410,7 +1410,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1422,7 +1422,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/webhookSubscription.typescript.md b/docs/webhookSubscription.typescript.md index 58e60afcc..9cfe92def 100644 --- a/docs/webhookSubscription.typescript.md +++ b/docs/webhookSubscription.typescript.md @@ -4,7 +4,7 @@ ### WebhookSubscription -Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription}. +Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the WebhookSubscription to imp The id of the existing WebhookSubscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use --- @@ -892,12 +892,12 @@ const webhookSubscriptionConfig: webhookSubscription.WebhookSubscriptionConfig = | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | deliveryMethod | cdktf.IResolvable \| WebhookSubscriptionDeliveryMethod[] | delivery_method block. | -| events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. | +| events | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. | | filter | cdktf.IResolvable \| WebhookSubscriptionFilter[] | filter block. | -| active | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| active | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | --- @@ -981,7 +981,7 @@ public readonly deliveryMethod: IResolvable | WebhookSubscriptionDeliveryMethod[ delivery_method block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} --- @@ -993,7 +993,7 @@ public readonly events: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events}. --- @@ -1007,7 +1007,7 @@ public readonly filter: IResolvable | WebhookSubscriptionFilter[]; filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} --- @@ -1019,7 +1019,7 @@ public readonly active: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active}. --- @@ -1031,7 +1031,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description}. --- @@ -1043,7 +1043,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1058,7 +1058,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1077,9 +1077,9 @@ const webhookSubscriptionDeliveryMethod: webhookSubscription.WebhookSubscription | **Name** | **Type** | **Description** | | --- | --- | --- | | customHeader | cdktf.IResolvable \| WebhookSubscriptionDeliveryMethodCustomHeader[] | custom_header block. | -| temporarilyDisabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. | +| temporarilyDisabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. | --- @@ -1093,7 +1093,7 @@ public readonly customHeader: IResolvable | WebhookSubscriptionDeliveryMethodCus custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} --- @@ -1105,7 +1105,7 @@ public readonly temporarilyDisabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled}. --- @@ -1117,7 +1117,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1129,7 +1129,7 @@ public readonly url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url}. --- @@ -1147,8 +1147,8 @@ const webhookSubscriptionDeliveryMethodCustomHeader: webhookSubscription.Webhook | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. | --- @@ -1160,7 +1160,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name}. --- @@ -1172,7 +1172,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value}. --- @@ -1190,8 +1190,8 @@ const webhookSubscriptionFilter: webhookSubscription.WebhookSubscriptionFilter = | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. | --- @@ -1203,7 +1203,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type}. --- @@ -1215,7 +1215,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/package.json b/package.json index e6433cd30..89e576797 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/pagerduty/pagerduty", - "version": "3.15.7" + "version": "3.16.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/addon/README.md b/src/addon/README.md index 8b120ae0c..466cfc2b3 100644 --- a/src/addon/README.md +++ b/src/addon/README.md @@ -1,3 +1,3 @@ # `pagerduty_addon` -Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon). +Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon). diff --git a/src/addon/index.ts b/src/addon/index.ts index 82ac38dbb..fd176c585 100644 --- a/src/addon/index.ts +++ b/src/addon/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,17 +13,17 @@ import * as cdktf from 'cdktf'; export interface AddonConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#name Addon#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#name Addon#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#src Addon#src} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#src Addon#src} */ readonly src: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon} */ export class Addon extends cdktf.TerraformResource { @@ -39,7 +39,7 @@ export class Addon extends cdktf.TerraformResource { * Generates CDKTF code for importing a Addon resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Addon to import - * @param importFromId The id of the existing Addon that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Addon that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Addon to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -51,7 +51,7 @@ export class Addon extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/addon pagerduty_addon} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/addon pagerduty_addon} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -62,7 +62,7 @@ export class Addon extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_addon', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/alert-grouping-setting/README.md b/src/alert-grouping-setting/README.md new file mode 100644 index 000000000..d5a6dfbb6 --- /dev/null +++ b/src/alert-grouping-setting/README.md @@ -0,0 +1,3 @@ +# `pagerduty_alert_grouping_setting` + +Refer to the Terraform Registry for docs: [`pagerduty_alert_grouping_setting`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting). diff --git a/src/alert-grouping-setting/index.ts b/src/alert-grouping-setting/index.ts new file mode 100644 index 000000000..be5b5e1d1 --- /dev/null +++ b/src/alert-grouping-setting/index.ts @@ -0,0 +1,421 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface AlertGroupingSettingConfig extends cdktf.TerraformMetaArguments { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description} + */ + readonly description?: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name} + */ + readonly name: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services} + */ + readonly services: string[]; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type} + */ + readonly type: string; + /** + * config block + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config} + */ + readonly config?: AlertGroupingSettingConfigA; +} +export interface AlertGroupingSettingConfigA { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate} + */ + readonly aggregate?: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields} + */ + readonly fields?: string[]; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window} + */ + readonly timeWindow?: number; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout} + */ + readonly timeout?: number; +} + +export function alertGroupingSettingConfigAToTerraform(struct?: AlertGroupingSettingConfigA | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + aggregate: cdktf.stringToTerraform(struct!.aggregate), + fields: cdktf.listMapper(cdktf.stringToTerraform, false)(struct!.fields), + time_window: cdktf.numberToTerraform(struct!.timeWindow), + timeout: cdktf.numberToTerraform(struct!.timeout), + } +} + + +export function alertGroupingSettingConfigAToHclTerraform(struct?: AlertGroupingSettingConfigA | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + aggregate: { + value: cdktf.stringToHclTerraform(struct!.aggregate), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + fields: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(struct!.fields), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, + time_window: { + value: cdktf.numberToHclTerraform(struct!.timeWindow), + isBlock: false, + type: "simple", + storageClassType: "number", + }, + timeout: { + value: cdktf.numberToHclTerraform(struct!.timeout), + isBlock: false, + type: "simple", + storageClassType: "number", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class AlertGroupingSettingConfigAOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + private resolvableValue?: cdktf.IResolvable; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): AlertGroupingSettingConfigA | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._aggregate !== undefined) { + hasAnyValues = true; + internalValueResult.aggregate = this._aggregate; + } + if (this._fields !== undefined) { + hasAnyValues = true; + internalValueResult.fields = this._fields; + } + if (this._timeWindow !== undefined) { + hasAnyValues = true; + internalValueResult.timeWindow = this._timeWindow; + } + if (this._timeout !== undefined) { + hasAnyValues = true; + internalValueResult.timeout = this._timeout; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: AlertGroupingSettingConfigA | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._aggregate = undefined; + this._fields = undefined; + this._timeWindow = undefined; + this._timeout = undefined; + } + else if (cdktf.Tokenization.isResolvable(value)) { + this.isEmptyObject = false; + this.resolvableValue = value; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this.resolvableValue = undefined; + this._aggregate = value.aggregate; + this._fields = value.fields; + this._timeWindow = value.timeWindow; + this._timeout = value.timeout; + } + } + + // aggregate - computed: false, optional: true, required: false + private _aggregate?: string; + public get aggregate() { + return this.getStringAttribute('aggregate'); + } + public set aggregate(value: string) { + this._aggregate = value; + } + public resetAggregate() { + this._aggregate = undefined; + } + // Temporarily expose input value. Use with caution. + public get aggregateInput() { + return this._aggregate; + } + + // fields - computed: false, optional: true, required: false + private _fields?: string[]; + public get fields() { + return cdktf.Fn.tolist(this.getListAttribute('fields')); + } + public set fields(value: string[]) { + this._fields = value; + } + public resetFields() { + this._fields = undefined; + } + // Temporarily expose input value. Use with caution. + public get fieldsInput() { + return this._fields; + } + + // time_window - computed: true, optional: true, required: false + private _timeWindow?: number; + public get timeWindow() { + return this.getNumberAttribute('time_window'); + } + public set timeWindow(value: number) { + this._timeWindow = value; + } + public resetTimeWindow() { + this._timeWindow = undefined; + } + // Temporarily expose input value. Use with caution. + public get timeWindowInput() { + return this._timeWindow; + } + + // timeout - computed: true, optional: true, required: false + private _timeout?: number; + public get timeout() { + return this.getNumberAttribute('timeout'); + } + public set timeout(value: number) { + this._timeout = value; + } + public resetTimeout() { + this._timeout = undefined; + } + // Temporarily expose input value. Use with caution. + public get timeoutInput() { + return this._timeout; + } +} + +/** +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting} +*/ +export class AlertGroupingSetting extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "pagerduty_alert_grouping_setting"; + + // ============== + // STATIC Methods + // ============== + /** + * Generates CDKTF code for importing a AlertGroupingSetting resource upon running "cdktf plan " + * @param scope The scope in which to define this construct + * @param importToId The construct id used in the generated config for the AlertGroupingSetting to import + * @param importFromId The id of the existing AlertGroupingSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + * @param provider? Optional instance of the provider where the AlertGroupingSetting to import is found + */ + public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "pagerduty_alert_grouping_setting", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting} Resource + * + * @param scope The scope in which to define this construct + * @param id The scoped construct ID. Must be unique amongst siblings in the same scope + * @param options AlertGroupingSettingConfig + */ + public constructor(scope: Construct, id: string, config: AlertGroupingSettingConfig) { + super(scope, id, { + terraformResourceType: 'pagerduty_alert_grouping_setting', + terraformGeneratorMetadata: { + providerName: 'pagerduty', + providerVersion: '3.16.0', + providerVersionConstraint: '~> 3.0' + }, + provider: config.provider, + dependsOn: config.dependsOn, + count: config.count, + lifecycle: config.lifecycle, + provisioners: config.provisioners, + connection: config.connection, + forEach: config.forEach + }); + this._description = config.description; + this._name = config.name; + this._services = config.services; + this._type = config.type; + this._config.internalValue = config.config; + } + + // ========== + // ATTRIBUTES + // ========== + + // description - computed: true, optional: true, required: false + private _description?: string; + public get description() { + return this.getStringAttribute('description'); + } + public set description(value: string) { + this._description = value; + } + public resetDescription() { + this._description = undefined; + } + // Temporarily expose input value. Use with caution. + public get descriptionInput() { + return this._description; + } + + // id - computed: true, optional: false, required: false + public get id() { + return this.getStringAttribute('id'); + } + + // name - computed: false, optional: false, required: true + private _name?: string; + public get name() { + return this.getStringAttribute('name'); + } + public set name(value: string) { + this._name = value; + } + // Temporarily expose input value. Use with caution. + public get nameInput() { + return this._name; + } + + // services - computed: false, optional: false, required: true + private _services?: string[]; + public get services() { + return cdktf.Fn.tolist(this.getListAttribute('services')); + } + public set services(value: string[]) { + this._services = value; + } + // Temporarily expose input value. Use with caution. + public get servicesInput() { + return this._services; + } + + // type - computed: false, optional: false, required: true + private _type?: string; + public get type() { + return this.getStringAttribute('type'); + } + public set type(value: string) { + this._type = value; + } + // Temporarily expose input value. Use with caution. + public get typeInput() { + return this._type; + } + + // config - computed: false, optional: true, required: false + private _config = new AlertGroupingSettingConfigAOutputReference(this, "config"); + public get config() { + return this._config; + } + public putConfig(value: AlertGroupingSettingConfigA) { + this._config.internalValue = value; + } + public resetConfig() { + this._config.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get configInput() { + return this._config.internalValue; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + description: cdktf.stringToTerraform(this._description), + name: cdktf.stringToTerraform(this._name), + services: cdktf.listMapper(cdktf.stringToTerraform, false)(this._services), + type: cdktf.stringToTerraform(this._type), + config: alertGroupingSettingConfigAToTerraform(this._config.internalValue), + }; + } + + protected synthesizeHclAttributes(): { [name: string]: any } { + const attrs = { + description: { + value: cdktf.stringToHclTerraform(this._description), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + name: { + value: cdktf.stringToHclTerraform(this._name), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + services: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._services), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, + type: { + value: cdktf.stringToHclTerraform(this._type), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + config: { + value: alertGroupingSettingConfigAToHclTerraform(this._config.internalValue), + isBlock: true, + type: "struct", + storageClassType: "AlertGroupingSettingConfigA", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined )) + } +} diff --git a/src/automation-actions-action-service-association/README.md b/src/automation-actions-action-service-association/README.md index c9795cb80..c23a529d8 100644 --- a/src/automation-actions-action-service-association/README.md +++ b/src/automation-actions-action-service-association/README.md @@ -1,3 +1,3 @@ # `pagerduty_automation_actions_action_service_association` -Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_service_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association). +Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_service_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association). diff --git a/src/automation-actions-action-service-association/index.ts b/src/automation-actions-action-service-association/index.ts index 964d0e8a4..02bfd520b 100644 --- a/src/automation-actions-action-service-association/index.ts +++ b/src/automation-actions-action-service-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface AutomationActionsActionServiceAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id} */ readonly actionId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id} */ readonly serviceId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association} */ export class AutomationActionsActionServiceAssociation extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class AutomationActionsActionServiceAssociation extends cdktf.TerraformRe * Generates CDKTF code for importing a AutomationActionsActionServiceAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AutomationActionsActionServiceAssociation to import - * @param importFromId The id of the existing AutomationActionsActionServiceAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AutomationActionsActionServiceAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AutomationActionsActionServiceAssociation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class AutomationActionsActionServiceAssociation extends cdktf.TerraformRe // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class AutomationActionsActionServiceAssociation extends cdktf.TerraformRe terraformResourceType: 'pagerduty_automation_actions_action_service_association', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/automation-actions-action-team-association/README.md b/src/automation-actions-action-team-association/README.md index acd72af53..fc2999308 100644 --- a/src/automation-actions-action-team-association/README.md +++ b/src/automation-actions-action-team-association/README.md @@ -1,3 +1,3 @@ # `pagerduty_automation_actions_action_team_association` -Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association). +Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association). diff --git a/src/automation-actions-action-team-association/index.ts b/src/automation-actions-action-team-association/index.ts index ad1d3237a..f17e85959 100644 --- a/src/automation-actions-action-team-association/index.ts +++ b/src/automation-actions-action-team-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface AutomationActionsActionTeamAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id} */ readonly actionId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id} */ readonly teamId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association} */ export class AutomationActionsActionTeamAssociation extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class AutomationActionsActionTeamAssociation extends cdktf.TerraformResou * Generates CDKTF code for importing a AutomationActionsActionTeamAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AutomationActionsActionTeamAssociation to import - * @param importFromId The id of the existing AutomationActionsActionTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AutomationActionsActionTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AutomationActionsActionTeamAssociation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class AutomationActionsActionTeamAssociation extends cdktf.TerraformResou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class AutomationActionsActionTeamAssociation extends cdktf.TerraformResou terraformResourceType: 'pagerduty_automation_actions_action_team_association', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/automation-actions-action/README.md b/src/automation-actions-action/README.md index c3bc3064c..d0c61fba4 100644 --- a/src/automation-actions-action/README.md +++ b/src/automation-actions-action/README.md @@ -1,3 +1,3 @@ # `pagerduty_automation_actions_action` -Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action). +Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action). diff --git a/src/automation-actions-action/index.ts b/src/automation-actions-action/index.ts index d520d66cd..451a85bd4 100644 --- a/src/automation-actions-action/index.ts +++ b/src/automation-actions-action/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,74 +13,74 @@ import * as cdktf from 'cdktf'; export interface AutomationActionsActionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification} */ readonly actionClassification?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type} */ readonly actionType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time} */ readonly creationTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#description AutomationActionsAction#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#description AutomationActionsAction#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#id AutomationActionsAction#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#id AutomationActionsAction#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time} */ readonly modifyTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#name AutomationActionsAction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#name AutomationActionsAction#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id} */ readonly runnerId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type} */ readonly runnerType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#type AutomationActionsAction#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#type AutomationActionsAction#type} */ readonly type?: string; /** * action_data_reference block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference} */ readonly actionDataReference: AutomationActionsActionActionDataReference; } export interface AutomationActionsActionActionDataReference { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command} */ readonly invocationCommand?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments} */ readonly processAutomationJobArguments?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id} */ readonly processAutomationJobId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter} */ readonly processAutomationNodeFilter?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#script AutomationActionsAction#script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#script AutomationActionsAction#script} */ readonly script?: string; } @@ -280,7 +280,7 @@ export class AutomationActionsActionActionDataReferenceOutputReference extends c } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action} */ export class AutomationActionsAction extends cdktf.TerraformResource { @@ -296,7 +296,7 @@ export class AutomationActionsAction extends cdktf.TerraformResource { * Generates CDKTF code for importing a AutomationActionsAction resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AutomationActionsAction to import - * @param importFromId The id of the existing AutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AutomationActionsAction to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -308,7 +308,7 @@ export class AutomationActionsAction extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action pagerduty_automation_actions_action} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_action pagerduty_automation_actions_action} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -319,7 +319,7 @@ export class AutomationActionsAction extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_automation_actions_action', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/automation-actions-runner-team-association/README.md b/src/automation-actions-runner-team-association/README.md index 6560c857d..1c0a7fc25 100644 --- a/src/automation-actions-runner-team-association/README.md +++ b/src/automation-actions-runner-team-association/README.md @@ -1,3 +1,3 @@ # `pagerduty_automation_actions_runner_team_association` -Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association). +Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association). diff --git a/src/automation-actions-runner-team-association/index.ts b/src/automation-actions-runner-team-association/index.ts index 405aae4c1..439af86f4 100644 --- a/src/automation-actions-runner-team-association/index.ts +++ b/src/automation-actions-runner-team-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface AutomationActionsRunnerTeamAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id} */ readonly runnerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id} */ readonly teamId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} */ export class AutomationActionsRunnerTeamAssociation extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class AutomationActionsRunnerTeamAssociation extends cdktf.TerraformResou * Generates CDKTF code for importing a AutomationActionsRunnerTeamAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AutomationActionsRunnerTeamAssociation to import - * @param importFromId The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AutomationActionsRunnerTeamAssociation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class AutomationActionsRunnerTeamAssociation extends cdktf.TerraformResou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class AutomationActionsRunnerTeamAssociation extends cdktf.TerraformResou terraformResourceType: 'pagerduty_automation_actions_runner_team_association', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/automation-actions-runner/README.md b/src/automation-actions-runner/README.md index fb07d1a98..7ed9640fc 100644 --- a/src/automation-actions-runner/README.md +++ b/src/automation-actions-runner/README.md @@ -1,3 +1,3 @@ # `pagerduty_automation_actions_runner` -Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner). +Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner). diff --git a/src/automation-actions-runner/index.ts b/src/automation-actions-runner/index.ts index b5bc2c724..3ddf542c6 100644 --- a/src/automation-actions-runner/index.ts +++ b/src/automation-actions-runner/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,40 +13,40 @@ import * as cdktf from 'cdktf'; export interface AutomationActionsRunnerConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen} */ readonly lastSeen?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key} */ readonly runbookApiKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri} */ readonly runbookBaseUri?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type} */ readonly runnerType: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} */ export class AutomationActionsRunner extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class AutomationActionsRunner extends cdktf.TerraformResource { * Generates CDKTF code for importing a AutomationActionsRunner resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AutomationActionsRunner to import - * @param importFromId The id of the existing AutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AutomationActionsRunner to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class AutomationActionsRunner extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class AutomationActionsRunner extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_automation_actions_runner', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/business-service-subscriber/README.md b/src/business-service-subscriber/README.md index 359bf8d9e..abe056eb6 100644 --- a/src/business-service-subscriber/README.md +++ b/src/business-service-subscriber/README.md @@ -1,3 +1,3 @@ # `pagerduty_business_service_subscriber` -Refer to the Terraform Registry for docs: [`pagerduty_business_service_subscriber`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber). +Refer to the Terraform Registry for docs: [`pagerduty_business_service_subscriber`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber). diff --git a/src/business-service-subscriber/index.ts b/src/business-service-subscriber/index.ts index 673d66f3d..dc7c6fe3a 100644 --- a/src/business-service-subscriber/index.ts +++ b/src/business-service-subscriber/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface BusinessServiceSubscriberConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id} */ readonly businessServiceId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id} */ readonly subscriberId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type} */ readonly subscriberType: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} */ export class BusinessServiceSubscriber extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class BusinessServiceSubscriber extends cdktf.TerraformResource { * Generates CDKTF code for importing a BusinessServiceSubscriber resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the BusinessServiceSubscriber to import - * @param importFromId The id of the existing BusinessServiceSubscriber that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing BusinessServiceSubscriber that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BusinessServiceSubscriber to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class BusinessServiceSubscriber extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class BusinessServiceSubscriber extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_business_service_subscriber', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/business-service/README.md b/src/business-service/README.md index c3742a8e5..2133726cd 100644 --- a/src/business-service/README.md +++ b/src/business-service/README.md @@ -1,3 +1,3 @@ # `pagerduty_business_service` -Refer to the Terraform Registry for docs: [`pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service). +Refer to the Terraform Registry for docs: [`pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service). diff --git a/src/business-service/index.ts b/src/business-service/index.ts index a122cca32..ac79d4b0e 100644 --- a/src/business-service/index.ts +++ b/src/business-service/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,29 +13,29 @@ import * as cdktf from 'cdktf'; export interface BusinessServiceConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#description BusinessService#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#name BusinessService#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact} */ readonly pointOfContact?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#team BusinessService#team} */ readonly team?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#type BusinessService#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service} */ export class BusinessService extends cdktf.TerraformResource { @@ -51,7 +51,7 @@ export class BusinessService extends cdktf.TerraformResource { * Generates CDKTF code for importing a BusinessService resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the BusinessService to import - * @param importFromId The id of the existing BusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing BusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BusinessService to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -63,7 +63,7 @@ export class BusinessService extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/business_service pagerduty_business_service} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -74,7 +74,7 @@ export class BusinessService extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_business_service', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-alert-grouping-setting/README.md b/src/data-pagerduty-alert-grouping-setting/README.md new file mode 100644 index 000000000..587bca206 --- /dev/null +++ b/src/data-pagerduty-alert-grouping-setting/README.md @@ -0,0 +1,3 @@ +# `data_pagerduty_alert_grouping_setting` + +Refer to the Terraform Registry for docs: [`data_pagerduty_alert_grouping_setting`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting). diff --git a/src/data-pagerduty-alert-grouping-setting/index.ts b/src/data-pagerduty-alert-grouping-setting/index.ts new file mode 100644 index 000000000..06348c16d --- /dev/null +++ b/src/data-pagerduty-alert-grouping-setting/index.ts @@ -0,0 +1,302 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface DataPagerdutyAlertGroupingSettingConfig extends cdktf.TerraformMetaArguments { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#name DataPagerdutyAlertGroupingSetting#name} + */ + readonly name: string; + /** + * config block + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#config DataPagerdutyAlertGroupingSetting#config} + */ + readonly config?: DataPagerdutyAlertGroupingSettingConfigA; +} +export interface DataPagerdutyAlertGroupingSettingConfigA { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#aggregate DataPagerdutyAlertGroupingSetting#aggregate} + */ + readonly aggregate?: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#fields DataPagerdutyAlertGroupingSetting#fields} + */ + readonly fields?: string[]; +} + +export function dataPagerdutyAlertGroupingSettingConfigAToTerraform(struct?: DataPagerdutyAlertGroupingSettingConfigA | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + aggregate: cdktf.stringToTerraform(struct!.aggregate), + fields: cdktf.listMapper(cdktf.stringToTerraform, false)(struct!.fields), + } +} + + +export function dataPagerdutyAlertGroupingSettingConfigAToHclTerraform(struct?: DataPagerdutyAlertGroupingSettingConfigA | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + aggregate: { + value: cdktf.stringToHclTerraform(struct!.aggregate), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + fields: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(struct!.fields), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class DataPagerdutyAlertGroupingSettingConfigAOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + private resolvableValue?: cdktf.IResolvable; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): DataPagerdutyAlertGroupingSettingConfigA | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._aggregate !== undefined) { + hasAnyValues = true; + internalValueResult.aggregate = this._aggregate; + } + if (this._fields !== undefined) { + hasAnyValues = true; + internalValueResult.fields = this._fields; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: DataPagerdutyAlertGroupingSettingConfigA | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._aggregate = undefined; + this._fields = undefined; + } + else if (cdktf.Tokenization.isResolvable(value)) { + this.isEmptyObject = false; + this.resolvableValue = value; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this.resolvableValue = undefined; + this._aggregate = value.aggregate; + this._fields = value.fields; + } + } + + // aggregate - computed: false, optional: true, required: false + private _aggregate?: string; + public get aggregate() { + return this.getStringAttribute('aggregate'); + } + public set aggregate(value: string) { + this._aggregate = value; + } + public resetAggregate() { + this._aggregate = undefined; + } + // Temporarily expose input value. Use with caution. + public get aggregateInput() { + return this._aggregate; + } + + // fields - computed: false, optional: true, required: false + private _fields?: string[]; + public get fields() { + return cdktf.Fn.tolist(this.getListAttribute('fields')); + } + public set fields(value: string[]) { + this._fields = value; + } + public resetFields() { + this._fields = undefined; + } + // Temporarily expose input value. Use with caution. + public get fieldsInput() { + return this._fields; + } + + // time_window - computed: true, optional: false, required: false + public get timeWindow() { + return this.getNumberAttribute('time_window'); + } + + // timeout - computed: true, optional: false, required: false + public get timeout() { + return this.getNumberAttribute('timeout'); + } +} + +/** +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting} +*/ +export class DataPagerdutyAlertGroupingSetting extends cdktf.TerraformDataSource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "pagerduty_alert_grouping_setting"; + + // ============== + // STATIC Methods + // ============== + /** + * Generates CDKTF code for importing a DataPagerdutyAlertGroupingSetting resource upon running "cdktf plan " + * @param scope The scope in which to define this construct + * @param importToId The construct id used in the generated config for the DataPagerdutyAlertGroupingSetting to import + * @param importFromId The id of the existing DataPagerdutyAlertGroupingSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use + * @param provider? Optional instance of the provider where the DataPagerdutyAlertGroupingSetting to import is found + */ + public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "pagerduty_alert_grouping_setting", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/alert_grouping_setting pagerduty_alert_grouping_setting} Data Source + * + * @param scope The scope in which to define this construct + * @param id The scoped construct ID. Must be unique amongst siblings in the same scope + * @param options DataPagerdutyAlertGroupingSettingConfig + */ + public constructor(scope: Construct, id: string, config: DataPagerdutyAlertGroupingSettingConfig) { + super(scope, id, { + terraformResourceType: 'pagerduty_alert_grouping_setting', + terraformGeneratorMetadata: { + providerName: 'pagerduty', + providerVersion: '3.16.0', + providerVersionConstraint: '~> 3.0' + }, + provider: config.provider, + dependsOn: config.dependsOn, + count: config.count, + lifecycle: config.lifecycle, + provisioners: config.provisioners, + connection: config.connection, + forEach: config.forEach + }); + this._name = config.name; + this._config.internalValue = config.config; + } + + // ========== + // ATTRIBUTES + // ========== + + // description - computed: true, optional: false, required: false + public get description() { + return this.getStringAttribute('description'); + } + + // id - computed: true, optional: false, required: false + public get id() { + return this.getStringAttribute('id'); + } + + // name - computed: false, optional: false, required: true + private _name?: string; + public get name() { + return this.getStringAttribute('name'); + } + public set name(value: string) { + this._name = value; + } + // Temporarily expose input value. Use with caution. + public get nameInput() { + return this._name; + } + + // services - computed: true, optional: false, required: false + public get services() { + return cdktf.Fn.tolist(this.getListAttribute('services')); + } + + // type - computed: true, optional: false, required: false + public get type() { + return this.getStringAttribute('type'); + } + + // config - computed: false, optional: true, required: false + private _config = new DataPagerdutyAlertGroupingSettingConfigAOutputReference(this, "config"); + public get config() { + return this._config; + } + public putConfig(value: DataPagerdutyAlertGroupingSettingConfigA) { + this._config.internalValue = value; + } + public resetConfig() { + this._config.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get configInput() { + return this._config.internalValue; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + name: cdktf.stringToTerraform(this._name), + config: dataPagerdutyAlertGroupingSettingConfigAToTerraform(this._config.internalValue), + }; + } + + protected synthesizeHclAttributes(): { [name: string]: any } { + const attrs = { + name: { + value: cdktf.stringToHclTerraform(this._name), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + config: { + value: dataPagerdutyAlertGroupingSettingConfigAToHclTerraform(this._config.internalValue), + isBlock: true, + type: "struct", + storageClassType: "DataPagerdutyAlertGroupingSettingConfigA", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined )) + } +} diff --git a/src/data-pagerduty-automation-actions-action/README.md b/src/data-pagerduty-automation-actions-action/README.md index 39c95597d..521da2d4f 100644 --- a/src/data-pagerduty-automation-actions-action/README.md +++ b/src/data-pagerduty-automation-actions-action/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_automation_actions_action` -Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action). +Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action). diff --git a/src/data-pagerduty-automation-actions-action/index.ts b/src/data-pagerduty-automation-actions-action/index.ts index 3a4a54ae0..bd7d787d5 100644 --- a/src/data-pagerduty-automation-actions-action/index.ts +++ b/src/data-pagerduty-automation-actions-action/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyAutomationActionsActionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification} */ readonly actionClassification?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time} */ readonly creationTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time} */ readonly modifyTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id} */ readonly runnerId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type} */ readonly runnerType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type} */ readonly type?: string; } @@ -145,7 +145,7 @@ export class DataPagerdutyAutomationActionsActionActionDataReferenceList extends } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} */ export class DataPagerdutyAutomationActionsAction extends cdktf.TerraformDataSource { @@ -161,7 +161,7 @@ export class DataPagerdutyAutomationActionsAction extends cdktf.TerraformDataSou * Generates CDKTF code for importing a DataPagerdutyAutomationActionsAction resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyAutomationActionsAction to import - * @param importFromId The id of the existing DataPagerdutyAutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyAutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyAutomationActionsAction to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -173,7 +173,7 @@ export class DataPagerdutyAutomationActionsAction extends cdktf.TerraformDataSou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -184,7 +184,7 @@ export class DataPagerdutyAutomationActionsAction extends cdktf.TerraformDataSou terraformResourceType: 'pagerduty_automation_actions_action', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-automation-actions-runner/README.md b/src/data-pagerduty-automation-actions-runner/README.md index f822ffe3b..1bf85245f 100644 --- a/src/data-pagerduty-automation-actions-runner/README.md +++ b/src/data-pagerduty-automation-actions-runner/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_automation_actions_runner` -Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner). +Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner). diff --git a/src/data-pagerduty-automation-actions-runner/index.ts b/src/data-pagerduty-automation-actions-runner/index.ts index 7dd5cb326..00586e093 100644 --- a/src/data-pagerduty-automation-actions-runner/index.ts +++ b/src/data-pagerduty-automation-actions-runner/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyAutomationActionsRunnerConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen} */ readonly lastSeen?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri} */ readonly runbookBaseUri?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} */ export class DataPagerdutyAutomationActionsRunner extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataPagerdutyAutomationActionsRunner extends cdktf.TerraformDataSou * Generates CDKTF code for importing a DataPagerdutyAutomationActionsRunner resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyAutomationActionsRunner to import - * @param importFromId The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyAutomationActionsRunner to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataPagerdutyAutomationActionsRunner extends cdktf.TerraformDataSou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class DataPagerdutyAutomationActionsRunner extends cdktf.TerraformDataSou terraformResourceType: 'pagerduty_automation_actions_runner', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-business-service/README.md b/src/data-pagerduty-business-service/README.md index db970c759..107aa81a8 100644 --- a/src/data-pagerduty-business-service/README.md +++ b/src/data-pagerduty-business-service/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_business_service` -Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service). +Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service). diff --git a/src/data-pagerduty-business-service/index.ts b/src/data-pagerduty-business-service/index.ts index 13f0d1c47..304222a7d 100644 --- a/src/data-pagerduty-business-service/index.ts +++ b/src/data-pagerduty-business-service/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,13 +13,13 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyBusinessServiceConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service} */ export class DataPagerdutyBusinessService extends cdktf.TerraformDataSource { @@ -35,7 +35,7 @@ export class DataPagerdutyBusinessService extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyBusinessService resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyBusinessService to import - * @param importFromId The id of the existing DataPagerdutyBusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyBusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyBusinessService to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -47,7 +47,7 @@ export class DataPagerdutyBusinessService extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -58,7 +58,7 @@ export class DataPagerdutyBusinessService extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_business_service', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-escalation-policy/README.md b/src/data-pagerduty-escalation-policy/README.md index a4c5bc47b..5f3664ce0 100644 --- a/src/data-pagerduty-escalation-policy/README.md +++ b/src/data-pagerduty-escalation-policy/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_escalation_policy` -Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy). +Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy). diff --git a/src/data-pagerduty-escalation-policy/index.ts b/src/data-pagerduty-escalation-policy/index.ts index 0d4426c09..902d5363c 100644 --- a/src/data-pagerduty-escalation-policy/index.ts +++ b/src/data-pagerduty-escalation-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyEscalationPolicyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} */ export class DataPagerdutyEscalationPolicy extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutyEscalationPolicy extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyEscalationPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyEscalationPolicy to import - * @param importFromId The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutyEscalationPolicy extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutyEscalationPolicy extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_escalation_policy', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-event-orchestration-global-cache-variable/README.md b/src/data-pagerduty-event-orchestration-global-cache-variable/README.md index f3ee2799d..c6230cd8a 100644 --- a/src/data-pagerduty-event-orchestration-global-cache-variable/README.md +++ b/src/data-pagerduty-event-orchestration-global-cache-variable/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_event_orchestration_global_cache_variable` -Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable). +Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable). diff --git a/src/data-pagerduty-event-orchestration-global-cache-variable/index.ts b/src/data-pagerduty-event-orchestration-global-cache-variable/index.ts index 2594f4f66..4fcd94811 100644 --- a/src/data-pagerduty-event-orchestration-global-cache-variable/index.ts +++ b/src/data-pagerduty-event-orchestration-global-cache-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyEventOrchestrationGlobalCacheVariableConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name} */ readonly name?: string; } @@ -195,7 +195,7 @@ export class DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationList } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} */ export class DataPagerdutyEventOrchestrationGlobalCacheVariable extends cdktf.TerraformDataSource { @@ -211,7 +211,7 @@ export class DataPagerdutyEventOrchestrationGlobalCacheVariable extends cdktf.Te * Generates CDKTF code for importing a DataPagerdutyEventOrchestrationGlobalCacheVariable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyEventOrchestrationGlobalCacheVariable to import - * @param importFromId The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyEventOrchestrationGlobalCacheVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -223,7 +223,7 @@ export class DataPagerdutyEventOrchestrationGlobalCacheVariable extends cdktf.Te // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -234,7 +234,7 @@ export class DataPagerdutyEventOrchestrationGlobalCacheVariable extends cdktf.Te terraformResourceType: 'pagerduty_event_orchestration_global_cache_variable', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-event-orchestration-integration/README.md b/src/data-pagerduty-event-orchestration-integration/README.md index 5c9660659..b77c9ce22 100644 --- a/src/data-pagerduty-event-orchestration-integration/README.md +++ b/src/data-pagerduty-event-orchestration-integration/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_event_orchestration_integration` -Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration). +Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration). diff --git a/src/data-pagerduty-event-orchestration-integration/index.ts b/src/data-pagerduty-event-orchestration-integration/index.ts index 34dacf303..2d9849a85 100644 --- a/src/data-pagerduty-event-orchestration-integration/index.ts +++ b/src/data-pagerduty-event-orchestration-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyEventOrchestrationIntegrationAConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label} */ readonly label?: string; } @@ -110,7 +110,7 @@ export class DataPagerdutyEventOrchestrationIntegrationParametersAList extends c } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} */ export class DataPagerdutyEventOrchestrationIntegrationA extends cdktf.TerraformDataSource { @@ -126,7 +126,7 @@ export class DataPagerdutyEventOrchestrationIntegrationA extends cdktf.Terraform * Generates CDKTF code for importing a DataPagerdutyEventOrchestrationIntegrationA resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import - * @param importFromId The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -138,7 +138,7 @@ export class DataPagerdutyEventOrchestrationIntegrationA extends cdktf.Terraform // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -149,7 +149,7 @@ export class DataPagerdutyEventOrchestrationIntegrationA extends cdktf.Terraform terraformResourceType: 'pagerduty_event_orchestration_integration', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-event-orchestration-service-cache-variable/README.md b/src/data-pagerduty-event-orchestration-service-cache-variable/README.md index 4e197fe40..9144231bd 100644 --- a/src/data-pagerduty-event-orchestration-service-cache-variable/README.md +++ b/src/data-pagerduty-event-orchestration-service-cache-variable/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_event_orchestration_service_cache_variable` -Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable). +Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable). diff --git a/src/data-pagerduty-event-orchestration-service-cache-variable/index.ts b/src/data-pagerduty-event-orchestration-service-cache-variable/index.ts index 244bf4d4e..094d043ca 100644 --- a/src/data-pagerduty-event-orchestration-service-cache-variable/index.ts +++ b/src/data-pagerduty-event-orchestration-service-cache-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyEventOrchestrationServiceCacheVariableConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service} */ readonly service: string; } @@ -195,7 +195,7 @@ export class DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationLis } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} */ export class DataPagerdutyEventOrchestrationServiceCacheVariable extends cdktf.TerraformDataSource { @@ -211,7 +211,7 @@ export class DataPagerdutyEventOrchestrationServiceCacheVariable extends cdktf.T * Generates CDKTF code for importing a DataPagerdutyEventOrchestrationServiceCacheVariable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyEventOrchestrationServiceCacheVariable to import - * @param importFromId The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyEventOrchestrationServiceCacheVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -223,7 +223,7 @@ export class DataPagerdutyEventOrchestrationServiceCacheVariable extends cdktf.T // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -234,7 +234,7 @@ export class DataPagerdutyEventOrchestrationServiceCacheVariable extends cdktf.T terraformResourceType: 'pagerduty_event_orchestration_service_cache_variable', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-event-orchestration/README.md b/src/data-pagerduty-event-orchestration/README.md index 4d9ccf5c4..dfc4060e9 100644 --- a/src/data-pagerduty-event-orchestration/README.md +++ b/src/data-pagerduty-event-orchestration/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_event_orchestration` -Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration). +Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration). diff --git a/src/data-pagerduty-event-orchestration/index.ts b/src/data-pagerduty-event-orchestration/index.ts index 0cfa1a23a..472ce9e6b 100644 --- a/src/data-pagerduty-event-orchestration/index.ts +++ b/src/data-pagerduty-event-orchestration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyEventOrchestrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name} */ readonly name: string; /** * integration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration} */ readonly integration?: DataPagerdutyEventOrchestrationIntegration[] | cdktf.IResolvable; } @@ -209,7 +209,7 @@ export class DataPagerdutyEventOrchestrationIntegrationList extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration} */ export class DataPagerdutyEventOrchestration extends cdktf.TerraformDataSource { @@ -225,7 +225,7 @@ export class DataPagerdutyEventOrchestration extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyEventOrchestration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyEventOrchestration to import - * @param importFromId The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -237,7 +237,7 @@ export class DataPagerdutyEventOrchestration extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -248,7 +248,7 @@ export class DataPagerdutyEventOrchestration extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_event_orchestration', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-event-orchestrations/README.md b/src/data-pagerduty-event-orchestrations/README.md index 61e057479..c08593be1 100644 --- a/src/data-pagerduty-event-orchestrations/README.md +++ b/src/data-pagerduty-event-orchestrations/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_event_orchestrations` -Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations). +Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations). diff --git a/src/data-pagerduty-event-orchestrations/index.ts b/src/data-pagerduty-event-orchestrations/index.ts index 4d5cc7874..ced48a82e 100644 --- a/src/data-pagerduty-event-orchestrations/index.ts +++ b/src/data-pagerduty-event-orchestrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyEventOrchestrationsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter} */ readonly nameFilter: string; } @@ -278,7 +278,7 @@ export class DataPagerdutyEventOrchestrationsEventOrchestrationsList extends cdk } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} */ export class DataPagerdutyEventOrchestrations extends cdktf.TerraformDataSource { @@ -294,7 +294,7 @@ export class DataPagerdutyEventOrchestrations extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataPagerdutyEventOrchestrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyEventOrchestrations to import - * @param importFromId The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyEventOrchestrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -306,7 +306,7 @@ export class DataPagerdutyEventOrchestrations extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -317,7 +317,7 @@ export class DataPagerdutyEventOrchestrations extends cdktf.TerraformDataSource terraformResourceType: 'pagerduty_event_orchestrations', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-extension-schema/README.md b/src/data-pagerduty-extension-schema/README.md index 4567c6113..567f78460 100644 --- a/src/data-pagerduty-extension-schema/README.md +++ b/src/data-pagerduty-extension-schema/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_extension_schema` -Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema). +Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema). diff --git a/src/data-pagerduty-extension-schema/index.ts b/src/data-pagerduty-extension-schema/index.ts index 0825bf3b3..6347d8355 100644 --- a/src/data-pagerduty-extension-schema/index.ts +++ b/src/data-pagerduty-extension-schema/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,13 +13,13 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyExtensionSchemaConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema} */ export class DataPagerdutyExtensionSchema extends cdktf.TerraformDataSource { @@ -35,7 +35,7 @@ export class DataPagerdutyExtensionSchema extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyExtensionSchema resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyExtensionSchema to import - * @param importFromId The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyExtensionSchema to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -47,7 +47,7 @@ export class DataPagerdutyExtensionSchema extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -58,7 +58,7 @@ export class DataPagerdutyExtensionSchema extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_extension_schema', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-incident-custom-field/README.md b/src/data-pagerduty-incident-custom-field/README.md index 79207622e..93e0377d3 100644 --- a/src/data-pagerduty-incident-custom-field/README.md +++ b/src/data-pagerduty-incident-custom-field/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_incident_custom_field` -Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field). +Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field). diff --git a/src/data-pagerduty-incident-custom-field/index.ts b/src/data-pagerduty-incident-custom-field/index.ts index fe1228771..055babc5c 100644 --- a/src/data-pagerduty-incident-custom-field/index.ts +++ b/src/data-pagerduty-incident-custom-field/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyIncidentCustomFieldConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} */ export class DataPagerdutyIncidentCustomField extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutyIncidentCustomField extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataPagerdutyIncidentCustomField resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyIncidentCustomField to import - * @param importFromId The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyIncidentCustomField to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutyIncidentCustomField extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutyIncidentCustomField extends cdktf.TerraformDataSource terraformResourceType: 'pagerduty_incident_custom_field', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-incident-workflow/README.md b/src/data-pagerduty-incident-workflow/README.md index 011bfaa55..833464f73 100644 --- a/src/data-pagerduty-incident-workflow/README.md +++ b/src/data-pagerduty-incident-workflow/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_incident_workflow` -Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow). +Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow). diff --git a/src/data-pagerduty-incident-workflow/index.ts b/src/data-pagerduty-incident-workflow/index.ts index 91b3b91b2..f96255f8d 100644 --- a/src/data-pagerduty-incident-workflow/index.ts +++ b/src/data-pagerduty-incident-workflow/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyIncidentWorkflowConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow} */ export class DataPagerdutyIncidentWorkflow extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutyIncidentWorkflow extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyIncidentWorkflow resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyIncidentWorkflow to import - * @param importFromId The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyIncidentWorkflow to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutyIncidentWorkflow extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/incident_workflow pagerduty_incident_workflow} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/incident_workflow pagerduty_incident_workflow} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutyIncidentWorkflow extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_incident_workflow', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-license/README.md b/src/data-pagerduty-license/README.md index 6a0f85aeb..8a0424716 100644 --- a/src/data-pagerduty-license/README.md +++ b/src/data-pagerduty-license/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_license` -Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license). +Refer to the Terraform Registry for docs: [`data_pagerduty_license`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license). diff --git a/src/data-pagerduty-license/index.ts b/src/data-pagerduty-license/index.ts index cc0a6d590..e931b2647 100644 --- a/src/data-pagerduty-license/index.ts +++ b/src/data-pagerduty-license/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyLicenseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#description DataPagerdutyLicense#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#description DataPagerdutyLicense#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#id DataPagerdutyLicense#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#id DataPagerdutyLicense#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#name DataPagerdutyLicense#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#name DataPagerdutyLicense#name} */ readonly name?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license} */ export class DataPagerdutyLicense extends cdktf.TerraformDataSource { @@ -46,7 +46,7 @@ export class DataPagerdutyLicense extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyLicense resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyLicense to import - * @param importFromId The id of the existing DataPagerdutyLicense that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyLicense that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyLicense to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class DataPagerdutyLicense extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/license pagerduty_license} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/license pagerduty_license} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class DataPagerdutyLicense extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_license', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-licenses/README.md b/src/data-pagerduty-licenses/README.md index 169122c35..44bc65a20 100644 --- a/src/data-pagerduty-licenses/README.md +++ b/src/data-pagerduty-licenses/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_licenses` -Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses). +Refer to the Terraform Registry for docs: [`data_pagerduty_licenses`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses). diff --git a/src/data-pagerduty-licenses/index.ts b/src/data-pagerduty-licenses/index.ts index fbc3e29fb..362064b69 100644 --- a/src/data-pagerduty-licenses/index.ts +++ b/src/data-pagerduty-licenses/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyLicensesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#id DataPagerdutyLicenses#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#id DataPagerdutyLicenses#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ export class DataPagerdutyLicensesLicensesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses} */ export class DataPagerdutyLicenses extends cdktf.TerraformDataSource { @@ -163,7 +163,7 @@ export class DataPagerdutyLicenses extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyLicenses resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyLicenses to import - * @param importFromId The id of the existing DataPagerdutyLicenses that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyLicenses that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyLicenses to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -175,7 +175,7 @@ export class DataPagerdutyLicenses extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/licenses pagerduty_licenses} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/licenses pagerduty_licenses} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -186,7 +186,7 @@ export class DataPagerdutyLicenses extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_licenses', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-priority/README.md b/src/data-pagerduty-priority/README.md index f266e1a57..6bf301d95 100644 --- a/src/data-pagerduty-priority/README.md +++ b/src/data-pagerduty-priority/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_priority` -Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority). +Refer to the Terraform Registry for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority). diff --git a/src/data-pagerduty-priority/index.ts b/src/data-pagerduty-priority/index.ts index 90b2a82f6..dbe4f3b91 100644 --- a/src/data-pagerduty-priority/index.ts +++ b/src/data-pagerduty-priority/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +15,13 @@ export interface DataPagerdutyPriorityConfig extends cdktf.TerraformMetaArgument /** * The name of the priority to find in the PagerDuty API * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#name DataPagerdutyPriority#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority} */ export class DataPagerdutyPriority extends cdktf.TerraformDataSource { @@ -37,7 +37,7 @@ export class DataPagerdutyPriority extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyPriority resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyPriority to import - * @param importFromId The id of the existing DataPagerdutyPriority that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyPriority that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyPriority to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +49,7 @@ export class DataPagerdutyPriority extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/priority pagerduty_priority} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/priority pagerduty_priority} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +60,7 @@ export class DataPagerdutyPriority extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_priority', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-ruleset/README.md b/src/data-pagerduty-ruleset/README.md index 7d74d3bcf..7685669b0 100644 --- a/src/data-pagerduty-ruleset/README.md +++ b/src/data-pagerduty-ruleset/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_ruleset` -Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset). +Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset). diff --git a/src/data-pagerduty-ruleset/index.ts b/src/data-pagerduty-ruleset/index.ts index 1fc858bee..14376e822 100644 --- a/src/data-pagerduty-ruleset/index.ts +++ b/src/data-pagerduty-ruleset/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyRulesetConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#id DataPagerdutyRuleset#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#name DataPagerdutyRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset} */ export class DataPagerdutyRuleset extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutyRuleset extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyRuleset resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyRuleset to import - * @param importFromId The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyRuleset to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutyRuleset extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/ruleset pagerduty_ruleset} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/ruleset pagerduty_ruleset} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutyRuleset extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_ruleset', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-schedule/README.md b/src/data-pagerduty-schedule/README.md index 36acb4054..4e36e53a6 100644 --- a/src/data-pagerduty-schedule/README.md +++ b/src/data-pagerduty-schedule/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_schedule` -Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule). +Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule). diff --git a/src/data-pagerduty-schedule/index.ts b/src/data-pagerduty-schedule/index.ts index 43331a5a9..171c31fdc 100644 --- a/src/data-pagerduty-schedule/index.ts +++ b/src/data-pagerduty-schedule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyScheduleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#id DataPagerdutySchedule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#name DataPagerdutySchedule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule} */ export class DataPagerdutySchedule extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutySchedule extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutySchedule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutySchedule to import - * @param importFromId The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutySchedule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutySchedule extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/schedule pagerduty_schedule} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutySchedule extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_schedule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-service-integration/README.md b/src/data-pagerduty-service-integration/README.md index 6d241f117..e67d5b5ae 100644 --- a/src/data-pagerduty-service-integration/README.md +++ b/src/data-pagerduty-service-integration/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_service_integration` -Refer to the Terraform Registry for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration). +Refer to the Terraform Registry for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration). diff --git a/src/data-pagerduty-service-integration/index.ts b/src/data-pagerduty-service-integration/index.ts index 9f4f9dfc2..3f858d4ba 100644 --- a/src/data-pagerduty-service-integration/index.ts +++ b/src/data-pagerduty-service-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DataPagerdutyServiceIntegrationConfig extends cdktf.TerraformMe /** * examples "Amazon CloudWatch", "New Relic" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary} */ readonly integrationSummary: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name} */ readonly serviceName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration} */ export class DataPagerdutyServiceIntegration extends cdktf.TerraformDataSource { @@ -41,7 +41,7 @@ export class DataPagerdutyServiceIntegration extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyServiceIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyServiceIntegration to import - * @param importFromId The id of the existing DataPagerdutyServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyServiceIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -53,7 +53,7 @@ export class DataPagerdutyServiceIntegration extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service_integration pagerduty_service_integration} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -64,7 +64,7 @@ export class DataPagerdutyServiceIntegration extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_service_integration', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-service/README.md b/src/data-pagerduty-service/README.md index 3411b2e48..06e302d32 100644 --- a/src/data-pagerduty-service/README.md +++ b/src/data-pagerduty-service/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_service` -Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service). +Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service). diff --git a/src/data-pagerduty-service/index.ts b/src/data-pagerduty-service/index.ts index 6afb42b48..27eaa1607 100644 --- a/src/data-pagerduty-service/index.ts +++ b/src/data-pagerduty-service/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyServiceConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#name DataPagerdutyService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name} */ readonly name: string; } @@ -99,7 +99,7 @@ export class DataPagerdutyServiceTeamsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service} */ export class DataPagerdutyService extends cdktf.TerraformDataSource { @@ -115,7 +115,7 @@ export class DataPagerdutyService extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyService resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyService to import - * @param importFromId The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyService to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -127,7 +127,7 @@ export class DataPagerdutyService extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/service pagerduty_service} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -138,7 +138,7 @@ export class DataPagerdutyService extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_service', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-standards-resource-scores/README.md b/src/data-pagerduty-standards-resource-scores/README.md index cc3f3441e..b233f3a33 100644 --- a/src/data-pagerduty-standards-resource-scores/README.md +++ b/src/data-pagerduty-standards-resource-scores/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_standards_resource_scores` -Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores). +Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores). diff --git a/src/data-pagerduty-standards-resource-scores/index.ts b/src/data-pagerduty-standards-resource-scores/index.ts index 562db5c41..9f591689b 100644 --- a/src/data-pagerduty-standards-resource-scores/index.ts +++ b/src/data-pagerduty-standards-resource-scores/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyStandardsResourceScoresConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type} */ readonly resourceType: string; } @@ -185,7 +185,7 @@ export class DataPagerdutyStandardsResourceScoresStandardsList extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} */ export class DataPagerdutyStandardsResourceScores extends cdktf.TerraformDataSource { @@ -201,7 +201,7 @@ export class DataPagerdutyStandardsResourceScores extends cdktf.TerraformDataSou * Generates CDKTF code for importing a DataPagerdutyStandardsResourceScores resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyStandardsResourceScores to import - * @param importFromId The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyStandardsResourceScores to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -213,7 +213,7 @@ export class DataPagerdutyStandardsResourceScores extends cdktf.TerraformDataSou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -224,7 +224,7 @@ export class DataPagerdutyStandardsResourceScores extends cdktf.TerraformDataSou terraformResourceType: 'pagerduty_standards_resource_scores', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-standards-resources-scores/README.md b/src/data-pagerduty-standards-resources-scores/README.md index 4bbfa65a2..dada1ccef 100644 --- a/src/data-pagerduty-standards-resources-scores/README.md +++ b/src/data-pagerduty-standards-resources-scores/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_standards_resources_scores` -Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores). +Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores). diff --git a/src/data-pagerduty-standards-resources-scores/index.ts b/src/data-pagerduty-standards-resources-scores/index.ts index 9b39a6e97..41cfe109e 100644 --- a/src/data-pagerduty-standards-resources-scores/index.ts +++ b/src/data-pagerduty-standards-resources-scores/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyStandardsResourcesScoresConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids} */ readonly ids: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type} */ readonly resourceType: string; } @@ -274,7 +274,7 @@ export class DataPagerdutyStandardsResourcesScoresResourcesList extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} */ export class DataPagerdutyStandardsResourcesScores extends cdktf.TerraformDataSource { @@ -290,7 +290,7 @@ export class DataPagerdutyStandardsResourcesScores extends cdktf.TerraformDataSo * Generates CDKTF code for importing a DataPagerdutyStandardsResourcesScores resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyStandardsResourcesScores to import - * @param importFromId The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyStandardsResourcesScores to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -302,7 +302,7 @@ export class DataPagerdutyStandardsResourcesScores extends cdktf.TerraformDataSo // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -313,7 +313,7 @@ export class DataPagerdutyStandardsResourcesScores extends cdktf.TerraformDataSo terraformResourceType: 'pagerduty_standards_resources_scores', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-standards/README.md b/src/data-pagerduty-standards/README.md index f7953d2ac..984e2faec 100644 --- a/src/data-pagerduty-standards/README.md +++ b/src/data-pagerduty-standards/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_standards` -Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards). +Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards). diff --git a/src/data-pagerduty-standards/index.ts b/src/data-pagerduty-standards/index.ts index f7870ab2d..8a733bcc4 100644 --- a/src/data-pagerduty-standards/index.ts +++ b/src/data-pagerduty-standards/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyStandardsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type} */ readonly resourceType?: string; } @@ -291,7 +291,7 @@ export class DataPagerdutyStandardsStandardsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards} */ export class DataPagerdutyStandards extends cdktf.TerraformDataSource { @@ -307,7 +307,7 @@ export class DataPagerdutyStandards extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyStandards resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyStandards to import - * @param importFromId The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyStandards to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -319,7 +319,7 @@ export class DataPagerdutyStandards extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/standards pagerduty_standards} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -330,7 +330,7 @@ export class DataPagerdutyStandards extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_standards', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-tag/README.md b/src/data-pagerduty-tag/README.md index 6281b5ed2..c955c9cea 100644 --- a/src/data-pagerduty-tag/README.md +++ b/src/data-pagerduty-tag/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_tag` -Refer to the Terraform Registry for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag). +Refer to the Terraform Registry for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag). diff --git a/src/data-pagerduty-tag/index.ts b/src/data-pagerduty-tag/index.ts index a3c7264ed..9a5c3301e 100644 --- a/src/data-pagerduty-tag/index.ts +++ b/src/data-pagerduty-tag/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +15,13 @@ export interface DataPagerdutyTagConfig extends cdktf.TerraformMetaArguments { /** * The label of the tag to find in the PagerDuty API * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#label DataPagerdutyTag#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#label DataPagerdutyTag#label} */ readonly label: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag} */ export class DataPagerdutyTag extends cdktf.TerraformDataSource { @@ -37,7 +37,7 @@ export class DataPagerdutyTag extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyTag resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyTag to import - * @param importFromId The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyTag to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +49,7 @@ export class DataPagerdutyTag extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/tag pagerduty_tag} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/tag pagerduty_tag} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +60,7 @@ export class DataPagerdutyTag extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_tag', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-team-members/README.md b/src/data-pagerduty-team-members/README.md index 5a07d1c83..19c91aeac 100644 --- a/src/data-pagerduty-team-members/README.md +++ b/src/data-pagerduty-team-members/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_team_members` -Refer to the Terraform Registry for docs: [`data_pagerduty_team_members`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members). +Refer to the Terraform Registry for docs: [`data_pagerduty_team_members`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members). diff --git a/src/data-pagerduty-team-members/index.ts b/src/data-pagerduty-team-members/index.ts index 70fd3d565..e9eecd2a9 100644 --- a/src/data-pagerduty-team-members/index.ts +++ b/src/data-pagerduty-team-members/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyTeamMembersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataPagerdutyTeamMembersConfig extends cdktf.TerraformMetaArgum /** * The ID of the team to find via the PagerDuty API * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id} */ readonly teamId: string; } @@ -118,7 +118,7 @@ export class DataPagerdutyTeamMembersMembersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members} */ export class DataPagerdutyTeamMembers extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataPagerdutyTeamMembers extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyTeamMembers resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyTeamMembers to import - * @param importFromId The id of the existing DataPagerdutyTeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyTeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyTeamMembers to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -146,7 +146,7 @@ export class DataPagerdutyTeamMembers extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team_members pagerduty_team_members} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team_members pagerduty_team_members} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -157,7 +157,7 @@ export class DataPagerdutyTeamMembers extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_team_members', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-team/README.md b/src/data-pagerduty-team/README.md index 7a9d9013b..c61b0ed18 100644 --- a/src/data-pagerduty-team/README.md +++ b/src/data-pagerduty-team/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_team` -Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team). +Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team). diff --git a/src/data-pagerduty-team/index.ts b/src/data-pagerduty-team/index.ts index de9f0658f..2d90f2b12 100644 --- a/src/data-pagerduty-team/index.ts +++ b/src/data-pagerduty-team/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyTeamConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#default_role DataPagerdutyTeam#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role} */ readonly defaultRole?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#id DataPagerdutyTeam#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#id DataPagerdutyTeam#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,17 +26,17 @@ export interface DataPagerdutyTeamConfig extends cdktf.TerraformMetaArguments { /** * The name of the team to find in the PagerDuty API * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#name DataPagerdutyTeam#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#name DataPagerdutyTeam#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#parent DataPagerdutyTeam#parent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent} */ readonly parent?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team} */ export class DataPagerdutyTeam extends cdktf.TerraformDataSource { @@ -52,7 +52,7 @@ export class DataPagerdutyTeam extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyTeam resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyTeam to import - * @param importFromId The id of the existing DataPagerdutyTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyTeam to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -64,7 +64,7 @@ export class DataPagerdutyTeam extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/team pagerduty_team} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/team pagerduty_team} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -75,7 +75,7 @@ export class DataPagerdutyTeam extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_team', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-user-contact-method/README.md b/src/data-pagerduty-user-contact-method/README.md index da26878a5..af4f73abd 100644 --- a/src/data-pagerduty-user-contact-method/README.md +++ b/src/data-pagerduty-user-contact-method/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_user_contact_method` -Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method). +Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method). diff --git a/src/data-pagerduty-user-contact-method/index.ts b/src/data-pagerduty-user-contact-method/index.ts index 21eda3576..966ec539a 100644 --- a/src/data-pagerduty-user-contact-method/index.ts +++ b/src/data-pagerduty-user-contact-method/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyUserContactMethodConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,23 +22,23 @@ export interface DataPagerdutyUserContactMethodConfig extends cdktf.TerraformMet /** * The name of the contact method to find in the PagerDuty API * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label} */ readonly label: string; /** * The type of the contact method * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id} */ readonly userId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method} */ export class DataPagerdutyUserContactMethod extends cdktf.TerraformDataSource { @@ -54,7 +54,7 @@ export class DataPagerdutyUserContactMethod extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyUserContactMethod resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyUserContactMethod to import - * @param importFromId The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyUserContactMethod to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -66,7 +66,7 @@ export class DataPagerdutyUserContactMethod extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -77,7 +77,7 @@ export class DataPagerdutyUserContactMethod extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_user_contact_method', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-user/README.md b/src/data-pagerduty-user/README.md index 9b00e212a..ccacda414 100644 --- a/src/data-pagerduty-user/README.md +++ b/src/data-pagerduty-user/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_user` -Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user). +Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user). diff --git a/src/data-pagerduty-user/index.ts b/src/data-pagerduty-user/index.ts index 8aeac83b3..c51a6c0a7 100644 --- a/src/data-pagerduty-user/index.ts +++ b/src/data-pagerduty-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyUserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#email DataPagerdutyUser#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#email DataPagerdutyUser#email} */ readonly email: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#id DataPagerdutyUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#id DataPagerdutyUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,7 +26,7 @@ export interface DataPagerdutyUserConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user} */ export class DataPagerdutyUser extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutyUser extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyUser resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyUser to import - * @param importFromId The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutyUser extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user pagerduty_user} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/user pagerduty_user} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutyUser extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_user', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-users/README.md b/src/data-pagerduty-users/README.md index b567e8f69..d6a2572b0 100644 --- a/src/data-pagerduty-users/README.md +++ b/src/data-pagerduty-users/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_users` -Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users). +Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users). diff --git a/src/data-pagerduty-users/index.ts b/src/data-pagerduty-users/index.ts index 97b36a038..1cda6da0b 100644 --- a/src/data-pagerduty-users/index.ts +++ b/src/data-pagerduty-users/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyUsersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#id DataPagerdutyUsers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids} */ readonly teamIds?: string[]; } @@ -136,7 +136,7 @@ export class DataPagerdutyUsersUsersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users} */ export class DataPagerdutyUsers extends cdktf.TerraformDataSource { @@ -152,7 +152,7 @@ export class DataPagerdutyUsers extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyUsers resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyUsers to import - * @param importFromId The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyUsers to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -164,7 +164,7 @@ export class DataPagerdutyUsers extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/users pagerduty_users} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -175,7 +175,7 @@ export class DataPagerdutyUsers extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_users', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/data-pagerduty-vendor/README.md b/src/data-pagerduty-vendor/README.md index c1f53a84e..ca5a72ebb 100644 --- a/src/data-pagerduty-vendor/README.md +++ b/src/data-pagerduty-vendor/README.md @@ -1,3 +1,3 @@ # `data_pagerduty_vendor` -Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor). +Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor). diff --git a/src/data-pagerduty-vendor/index.ts b/src/data-pagerduty-vendor/index.ts index 97b782a57..853696a1b 100644 --- a/src/data-pagerduty-vendor/index.ts +++ b/src/data-pagerduty-vendor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataPagerdutyVendorConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor} */ export class DataPagerdutyVendor extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataPagerdutyVendor extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataPagerdutyVendor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPagerdutyVendor to import - * @param importFromId The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPagerdutyVendor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataPagerdutyVendor extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor} Data Source + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/vendor pagerduty_vendor} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class DataPagerdutyVendor extends cdktf.TerraformDataSource { terraformResourceType: 'pagerduty_vendor', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/escalation-policy/README.md b/src/escalation-policy/README.md index c67ae52f2..bad05a814 100644 --- a/src/escalation-policy/README.md +++ b/src/escalation-policy/README.md @@ -1,3 +1,3 @@ # `pagerduty_escalation_policy` -Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy). +Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy). diff --git a/src/escalation-policy/index.ts b/src/escalation-policy/index.ts index e44d74493..1716db3ce 100644 --- a/src/escalation-policy/index.ts +++ b/src/escalation-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface EscalationPolicyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#description EscalationPolicy#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#name EscalationPolicy#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops} */ readonly numLoops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams} */ readonly teams?: string[]; /** * rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule} */ readonly rule: EscalationPolicyRule[] | cdktf.IResolvable; } export interface EscalationPolicyRuleEscalationRuleAssignmentStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type} */ readonly type?: string; } @@ -128,14 +128,14 @@ export class EscalationPolicyRuleEscalationRuleAssignmentStrategyOutputReference } export interface EscalationPolicyRuleTarget { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#id EscalationPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#type EscalationPolicy#type} */ readonly type?: string; } @@ -277,19 +277,19 @@ export class EscalationPolicyRuleTargetList extends cdktf.ComplexList { } export interface EscalationPolicyRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes} */ readonly escalationDelayInMinutes: number; /** * escalation_rule_assignment_strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy} */ readonly escalationRuleAssignmentStrategy?: EscalationPolicyRuleEscalationRuleAssignmentStrategy; /** * target block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#target EscalationPolicy#target} */ readonly target: EscalationPolicyRuleTarget[] | cdktf.IResolvable; } @@ -462,7 +462,7 @@ export class EscalationPolicyRuleList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy} */ export class EscalationPolicy extends cdktf.TerraformResource { @@ -478,7 +478,7 @@ export class EscalationPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a EscalationPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EscalationPolicy to import - * @param importFromId The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EscalationPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -490,7 +490,7 @@ export class EscalationPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/escalation_policy pagerduty_escalation_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -501,7 +501,7 @@ export class EscalationPolicy extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_escalation_policy', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-global-cache-variable/README.md b/src/event-orchestration-global-cache-variable/README.md index f6aba135e..e1d97ae83 100644 --- a/src/event-orchestration-global-cache-variable/README.md +++ b/src/event-orchestration-global-cache-variable/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_global_cache_variable` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable). diff --git a/src/event-orchestration-global-cache-variable/index.ts b/src/event-orchestration-global-cache-variable/index.ts index 649afd827..34e6072e4 100644 --- a/src/event-orchestration-global-cache-variable/index.ts +++ b/src/event-orchestration-global-cache-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,33 +13,33 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationGlobalCacheVariableConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name} */ readonly name: string; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition} */ readonly condition?: EventOrchestrationGlobalCacheVariableCondition[] | cdktf.IResolvable; /** * configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration} */ readonly configuration: EventOrchestrationGlobalCacheVariableConfiguration; } export interface EventOrchestrationGlobalCacheVariableCondition { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression} */ readonly expression: string; } @@ -152,19 +152,19 @@ export class EventOrchestrationGlobalCacheVariableConditionList extends cdktf.Co } export interface EventOrchestrationGlobalCacheVariableConfiguration { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds} */ readonly ttlSeconds?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type} */ readonly type: string; } @@ -332,7 +332,7 @@ export class EventOrchestrationGlobalCacheVariableConfigurationOutputReference e } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} */ export class EventOrchestrationGlobalCacheVariable extends cdktf.TerraformResource { @@ -348,7 +348,7 @@ export class EventOrchestrationGlobalCacheVariable extends cdktf.TerraformResour * Generates CDKTF code for importing a EventOrchestrationGlobalCacheVariable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationGlobalCacheVariable to import - * @param importFromId The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationGlobalCacheVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -360,7 +360,7 @@ export class EventOrchestrationGlobalCacheVariable extends cdktf.TerraformResour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -371,7 +371,7 @@ export class EventOrchestrationGlobalCacheVariable extends cdktf.TerraformResour terraformResourceType: 'pagerduty_event_orchestration_global_cache_variable', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-global/README.md b/src/event-orchestration-global/README.md index 52c09544b..13cfb3272 100644 --- a/src/event-orchestration-global/README.md +++ b/src/event-orchestration-global/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_global` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global). diff --git a/src/event-orchestration-global/index.ts b/src/event-orchestration-global/index.ts index d4a6a112a..8fc7dfea6 100644 --- a/src/event-orchestration-global/index.ts +++ b/src/event-orchestration-global/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationGlobalConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,23 +26,23 @@ export interface EventOrchestrationGlobalConfig extends cdktf.TerraformMetaArgum /** * catch_all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all} */ readonly catchAll: EventOrchestrationGlobalCatchAll; /** * set block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set} */ readonly set: EventOrchestrationGlobalSet[] | cdktf.IResolvable; } export interface EventOrchestrationGlobalCatchAllActionsAutomationActionHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -181,11 +181,11 @@ export class EventOrchestrationGlobalCatchAllActionsAutomationActionHeaderList e } export interface EventOrchestrationGlobalCatchAllActionsAutomationActionParameter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -324,27 +324,27 @@ export class EventOrchestrationGlobalCatchAllActionsAutomationActionParameterLis } export interface EventOrchestrationGlobalCatchAllActionsAutomationAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send} */ readonly autoSend?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url} */ readonly url: string; /** * header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} */ readonly header?: EventOrchestrationGlobalCatchAllActionsAutomationActionHeader[] | cdktf.IResolvable; /** * parameter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} */ readonly parameter?: EventOrchestrationGlobalCatchAllActionsAutomationActionParameter[] | cdktf.IResolvable; } @@ -538,19 +538,19 @@ export class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputRefere } export interface EventOrchestrationGlobalCatchAllActionsExtraction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template} */ readonly template?: string; } @@ -750,14 +750,14 @@ export class EventOrchestrationGlobalCatchAllActionsExtractionList extends cdktf } export interface EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -896,19 +896,19 @@ export class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateLis } export interface EventOrchestrationGlobalCatchAllActionsVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -1099,63 +1099,63 @@ export class EventOrchestrationGlobalCatchAllActionsVariableList extends cdktf.C } export interface EventOrchestrationGlobalCatchAllActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate} */ readonly annotate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event} */ readonly dropEvent?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy} */ readonly escalationPolicy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action} */ readonly eventAction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority} */ readonly priority?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to} */ readonly routeTo?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity} */ readonly severity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress} */ readonly suppress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend} */ readonly suspend?: number; /** * automation_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} */ readonly automationAction?: EventOrchestrationGlobalCatchAllActionsAutomationAction; /** * extraction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} */ readonly extraction?: EventOrchestrationGlobalCatchAllActionsExtraction[] | cdktf.IResolvable; /** * incident_custom_field_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} */ readonly incidentCustomFieldUpdate?: EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate[] | cdktf.IResolvable; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} */ readonly variable?: EventOrchestrationGlobalCatchAllActionsVariable[] | cdktf.IResolvable; } @@ -1589,7 +1589,7 @@ export interface EventOrchestrationGlobalCatchAll { /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} */ readonly actions: EventOrchestrationGlobalCatchAllActions; } @@ -1670,11 +1670,11 @@ export class EventOrchestrationGlobalCatchAllOutputReference extends cdktf.Compl } export interface EventOrchestrationGlobalSetRuleActionsAutomationActionHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -1813,11 +1813,11 @@ export class EventOrchestrationGlobalSetRuleActionsAutomationActionHeaderList ex } export interface EventOrchestrationGlobalSetRuleActionsAutomationActionParameter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -1956,27 +1956,27 @@ export class EventOrchestrationGlobalSetRuleActionsAutomationActionParameterList } export interface EventOrchestrationGlobalSetRuleActionsAutomationAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send} */ readonly autoSend?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url} */ readonly url: string; /** * header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header} */ readonly header?: EventOrchestrationGlobalSetRuleActionsAutomationActionHeader[] | cdktf.IResolvable; /** * parameter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter} */ readonly parameter?: EventOrchestrationGlobalSetRuleActionsAutomationActionParameter[] | cdktf.IResolvable; } @@ -2170,19 +2170,19 @@ export class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReferen } export interface EventOrchestrationGlobalSetRuleActionsExtraction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template} */ readonly template?: string; } @@ -2382,14 +2382,14 @@ export class EventOrchestrationGlobalSetRuleActionsExtractionList extends cdktf. } export interface EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -2528,19 +2528,19 @@ export class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateList } export interface EventOrchestrationGlobalSetRuleActionsVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value} */ readonly value: string; } @@ -2731,63 +2731,63 @@ export class EventOrchestrationGlobalSetRuleActionsVariableList extends cdktf.Co } export interface EventOrchestrationGlobalSetRuleActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate} */ readonly annotate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event} */ readonly dropEvent?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy} */ readonly escalationPolicy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action} */ readonly eventAction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority} */ readonly priority?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to} */ readonly routeTo?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity} */ readonly severity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress} */ readonly suppress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend} */ readonly suspend?: number; /** * automation_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action} */ readonly automationAction?: EventOrchestrationGlobalSetRuleActionsAutomationAction; /** * extraction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction} */ readonly extraction?: EventOrchestrationGlobalSetRuleActionsExtraction[] | cdktf.IResolvable; /** * incident_custom_field_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update} */ readonly incidentCustomFieldUpdate?: EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate[] | cdktf.IResolvable; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable} */ readonly variable?: EventOrchestrationGlobalSetRuleActionsVariable[] | cdktf.IResolvable; } @@ -3219,7 +3219,7 @@ export class EventOrchestrationGlobalSetRuleActionsOutputReference extends cdktf } export interface EventOrchestrationGlobalSetRuleCondition { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression} */ readonly expression: string; } @@ -3332,23 +3332,23 @@ export class EventOrchestrationGlobalSetRuleConditionList extends cdktf.ComplexL } export interface EventOrchestrationGlobalSetRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label} */ readonly label?: string; /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions} */ readonly actions: EventOrchestrationGlobalSetRuleActions; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition} */ readonly condition?: EventOrchestrationGlobalSetRuleCondition[] | cdktf.IResolvable; } @@ -3553,7 +3553,7 @@ export class EventOrchestrationGlobalSetRuleList extends cdktf.ComplexList { } export interface EventOrchestrationGlobalSet { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3562,7 +3562,7 @@ export interface EventOrchestrationGlobalSet { /** * rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule} */ readonly rule?: EventOrchestrationGlobalSetRule[] | cdktf.IResolvable; } @@ -3704,7 +3704,7 @@ export class EventOrchestrationGlobalSetList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} */ export class EventOrchestrationGlobal extends cdktf.TerraformResource { @@ -3720,7 +3720,7 @@ export class EventOrchestrationGlobal extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventOrchestrationGlobal resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationGlobal to import - * @param importFromId The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationGlobal to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -3732,7 +3732,7 @@ export class EventOrchestrationGlobal extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -3743,7 +3743,7 @@ export class EventOrchestrationGlobal extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_orchestration_global', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-integration/README.md b/src/event-orchestration-integration/README.md index 8cb70b1e6..a6dd6ed67 100644 --- a/src/event-orchestration-integration/README.md +++ b/src/event-orchestration-integration/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_integration` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration). diff --git a/src/event-orchestration-integration/index.ts b/src/event-orchestration-integration/index.ts index 6d839c751..20191e8f2 100644 --- a/src/event-orchestration-integration/index.ts +++ b/src/event-orchestration-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationIntegrationAConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label} */ readonly label: string; } @@ -103,7 +103,7 @@ export class EventOrchestrationIntegrationParametersAList extends cdktf.ComplexL } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} */ export class EventOrchestrationIntegrationA extends cdktf.TerraformResource { @@ -119,7 +119,7 @@ export class EventOrchestrationIntegrationA extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventOrchestrationIntegrationA resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationIntegrationA to import - * @param importFromId The id of the existing EventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationIntegrationA to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -131,7 +131,7 @@ export class EventOrchestrationIntegrationA extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -142,7 +142,7 @@ export class EventOrchestrationIntegrationA extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_orchestration_integration', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-router/README.md b/src/event-orchestration-router/README.md index 0870a1c4b..304e30cab 100644 --- a/src/event-orchestration-router/README.md +++ b/src/event-orchestration-router/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_router` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router). diff --git a/src/event-orchestration-router/index.ts b/src/event-orchestration-router/index.ts index 12bf0cbb3..9405fa9bb 100644 --- a/src/event-orchestration-router/index.ts +++ b/src/event-orchestration-router/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationRouterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,19 +26,19 @@ export interface EventOrchestrationRouterConfig extends cdktf.TerraformMetaArgum /** * catch_all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all} */ readonly catchAll: EventOrchestrationRouterCatchAll; /** * set block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set} */ readonly set: EventOrchestrationRouterSet; } export interface EventOrchestrationRouterCatchAllActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to} */ readonly routeTo: string; } @@ -121,7 +121,7 @@ export interface EventOrchestrationRouterCatchAll { /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} */ readonly actions: EventOrchestrationRouterCatchAllActions; } @@ -202,15 +202,15 @@ export class EventOrchestrationRouterCatchAllOutputReference extends cdktf.Compl } export interface EventOrchestrationRouterSetRuleActionsDynamicRouteTo { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by} */ readonly lookupBy: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex} */ readonly regex: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source} */ readonly source: string; } @@ -375,13 +375,13 @@ export class EventOrchestrationRouterSetRuleActionsDynamicRouteToList extends cd } export interface EventOrchestrationRouterSetRuleActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to} */ readonly routeTo?: string; /** * dynamic_route_to block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to} */ readonly dynamicRouteTo?: EventOrchestrationRouterSetRuleActionsDynamicRouteTo[] | cdktf.IResolvable; } @@ -494,7 +494,7 @@ export class EventOrchestrationRouterSetRuleActionsOutputReference extends cdktf } export interface EventOrchestrationRouterSetRuleCondition { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression} */ readonly expression: string; } @@ -607,23 +607,23 @@ export class EventOrchestrationRouterSetRuleConditionList extends cdktf.ComplexL } export interface EventOrchestrationRouterSetRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label} */ readonly label?: string; /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions} */ readonly actions: EventOrchestrationRouterSetRuleActions; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition} */ readonly condition?: EventOrchestrationRouterSetRuleCondition[] | cdktf.IResolvable; } @@ -828,7 +828,7 @@ export class EventOrchestrationRouterSetRuleList extends cdktf.ComplexList { } export interface EventOrchestrationRouterSet { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -837,7 +837,7 @@ export interface EventOrchestrationRouterSet { /** * rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule} */ readonly rule?: EventOrchestrationRouterSetRule[] | cdktf.IResolvable; } @@ -947,7 +947,7 @@ export class EventOrchestrationRouterSetOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} */ export class EventOrchestrationRouter extends cdktf.TerraformResource { @@ -963,7 +963,7 @@ export class EventOrchestrationRouter extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventOrchestrationRouter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationRouter to import - * @param importFromId The id of the existing EventOrchestrationRouter that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationRouter that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationRouter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -975,7 +975,7 @@ export class EventOrchestrationRouter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -986,7 +986,7 @@ export class EventOrchestrationRouter extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_orchestration_router', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-service-cache-variable/README.md b/src/event-orchestration-service-cache-variable/README.md index 2bc093d72..7b6c731a0 100644 --- a/src/event-orchestration-service-cache-variable/README.md +++ b/src/event-orchestration-service-cache-variable/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_service_cache_variable` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable). diff --git a/src/event-orchestration-service-cache-variable/index.ts b/src/event-orchestration-service-cache-variable/index.ts index 9cdd94e44..bf03c73e7 100644 --- a/src/event-orchestration-service-cache-variable/index.ts +++ b/src/event-orchestration-service-cache-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,33 +13,33 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationServiceCacheVariableConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service} */ readonly service: string; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition} */ readonly condition?: EventOrchestrationServiceCacheVariableCondition[] | cdktf.IResolvable; /** * configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration} */ readonly configuration: EventOrchestrationServiceCacheVariableConfiguration; } export interface EventOrchestrationServiceCacheVariableCondition { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression} */ readonly expression: string; } @@ -152,19 +152,19 @@ export class EventOrchestrationServiceCacheVariableConditionList extends cdktf.C } export interface EventOrchestrationServiceCacheVariableConfiguration { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds} */ readonly ttlSeconds?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type} */ readonly type: string; } @@ -332,7 +332,7 @@ export class EventOrchestrationServiceCacheVariableConfigurationOutputReference } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} */ export class EventOrchestrationServiceCacheVariable extends cdktf.TerraformResource { @@ -348,7 +348,7 @@ export class EventOrchestrationServiceCacheVariable extends cdktf.TerraformResou * Generates CDKTF code for importing a EventOrchestrationServiceCacheVariable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationServiceCacheVariable to import - * @param importFromId The id of the existing EventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationServiceCacheVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -360,7 +360,7 @@ export class EventOrchestrationServiceCacheVariable extends cdktf.TerraformResou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -371,7 +371,7 @@ export class EventOrchestrationServiceCacheVariable extends cdktf.TerraformResou terraformResourceType: 'pagerduty_event_orchestration_service_cache_variable', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-service/README.md b/src/event-orchestration-service/README.md index 06dae1516..809e234d7 100644 --- a/src/event-orchestration-service/README.md +++ b/src/event-orchestration-service/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_service` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service). diff --git a/src/event-orchestration-service/index.ts b/src/event-orchestration-service/index.ts index 7b44d8abf..6ecc39f84 100644 --- a/src/event-orchestration-service/index.ts +++ b/src/event-orchestration-service/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,40 +13,40 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationServiceConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service} */ readonly enableEventOrchestrationForService?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#service EventOrchestrationService#service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service} */ readonly service: string; /** * catch_all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all} */ readonly catchAll: EventOrchestrationServiceCatchAll; /** * set block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#set EventOrchestrationService#set} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set} */ readonly set: EventOrchestrationServiceSet[] | cdktf.IResolvable; } export interface EventOrchestrationServiceCatchAllActionsAutomationActionHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -185,11 +185,11 @@ export class EventOrchestrationServiceCatchAllActionsAutomationActionHeaderList } export interface EventOrchestrationServiceCatchAllActionsAutomationActionParameter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -328,27 +328,27 @@ export class EventOrchestrationServiceCatchAllActionsAutomationActionParameterLi } export interface EventOrchestrationServiceCatchAllActionsAutomationAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send} */ readonly autoSend?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url} */ readonly url: string; /** * header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} */ readonly header?: EventOrchestrationServiceCatchAllActionsAutomationActionHeader[] | cdktf.IResolvable; /** * parameter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} */ readonly parameter?: EventOrchestrationServiceCatchAllActionsAutomationActionParameter[] | cdktf.IResolvable; } @@ -542,19 +542,19 @@ export class EventOrchestrationServiceCatchAllActionsAutomationActionOutputRefer } export interface EventOrchestrationServiceCatchAllActionsExtraction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template} */ readonly template?: string; } @@ -754,14 +754,14 @@ export class EventOrchestrationServiceCatchAllActionsExtractionList extends cdkt } export interface EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -900,7 +900,7 @@ export class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateLi } export interface EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id} */ readonly actionId: string; } @@ -981,19 +981,19 @@ export class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionOu } export interface EventOrchestrationServiceCatchAllActionsVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -1184,65 +1184,65 @@ export class EventOrchestrationServiceCatchAllActionsVariableList extends cdktf. } export interface EventOrchestrationServiceCatchAllActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate} */ readonly annotate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy} */ readonly escalationPolicy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action} */ readonly eventAction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority} */ readonly priority?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to} */ readonly routeTo?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity} */ readonly severity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress} */ readonly suppress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend} */ readonly suspend?: number; /** * automation_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} */ readonly automationAction?: EventOrchestrationServiceCatchAllActionsAutomationAction; /** * extraction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} */ readonly extraction?: EventOrchestrationServiceCatchAllActionsExtraction[] | cdktf.IResolvable; /** * incident_custom_field_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} */ readonly incidentCustomFieldUpdate?: EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate[] | cdktf.IResolvable; /** * pagerduty_automation_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} */ readonly pagerdutyAutomationAction?: EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} */ readonly variable?: EventOrchestrationServiceCatchAllActionsVariable[] | cdktf.IResolvable; } @@ -1676,7 +1676,7 @@ export interface EventOrchestrationServiceCatchAll { /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} */ readonly actions: EventOrchestrationServiceCatchAllActions; } @@ -1757,11 +1757,11 @@ export class EventOrchestrationServiceCatchAllOutputReference extends cdktf.Comp } export interface EventOrchestrationServiceSetRuleActionsAutomationActionHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -1900,11 +1900,11 @@ export class EventOrchestrationServiceSetRuleActionsAutomationActionHeaderList e } export interface EventOrchestrationServiceSetRuleActionsAutomationActionParameter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#key EventOrchestrationService#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -2043,27 +2043,27 @@ export class EventOrchestrationServiceSetRuleActionsAutomationActionParameterLis } export interface EventOrchestrationServiceSetRuleActionsAutomationAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send} */ readonly autoSend?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#url EventOrchestrationService#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url} */ readonly url: string; /** * header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#header EventOrchestrationService#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header} */ readonly header?: EventOrchestrationServiceSetRuleActionsAutomationActionHeader[] | cdktf.IResolvable; /** * parameter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter} */ readonly parameter?: EventOrchestrationServiceSetRuleActionsAutomationActionParameter[] | cdktf.IResolvable; } @@ -2257,19 +2257,19 @@ export class EventOrchestrationServiceSetRuleActionsAutomationActionOutputRefere } export interface EventOrchestrationServiceSetRuleActionsExtraction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#source EventOrchestrationService#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#target EventOrchestrationService#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#template EventOrchestrationService#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template} */ readonly template?: string; } @@ -2469,14 +2469,14 @@ export class EventOrchestrationServiceSetRuleActionsExtractionList extends cdktf } export interface EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -2615,7 +2615,7 @@ export class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateLis } export interface EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id} */ readonly actionId: string; } @@ -2696,19 +2696,19 @@ export class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionOut } export interface EventOrchestrationServiceSetRuleActionsVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#name EventOrchestrationService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#path EventOrchestrationService#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#type EventOrchestrationService#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#value EventOrchestrationService#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value} */ readonly value: string; } @@ -2899,65 +2899,65 @@ export class EventOrchestrationServiceSetRuleActionsVariableList extends cdktf.C } export interface EventOrchestrationServiceSetRuleActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate} */ readonly annotate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy} */ readonly escalationPolicy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action} */ readonly eventAction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority} */ readonly priority?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to} */ readonly routeTo?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity} */ readonly severity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress} */ readonly suppress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend} */ readonly suspend?: number; /** * automation_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action} */ readonly automationAction?: EventOrchestrationServiceSetRuleActionsAutomationAction; /** * extraction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction} */ readonly extraction?: EventOrchestrationServiceSetRuleActionsExtraction[] | cdktf.IResolvable; /** * incident_custom_field_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update} */ readonly incidentCustomFieldUpdate?: EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate[] | cdktf.IResolvable; /** * pagerduty_automation_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action} */ readonly pagerdutyAutomationAction?: EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable} */ readonly variable?: EventOrchestrationServiceSetRuleActionsVariable[] | cdktf.IResolvable; } @@ -3389,7 +3389,7 @@ export class EventOrchestrationServiceSetRuleActionsOutputReference extends cdkt } export interface EventOrchestrationServiceSetRuleCondition { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression} */ readonly expression: string; } @@ -3502,23 +3502,23 @@ export class EventOrchestrationServiceSetRuleConditionList extends cdktf.Complex } export interface EventOrchestrationServiceSetRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#label EventOrchestrationService#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label} */ readonly label?: string; /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions} */ readonly actions: EventOrchestrationServiceSetRuleActions; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition} */ readonly condition?: EventOrchestrationServiceSetRuleCondition[] | cdktf.IResolvable; } @@ -3723,7 +3723,7 @@ export class EventOrchestrationServiceSetRuleList extends cdktf.ComplexList { } export interface EventOrchestrationServiceSet { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#id EventOrchestrationService#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3732,7 +3732,7 @@ export interface EventOrchestrationServiceSet { /** * rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule} */ readonly rule?: EventOrchestrationServiceSetRule[] | cdktf.IResolvable; } @@ -3874,7 +3874,7 @@ export class EventOrchestrationServiceSetList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} */ export class EventOrchestrationService extends cdktf.TerraformResource { @@ -3890,7 +3890,7 @@ export class EventOrchestrationService extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventOrchestrationService resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationService to import - * @param importFromId The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationService to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -3902,7 +3902,7 @@ export class EventOrchestrationService extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -3913,7 +3913,7 @@ export class EventOrchestrationService extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_orchestration_service', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration-unrouted/README.md b/src/event-orchestration-unrouted/README.md index 2a4aec900..ee853f2bc 100644 --- a/src/event-orchestration-unrouted/README.md +++ b/src/event-orchestration-unrouted/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration_unrouted` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted). diff --git a/src/event-orchestration-unrouted/index.ts b/src/event-orchestration-unrouted/index.ts index 6e001cb8a..bfb262084 100644 --- a/src/event-orchestration-unrouted/index.ts +++ b/src/event-orchestration-unrouted/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationUnroutedConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration} */ readonly eventOrchestration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,31 +26,31 @@ export interface EventOrchestrationUnroutedConfig extends cdktf.TerraformMetaArg /** * catch_all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all} */ readonly catchAll: EventOrchestrationUnroutedCatchAll; /** * set block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set} */ readonly set: EventOrchestrationUnroutedSet[] | cdktf.IResolvable; } export interface EventOrchestrationUnroutedCatchAllActionsExtraction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template} */ readonly template?: string; } @@ -250,19 +250,19 @@ export class EventOrchestrationUnroutedCatchAllActionsExtractionList extends cdk } export interface EventOrchestrationUnroutedCatchAllActionsVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value} */ readonly value: string; } @@ -453,23 +453,23 @@ export class EventOrchestrationUnroutedCatchAllActionsVariableList extends cdktf } export interface EventOrchestrationUnroutedCatchAllActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action} */ readonly eventAction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity} */ readonly severity?: string; /** * extraction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} */ readonly extraction?: EventOrchestrationUnroutedCatchAllActionsExtraction[] | cdktf.IResolvable; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} */ readonly variable?: EventOrchestrationUnroutedCatchAllActionsVariable[] | cdktf.IResolvable; } @@ -647,7 +647,7 @@ export interface EventOrchestrationUnroutedCatchAll { /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} */ readonly actions: EventOrchestrationUnroutedCatchAllActions; } @@ -728,19 +728,19 @@ export class EventOrchestrationUnroutedCatchAllOutputReference extends cdktf.Com } export interface EventOrchestrationUnroutedSetRuleActionsExtraction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template} */ readonly template?: string; } @@ -940,19 +940,19 @@ export class EventOrchestrationUnroutedSetRuleActionsExtractionList extends cdkt } export interface EventOrchestrationUnroutedSetRuleActionsVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value} */ readonly value: string; } @@ -1143,27 +1143,27 @@ export class EventOrchestrationUnroutedSetRuleActionsVariableList extends cdktf. } export interface EventOrchestrationUnroutedSetRuleActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action} */ readonly eventAction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to} */ readonly routeTo?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity} */ readonly severity?: string; /** * extraction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction} */ readonly extraction?: EventOrchestrationUnroutedSetRuleActionsExtraction[] | cdktf.IResolvable; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable} */ readonly variable?: EventOrchestrationUnroutedSetRuleActionsVariable[] | cdktf.IResolvable; } @@ -1363,7 +1363,7 @@ export class EventOrchestrationUnroutedSetRuleActionsOutputReference extends cdk } export interface EventOrchestrationUnroutedSetRuleCondition { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression} */ readonly expression: string; } @@ -1476,23 +1476,23 @@ export class EventOrchestrationUnroutedSetRuleConditionList extends cdktf.Comple } export interface EventOrchestrationUnroutedSetRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label} */ readonly label?: string; /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions} */ readonly actions: EventOrchestrationUnroutedSetRuleActions; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition} */ readonly condition?: EventOrchestrationUnroutedSetRuleCondition[] | cdktf.IResolvable; } @@ -1697,7 +1697,7 @@ export class EventOrchestrationUnroutedSetRuleList extends cdktf.ComplexList { } export interface EventOrchestrationUnroutedSet { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1706,7 +1706,7 @@ export interface EventOrchestrationUnroutedSet { /** * rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule} */ readonly rule?: EventOrchestrationUnroutedSetRule[] | cdktf.IResolvable; } @@ -1848,7 +1848,7 @@ export class EventOrchestrationUnroutedSetList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} */ export class EventOrchestrationUnrouted extends cdktf.TerraformResource { @@ -1864,7 +1864,7 @@ export class EventOrchestrationUnrouted extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventOrchestrationUnrouted resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestrationUnrouted to import - * @param importFromId The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestrationUnrouted to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1876,7 +1876,7 @@ export class EventOrchestrationUnrouted extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1887,7 +1887,7 @@ export class EventOrchestrationUnrouted extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_orchestration_unrouted', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-orchestration/README.md b/src/event-orchestration/README.md index b7070ff5e..7874e8bb7 100644 --- a/src/event-orchestration/README.md +++ b/src/event-orchestration/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_orchestration` -Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration). +Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration). diff --git a/src/event-orchestration/index.ts b/src/event-orchestration/index.ts index ea4342a84..92125f07d 100644 --- a/src/event-orchestration/index.ts +++ b/src/event-orchestration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface EventOrchestrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#description EventOrchestration#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#id EventOrchestration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#name EventOrchestration#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#team EventOrchestration#team} */ readonly team?: string; /** * integration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration} */ readonly integration?: EventOrchestrationIntegration[] | cdktf.IResolvable; } @@ -217,7 +217,7 @@ export class EventOrchestrationIntegrationList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration} */ export class EventOrchestration extends cdktf.TerraformResource { @@ -233,7 +233,7 @@ export class EventOrchestration extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventOrchestration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventOrchestration to import - * @param importFromId The id of the existing EventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventOrchestration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -245,7 +245,7 @@ export class EventOrchestration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration pagerduty_event_orchestration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -256,7 +256,7 @@ export class EventOrchestration extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_orchestration', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/event-rule/README.md b/src/event-rule/README.md index 43abf295d..8ea20aab0 100644 --- a/src/event-rule/README.md +++ b/src/event-rule/README.md @@ -1,3 +1,3 @@ # `pagerduty_event_rule` -Refer to the Terraform Registry for docs: [`pagerduty_event_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule). +Refer to the Terraform Registry for docs: [`pagerduty_event_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule). diff --git a/src/event-rule/index.ts b/src/event-rule/index.ts index 76e2f516a..c2e45a8a5 100644 --- a/src/event-rule/index.ts +++ b/src/event-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,19 +13,19 @@ import * as cdktf from 'cdktf'; export interface EventRuleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#action_json EventRule#action_json} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#action_json EventRule#action_json} */ readonly actionJson: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#advanced_condition_json EventRule#advanced_condition_json} */ readonly advancedConditionJson?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#condition_json EventRule#condition_json} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#condition_json EventRule#condition_json} */ readonly conditionJson: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#id EventRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#id EventRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,7 +34,7 @@ export interface EventRuleConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule} */ export class EventRule extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class EventRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventRule to import - * @param importFromId The id of the existing EventRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class EventRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_rule pagerduty_event_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_rule pagerduty_event_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class EventRule extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_event_rule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/extension-servicenow/README.md b/src/extension-servicenow/README.md index c41c052ac..5b4d517e3 100644 --- a/src/extension-servicenow/README.md +++ b/src/extension-servicenow/README.md @@ -1,3 +1,3 @@ # `pagerduty_extension_servicenow` -Refer to the Terraform Registry for docs: [`pagerduty_extension_servicenow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow). +Refer to the Terraform Registry for docs: [`pagerduty_extension_servicenow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow). diff --git a/src/extension-servicenow/index.ts b/src/extension-servicenow/index.ts index 84957663f..8aed5bb92 100644 --- a/src/extension-servicenow/index.ts +++ b/src/extension-servicenow/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,57 +13,57 @@ import * as cdktf from 'cdktf'; export interface ExtensionServicenowConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#endpoint_url ExtensionServicenow#endpoint_url} */ readonly endpointUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_objects ExtensionServicenow#extension_objects} */ readonly extensionObjects: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#extension_schema ExtensionServicenow#extension_schema} */ readonly extensionSchema: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#name ExtensionServicenow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#name ExtensionServicenow#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#referer ExtensionServicenow#referer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#referer ExtensionServicenow#referer} */ readonly referer: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_password ExtensionServicenow#snow_password} */ readonly snowPassword: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#snow_user ExtensionServicenow#snow_user} */ readonly snowUser: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#summary ExtensionServicenow#summary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#summary ExtensionServicenow#summary} */ readonly summary?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#sync_options ExtensionServicenow#sync_options} */ readonly syncOptions: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#target ExtensionServicenow#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#target ExtensionServicenow#target} */ readonly target: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#task_type ExtensionServicenow#task_type} */ readonly taskType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#type ExtensionServicenow#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#type ExtensionServicenow#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow} */ export class ExtensionServicenow extends cdktf.TerraformResource { @@ -79,7 +79,7 @@ export class ExtensionServicenow extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExtensionServicenow resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExtensionServicenow to import - * @param importFromId The id of the existing ExtensionServicenow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExtensionServicenow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExtensionServicenow to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -91,7 +91,7 @@ export class ExtensionServicenow extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension_servicenow pagerduty_extension_servicenow} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension_servicenow pagerduty_extension_servicenow} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -102,7 +102,7 @@ export class ExtensionServicenow extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_extension_servicenow', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/extension/README.md b/src/extension/README.md index f0b1031f9..f46277477 100644 --- a/src/extension/README.md +++ b/src/extension/README.md @@ -1,3 +1,3 @@ # `pagerduty_extension` -Refer to the Terraform Registry for docs: [`pagerduty_extension`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension). +Refer to the Terraform Registry for docs: [`pagerduty_extension`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension). diff --git a/src/extension/index.ts b/src/extension/index.ts index 42b8f87ae..79c36173c 100644 --- a/src/extension/index.ts +++ b/src/extension/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,33 +13,33 @@ import * as cdktf from 'cdktf'; export interface ExtensionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#config Extension#config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#config Extension#config} */ readonly config?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#endpoint_url Extension#endpoint_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#endpoint_url Extension#endpoint_url} */ readonly endpointUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_objects Extension#extension_objects} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_objects Extension#extension_objects} */ readonly extensionObjects: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#extension_schema Extension#extension_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#extension_schema Extension#extension_schema} */ readonly extensionSchema: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#name Extension#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#name Extension#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#type Extension#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#type Extension#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension} */ export class Extension extends cdktf.TerraformResource { @@ -55,7 +55,7 @@ export class Extension extends cdktf.TerraformResource { * Generates CDKTF code for importing a Extension resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Extension to import - * @param importFromId The id of the existing Extension that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Extension that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Extension to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -67,7 +67,7 @@ export class Extension extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/extension pagerduty_extension} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/extension pagerduty_extension} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -78,7 +78,7 @@ export class Extension extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_extension', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/incident-custom-field-option/README.md b/src/incident-custom-field-option/README.md index 006ff949e..27d0808ef 100644 --- a/src/incident-custom-field-option/README.md +++ b/src/incident-custom-field-option/README.md @@ -1,3 +1,3 @@ # `pagerduty_incident_custom_field_option` -Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option). +Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option). diff --git a/src/incident-custom-field-option/index.ts b/src/incident-custom-field-option/index.ts index 466c569ad..31fcb51b6 100644 --- a/src/incident-custom-field-option/index.ts +++ b/src/incident-custom-field-option/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface IncidentCustomFieldOptionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type} */ readonly dataType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field} */ readonly field: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value} */ readonly value: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} */ export class IncidentCustomFieldOption extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class IncidentCustomFieldOption extends cdktf.TerraformResource { * Generates CDKTF code for importing a IncidentCustomFieldOption resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IncidentCustomFieldOption to import - * @param importFromId The id of the existing IncidentCustomFieldOption that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IncidentCustomFieldOption that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IncidentCustomFieldOption to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class IncidentCustomFieldOption extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class IncidentCustomFieldOption extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_incident_custom_field_option', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/incident-custom-field/README.md b/src/incident-custom-field/README.md index e2c7c7632..3e31f7c72 100644 --- a/src/incident-custom-field/README.md +++ b/src/incident-custom-field/README.md @@ -1,3 +1,3 @@ # `pagerduty_incident_custom_field` -Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field). +Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field). diff --git a/src/incident-custom-field/index.ts b/src/incident-custom-field/index.ts index b0b8d75be..2c2b62f1b 100644 --- a/src/incident-custom-field/index.ts +++ b/src/incident-custom-field/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,40 +13,40 @@ import * as cdktf from 'cdktf'; export interface IncidentCustomFieldConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type} */ readonly dataType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value} */ readonly defaultValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name} */ readonly displayName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type} */ readonly fieldType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field} */ export class IncidentCustomField extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class IncidentCustomField extends cdktf.TerraformResource { * Generates CDKTF code for importing a IncidentCustomField resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IncidentCustomField to import - * @param importFromId The id of the existing IncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IncidentCustomField to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class IncidentCustomField extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class IncidentCustomField extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_incident_custom_field', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/incident-workflow-trigger/README.md b/src/incident-workflow-trigger/README.md index f89a2500b..10a07c1ac 100644 --- a/src/incident-workflow-trigger/README.md +++ b/src/incident-workflow-trigger/README.md @@ -1,3 +1,3 @@ # `pagerduty_incident_workflow_trigger` -Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow_trigger`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger). +Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow_trigger`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger). diff --git a/src/incident-workflow-trigger/index.ts b/src/incident-workflow-trigger/index.ts index e2031697f..d1e9fe8fa 100644 --- a/src/incident-workflow-trigger/index.ts +++ b/src/incident-workflow-trigger/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,46 +13,46 @@ import * as cdktf from 'cdktf'; export interface IncidentWorkflowTriggerConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#condition IncidentWorkflowTrigger#condition} */ readonly condition?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#id IncidentWorkflowTrigger#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#services IncidentWorkflowTrigger#services} */ readonly services?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#subscribed_to_all_services IncidentWorkflowTrigger#subscribed_to_all_services} */ readonly subscribedToAllServices: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#type IncidentWorkflowTrigger#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#workflow IncidentWorkflowTrigger#workflow} */ readonly workflow: string; /** * permissions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#permissions IncidentWorkflowTrigger#permissions} */ readonly permissions?: IncidentWorkflowTriggerPermissions; } export interface IncidentWorkflowTriggerPermissions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#restricted IncidentWorkflowTrigger#restricted} */ readonly restricted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#team_id IncidentWorkflowTrigger#team_id} */ readonly teamId?: string; } @@ -165,7 +165,7 @@ export class IncidentWorkflowTriggerPermissionsOutputReference extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger} */ export class IncidentWorkflowTrigger extends cdktf.TerraformResource { @@ -181,7 +181,7 @@ export class IncidentWorkflowTrigger extends cdktf.TerraformResource { * Generates CDKTF code for importing a IncidentWorkflowTrigger resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IncidentWorkflowTrigger to import - * @param importFromId The id of the existing IncidentWorkflowTrigger that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IncidentWorkflowTrigger that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IncidentWorkflowTrigger to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -193,7 +193,7 @@ export class IncidentWorkflowTrigger extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow_trigger pagerduty_incident_workflow_trigger} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -204,7 +204,7 @@ export class IncidentWorkflowTrigger extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_incident_workflow_trigger', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/incident-workflow/README.md b/src/incident-workflow/README.md index 133ad0aeb..2bfcb92ad 100644 --- a/src/incident-workflow/README.md +++ b/src/incident-workflow/README.md @@ -1,3 +1,3 @@ # `pagerduty_incident_workflow` -Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow). +Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow). diff --git a/src/incident-workflow/index.ts b/src/incident-workflow/index.ts index 0f21172e5..9a92df1b5 100644 --- a/src/incident-workflow/index.ts +++ b/src/incident-workflow/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface IncidentWorkflowConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#description IncidentWorkflow#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#id IncidentWorkflow#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#team IncidentWorkflow#team} */ readonly team?: string; /** * step block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} */ readonly step?: IncidentWorkflowStep[] | cdktf.IResolvable; } export interface IncidentWorkflowStepInlineStepsInputStepInput { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value} */ readonly value: string; } @@ -188,17 +188,17 @@ export class IncidentWorkflowStepInlineStepsInputStepInputList extends cdktf.Com } export interface IncidentWorkflowStepInlineStepsInputStep { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action} */ readonly action: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name} */ readonly name: string; /** * input block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} */ readonly input?: IncidentWorkflowStepInlineStepsInputStepInput[] | cdktf.IResolvable; } @@ -366,13 +366,13 @@ export class IncidentWorkflowStepInlineStepsInputStepList extends cdktf.ComplexL } export interface IncidentWorkflowStepInlineStepsInput { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name} */ readonly name: string; /** * step block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#step IncidentWorkflow#step} */ readonly step?: IncidentWorkflowStepInlineStepsInputStep[] | cdktf.IResolvable; } @@ -514,11 +514,11 @@ export class IncidentWorkflowStepInlineStepsInputList extends cdktf.ComplexList } export interface IncidentWorkflowStepInput { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#value IncidentWorkflow#value} */ readonly value: string; } @@ -662,23 +662,23 @@ export class IncidentWorkflowStepInputList extends cdktf.ComplexList { } export interface IncidentWorkflowStep { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#action IncidentWorkflow#action} */ readonly action: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#name IncidentWorkflow#name} */ readonly name: string; /** * inline_steps_input block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input} */ readonly inlineStepsInput?: IncidentWorkflowStepInlineStepsInput[] | cdktf.IResolvable; /** * input block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#input IncidentWorkflow#input} */ readonly input?: IncidentWorkflowStepInput[] | cdktf.IResolvable; } @@ -880,7 +880,7 @@ export class IncidentWorkflowStepList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow} */ export class IncidentWorkflow extends cdktf.TerraformResource { @@ -896,7 +896,7 @@ export class IncidentWorkflow extends cdktf.TerraformResource { * Generates CDKTF code for importing a IncidentWorkflow resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IncidentWorkflow to import - * @param importFromId The id of the existing IncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IncidentWorkflow to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -908,7 +908,7 @@ export class IncidentWorkflow extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_workflow pagerduty_incident_workflow} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -919,7 +919,7 @@ export class IncidentWorkflow extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_incident_workflow', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/index.ts b/src/index.ts index 1b336dac2..56519ce6c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ // generated by cdktf get export * as addon from './addon'; +export * as alertGroupingSetting from './alert-grouping-setting'; export * as automationActionsAction from './automation-actions-action'; export * as automationActionsActionServiceAssociation from './automation-actions-action-service-association'; export * as automationActionsActionTeamAssociation from './automation-actions-action-team-association'; @@ -47,6 +48,7 @@ export * as userContactMethod from './user-contact-method'; export * as userHandoffNotificationRule from './user-handoff-notification-rule'; export * as userNotificationRule from './user-notification-rule'; export * as webhookSubscription from './webhook-subscription'; +export * as dataPagerdutyAlertGroupingSetting from './data-pagerduty-alert-grouping-setting'; export * as dataPagerdutyAutomationActionsAction from './data-pagerduty-automation-actions-action'; export * as dataPagerdutyAutomationActionsRunner from './data-pagerduty-automation-actions-runner'; export * as dataPagerdutyBusinessService from './data-pagerduty-business-service'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 4d43781af..f76cbd76f 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -5,6 +5,7 @@ // generated by cdktf get Object.defineProperty(exports, 'addon', { get: function () { return require('./addon'); } }); +Object.defineProperty(exports, 'alertGroupingSetting', { get: function () { return require('./alert-grouping-setting'); } }); Object.defineProperty(exports, 'automationActionsAction', { get: function () { return require('./automation-actions-action'); } }); Object.defineProperty(exports, 'automationActionsActionServiceAssociation', { get: function () { return require('./automation-actions-action-service-association'); } }); Object.defineProperty(exports, 'automationActionsActionTeamAssociation', { get: function () { return require('./automation-actions-action-team-association'); } }); @@ -47,6 +48,7 @@ Object.defineProperty(exports, 'userContactMethod', { get: function () { return Object.defineProperty(exports, 'userHandoffNotificationRule', { get: function () { return require('./user-handoff-notification-rule'); } }); Object.defineProperty(exports, 'userNotificationRule', { get: function () { return require('./user-notification-rule'); } }); Object.defineProperty(exports, 'webhookSubscription', { get: function () { return require('./webhook-subscription'); } }); +Object.defineProperty(exports, 'dataPagerdutyAlertGroupingSetting', { get: function () { return require('./data-pagerduty-alert-grouping-setting'); } }); Object.defineProperty(exports, 'dataPagerdutyAutomationActionsAction', { get: function () { return require('./data-pagerduty-automation-actions-action'); } }); Object.defineProperty(exports, 'dataPagerdutyAutomationActionsRunner', { get: function () { return require('./data-pagerduty-automation-actions-runner'); } }); Object.defineProperty(exports, 'dataPagerdutyBusinessService', { get: function () { return require('./data-pagerduty-business-service'); } }); diff --git a/src/maintenance-window/README.md b/src/maintenance-window/README.md index 0789145b6..d1ccb700c 100644 --- a/src/maintenance-window/README.md +++ b/src/maintenance-window/README.md @@ -1,3 +1,3 @@ # `pagerduty_maintenance_window` -Refer to the Terraform Registry for docs: [`pagerduty_maintenance_window`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window). +Refer to the Terraform Registry for docs: [`pagerduty_maintenance_window`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window). diff --git a/src/maintenance-window/index.ts b/src/maintenance-window/index.ts index b81559c8e..2af6ddb8a 100644 --- a/src/maintenance-window/index.ts +++ b/src/maintenance-window/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,32 +13,32 @@ import * as cdktf from 'cdktf'; export interface MaintenanceWindowConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#description MaintenanceWindow#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#description MaintenanceWindow#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#end_time MaintenanceWindow#end_time} */ readonly endTime: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#id MaintenanceWindow#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#id MaintenanceWindow#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#services MaintenanceWindow#services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#services MaintenanceWindow#services} */ readonly services: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#start_time MaintenanceWindow#start_time} */ readonly startTime: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window} */ export class MaintenanceWindow extends cdktf.TerraformResource { @@ -54,7 +54,7 @@ export class MaintenanceWindow extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaintenanceWindow resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaintenanceWindow to import - * @param importFromId The id of the existing MaintenanceWindow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaintenanceWindow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaintenanceWindow to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -66,7 +66,7 @@ export class MaintenanceWindow extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/maintenance_window pagerduty_maintenance_window} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/maintenance_window pagerduty_maintenance_window} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -77,7 +77,7 @@ export class MaintenanceWindow extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_maintenance_window', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 5741c0f8c..c8ff4ecdb 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`pagerduty`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs). +Refer to the Terraform Registry for docs: [`pagerduty`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 266c390cb..2fd4152f0 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,53 +13,53 @@ import * as cdktf from 'cdktf'; export interface PagerdutyProviderConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#api_url_override PagerdutyProvider#api_url_override} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#api_url_override PagerdutyProvider#api_url_override} */ readonly apiUrlOverride?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#insecure_tls PagerdutyProvider#insecure_tls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#insecure_tls PagerdutyProvider#insecure_tls} */ readonly insecureTls?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#service_region PagerdutyProvider#service_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#service_region PagerdutyProvider#service_region} */ readonly serviceRegion?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#skip_credentials_validation PagerdutyProvider#skip_credentials_validation} */ readonly skipCredentialsValidation?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#token PagerdutyProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#token PagerdutyProvider#token} */ readonly token?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#user_token PagerdutyProvider#user_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#user_token PagerdutyProvider#user_token} */ readonly userToken?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#alias PagerdutyProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#alias PagerdutyProvider#alias} */ readonly alias?: string; /** * use_app_oauth_scoped_token block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#use_app_oauth_scoped_token PagerdutyProvider#use_app_oauth_scoped_token} */ readonly useAppOauthScopedToken?: PagerdutyProviderUseAppOauthScopedToken; } export interface PagerdutyProviderUseAppOauthScopedToken { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_id PagerdutyProvider#pd_client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_id PagerdutyProvider#pd_client_id} */ readonly pdClientId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_client_secret PagerdutyProvider#pd_client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_client_secret PagerdutyProvider#pd_client_secret} */ readonly pdClientSecret?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#pd_subdomain PagerdutyProvider#pd_subdomain} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#pd_subdomain PagerdutyProvider#pd_subdomain} */ readonly pdSubdomain?: string; } @@ -109,7 +109,7 @@ export function pagerdutyProviderUseAppOauthScopedTokenToHclTerraform(struct?: P /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty} */ export class PagerdutyProvider extends cdktf.TerraformProvider { @@ -125,7 +125,7 @@ export class PagerdutyProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a PagerdutyProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PagerdutyProvider to import - * @param importFromId The id of the existing PagerdutyProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PagerdutyProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PagerdutyProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -137,7 +137,7 @@ export class PagerdutyProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs pagerduty} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs pagerduty} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -148,7 +148,7 @@ export class PagerdutyProvider extends cdktf.TerraformProvider { terraformResourceType: 'pagerduty', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, terraformProviderSource: 'PagerDuty/pagerduty' diff --git a/src/response-play/README.md b/src/response-play/README.md index 78cba015d..34e099771 100644 --- a/src/response-play/README.md +++ b/src/response-play/README.md @@ -1,3 +1,3 @@ # `pagerduty_response_play` -Refer to the Terraform Registry for docs: [`pagerduty_response_play`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play). +Refer to the Terraform Registry for docs: [`pagerduty_response_play`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play). diff --git a/src/response-play/index.ts b/src/response-play/index.ts index 5ef04b57a..726f67d79 100644 --- a/src/response-play/index.ts +++ b/src/response-play/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,62 +13,62 @@ import * as cdktf from 'cdktf'; export interface ResponsePlayConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_number ResponsePlay#conference_number} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_number ResponsePlay#conference_number} */ readonly conferenceNumber?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#conference_url ResponsePlay#conference_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#conference_url ResponsePlay#conference_url} */ readonly conferenceUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#from ResponsePlay#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#from ResponsePlay#from} */ readonly from: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responders_message ResponsePlay#responders_message} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responders_message ResponsePlay#responders_message} */ readonly respondersMessage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#runnability ResponsePlay#runnability} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#runnability ResponsePlay#runnability} */ readonly runnability?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscribers_message ResponsePlay#subscribers_message} */ readonly subscribersMessage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#team ResponsePlay#team} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#team ResponsePlay#team} */ readonly team?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type} */ readonly type?: string; /** * responder block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#responder ResponsePlay#responder} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#responder ResponsePlay#responder} */ readonly responder?: ResponsePlayResponder[] | cdktf.IResolvable; /** * subscriber block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#subscriber ResponsePlay#subscriber} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#subscriber ResponsePlay#subscriber} */ readonly subscriber?: ResponsePlaySubscriber[] | cdktf.IResolvable; } @@ -400,22 +400,22 @@ export class ResponsePlayResponderTeamList extends cdktf.ComplexList { } export interface ResponsePlayResponder { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#description ResponsePlay#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#description ResponsePlay#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#name ResponsePlay#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#name ResponsePlay#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type} */ readonly type?: string; } @@ -646,14 +646,14 @@ export class ResponsePlayResponderList extends cdktf.ComplexList { } export interface ResponsePlaySubscriber { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#id ResponsePlay#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#id ResponsePlay#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#type ResponsePlay#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#type ResponsePlay#type} */ readonly type?: string; } @@ -798,7 +798,7 @@ export class ResponsePlaySubscriberList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play} */ export class ResponsePlay extends cdktf.TerraformResource { @@ -814,7 +814,7 @@ export class ResponsePlay extends cdktf.TerraformResource { * Generates CDKTF code for importing a ResponsePlay resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ResponsePlay to import - * @param importFromId The id of the existing ResponsePlay that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ResponsePlay that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ResponsePlay to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -826,7 +826,7 @@ export class ResponsePlay extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/response_play pagerduty_response_play} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/response_play pagerduty_response_play} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -837,7 +837,7 @@ export class ResponsePlay extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_response_play', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/ruleset-rule/README.md b/src/ruleset-rule/README.md index ead61a335..12ef95d2a 100644 --- a/src/ruleset-rule/README.md +++ b/src/ruleset-rule/README.md @@ -1,3 +1,3 @@ # `pagerduty_ruleset_rule` -Refer to the Terraform Registry for docs: [`pagerduty_ruleset_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule). +Refer to the Terraform Registry for docs: [`pagerduty_ruleset_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule). diff --git a/src/ruleset-rule/index.ts b/src/ruleset-rule/index.ts index 04f27f611..15761cf1e 100644 --- a/src/ruleset-rule/index.ts +++ b/src/ruleset-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,56 +13,56 @@ import * as cdktf from 'cdktf'; export interface RulesetRuleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#catch_all RulesetRule#catch_all} */ readonly catchAll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#disabled RulesetRule#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#disabled RulesetRule#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#id RulesetRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#id RulesetRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#position RulesetRule#position} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#position RulesetRule#position} */ readonly position?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#ruleset RulesetRule#ruleset} */ readonly ruleset: string; /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#actions RulesetRule#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#actions RulesetRule#actions} */ readonly actions?: RulesetRuleActions; /** * conditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#conditions RulesetRule#conditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#conditions RulesetRule#conditions} */ readonly conditions?: RulesetRuleConditions; /** * time_frame block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#time_frame RulesetRule#time_frame} */ readonly timeFrame?: RulesetRuleTimeFrame; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#variable RulesetRule#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#variable RulesetRule#variable} */ readonly variable?: RulesetRuleVariable[] | cdktf.IResolvable; } export interface RulesetRuleActionsAnnotate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -178,7 +178,7 @@ export class RulesetRuleActionsAnnotateList extends cdktf.ComplexList { } export interface RulesetRuleActionsEventAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -294,19 +294,19 @@ export class RulesetRuleActionsEventActionList extends cdktf.ComplexList { } export interface RulesetRuleActionsExtractions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#regex RulesetRule#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#regex RulesetRule#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#source RulesetRule#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#source RulesetRule#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#target RulesetRule#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#target RulesetRule#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#template RulesetRule#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#template RulesetRule#template} */ readonly template?: string; } @@ -509,7 +509,7 @@ export class RulesetRuleActionsExtractionsList extends cdktf.ComplexList { } export interface RulesetRuleActionsPriority { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -625,7 +625,7 @@ export class RulesetRuleActionsPriorityList extends cdktf.ComplexList { } export interface RulesetRuleActionsRoute { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -741,7 +741,7 @@ export class RulesetRuleActionsRouteList extends cdktf.ComplexList { } export interface RulesetRuleActionsSeverity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -857,19 +857,19 @@ export class RulesetRuleActionsSeverityList extends cdktf.ComplexList { } export interface RulesetRuleActionsSuppress { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_amount RulesetRule#threshold_time_amount} */ readonly thresholdTimeAmount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_time_unit RulesetRule#threshold_time_unit} */ readonly thresholdTimeUnit?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#threshold_value RulesetRule#threshold_value} */ readonly thresholdValue?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: boolean | cdktf.IResolvable; } @@ -1072,7 +1072,7 @@ export class RulesetRuleActionsSuppressList extends cdktf.ComplexList { } export interface RulesetRuleActionsSuspend { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: number; } @@ -1190,49 +1190,49 @@ export interface RulesetRuleActions { /** * annotate block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#annotate RulesetRule#annotate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#annotate RulesetRule#annotate} */ readonly annotate?: RulesetRuleActionsAnnotate[] | cdktf.IResolvable; /** * event_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#event_action RulesetRule#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#event_action RulesetRule#event_action} */ readonly eventAction?: RulesetRuleActionsEventAction[] | cdktf.IResolvable; /** * extractions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#extractions RulesetRule#extractions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#extractions RulesetRule#extractions} */ readonly extractions?: RulesetRuleActionsExtractions[] | cdktf.IResolvable; /** * priority block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#priority RulesetRule#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#priority RulesetRule#priority} */ readonly priority?: RulesetRuleActionsPriority[] | cdktf.IResolvable; /** * route block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#route RulesetRule#route} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#route RulesetRule#route} */ readonly route?: RulesetRuleActionsRoute[] | cdktf.IResolvable; /** * severity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#severity RulesetRule#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#severity RulesetRule#severity} */ readonly severity?: RulesetRuleActionsSeverity[] | cdktf.IResolvable; /** * suppress block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suppress RulesetRule#suppress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suppress RulesetRule#suppress} */ readonly suppress?: RulesetRuleActionsSuppress[] | cdktf.IResolvable; /** * suspend block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#suspend RulesetRule#suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#suspend RulesetRule#suspend} */ readonly suspend?: RulesetRuleActionsSuspend[] | cdktf.IResolvable; } @@ -1519,11 +1519,11 @@ export class RulesetRuleActionsOutputReference extends cdktf.ComplexObject { } export interface RulesetRuleConditionsSubconditionsParameter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path} */ readonly path?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -1668,13 +1668,13 @@ export class RulesetRuleConditionsSubconditionsParameterList extends cdktf.Compl } export interface RulesetRuleConditionsSubconditions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator} */ readonly operator?: string; /** * parameter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameter RulesetRule#parameter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameter RulesetRule#parameter} */ readonly parameter?: RulesetRuleConditionsSubconditionsParameter[] | cdktf.IResolvable; } @@ -1819,13 +1819,13 @@ export class RulesetRuleConditionsSubconditionsList extends cdktf.ComplexList { } export interface RulesetRuleConditions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#operator RulesetRule#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#operator RulesetRule#operator} */ readonly operator?: string; /** * subconditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#subconditions RulesetRule#subconditions} */ readonly subconditions?: RulesetRuleConditionsSubconditions[] | cdktf.IResolvable; } @@ -1938,11 +1938,11 @@ export class RulesetRuleConditionsOutputReference extends cdktf.ComplexObject { } export interface RulesetRuleTimeFrameActiveBetween { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#end_time RulesetRule#end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#end_time RulesetRule#end_time} */ readonly endTime?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time} */ readonly startTime?: number; } @@ -2087,19 +2087,19 @@ export class RulesetRuleTimeFrameActiveBetweenList extends cdktf.ComplexList { } export interface RulesetRuleTimeFrameScheduledWeekly { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#duration RulesetRule#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#duration RulesetRule#duration} */ readonly duration?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#start_time RulesetRule#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#start_time RulesetRule#start_time} */ readonly startTime?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#timezone RulesetRule#timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#timezone RulesetRule#timezone} */ readonly timezone?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#weekdays RulesetRule#weekdays} */ readonly weekdays?: number[]; } @@ -2304,13 +2304,13 @@ export interface RulesetRuleTimeFrame { /** * active_between block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#active_between RulesetRule#active_between} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#active_between RulesetRule#active_between} */ readonly activeBetween?: RulesetRuleTimeFrameActiveBetween[] | cdktf.IResolvable; /** * scheduled_weekly block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#scheduled_weekly RulesetRule#scheduled_weekly} */ readonly scheduledWeekly?: RulesetRuleTimeFrameScheduledWeekly[] | cdktf.IResolvable; } @@ -2423,11 +2423,11 @@ export class RulesetRuleTimeFrameOutputReference extends cdktf.ComplexObject { } export interface RulesetRuleVariableParameters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#path RulesetRule#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#path RulesetRule#path} */ readonly path?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#value RulesetRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#value RulesetRule#value} */ readonly value?: string; } @@ -2572,17 +2572,17 @@ export class RulesetRuleVariableParametersList extends cdktf.ComplexList { } export interface RulesetRuleVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#name RulesetRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#name RulesetRule#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#type RulesetRule#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#type RulesetRule#type} */ readonly type?: string; /** * parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#parameters RulesetRule#parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#parameters RulesetRule#parameters} */ readonly parameters?: RulesetRuleVariableParameters[] | cdktf.IResolvable; } @@ -2756,7 +2756,7 @@ export class RulesetRuleVariableList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule} */ export class RulesetRule extends cdktf.TerraformResource { @@ -2772,7 +2772,7 @@ export class RulesetRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a RulesetRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RulesetRule to import - * @param importFromId The id of the existing RulesetRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RulesetRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RulesetRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2784,7 +2784,7 @@ export class RulesetRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset_rule pagerduty_ruleset_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset_rule pagerduty_ruleset_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2795,7 +2795,7 @@ export class RulesetRule extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_ruleset_rule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/ruleset/README.md b/src/ruleset/README.md index b7689b9b4..fa7483d9d 100644 --- a/src/ruleset/README.md +++ b/src/ruleset/README.md @@ -1,3 +1,3 @@ # `pagerduty_ruleset` -Refer to the Terraform Registry for docs: [`pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset). +Refer to the Terraform Registry for docs: [`pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset). diff --git a/src/ruleset/index.ts b/src/ruleset/index.ts index 343ce306e..1cf2c121a 100644 --- a/src/ruleset/index.ts +++ b/src/ruleset/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,26 +13,26 @@ import * as cdktf from 'cdktf'; export interface RulesetConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#name Ruleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#name Ruleset#name} */ readonly name: string; /** * team block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#team Ruleset#team} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#team Ruleset#team} */ readonly team?: RulesetTeam; } export interface RulesetTeam { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#id Ruleset#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#id Ruleset#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -116,7 +116,7 @@ export class RulesetTeamOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset} */ export class Ruleset extends cdktf.TerraformResource { @@ -132,7 +132,7 @@ export class Ruleset extends cdktf.TerraformResource { * Generates CDKTF code for importing a Ruleset resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Ruleset to import - * @param importFromId The id of the existing Ruleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Ruleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Ruleset to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -144,7 +144,7 @@ export class Ruleset extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/ruleset pagerduty_ruleset} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/ruleset pagerduty_ruleset} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -155,7 +155,7 @@ export class Ruleset extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_ruleset', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/schedule/README.md b/src/schedule/README.md index 616f3552e..51f8e8058 100644 --- a/src/schedule/README.md +++ b/src/schedule/README.md @@ -1,3 +1,3 @@ # `pagerduty_schedule` -Refer to the Terraform Registry for docs: [`pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule). +Refer to the Terraform Registry for docs: [`pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule). diff --git a/src/schedule/index.ts b/src/schedule/index.ts index fef4db5d9..79da9163d 100644 --- a/src/schedule/index.ts +++ b/src/schedule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,36 +13,36 @@ import * as cdktf from 'cdktf'; export interface ScheduleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#description Schedule#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#description Schedule#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#id Schedule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#id Schedule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#overflow Schedule#overflow} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#overflow Schedule#overflow} */ readonly overflow?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#teams Schedule#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#teams Schedule#teams} */ readonly teams?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#time_zone Schedule#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#time_zone Schedule#time_zone} */ readonly timeZone: string; /** * layer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#layer Schedule#layer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#layer Schedule#layer} */ readonly layer: ScheduleLayer[] | cdktf.IResolvable; } @@ -128,19 +128,19 @@ export class ScheduleFinalScheduleList extends cdktf.ComplexList { } export interface ScheduleLayerRestriction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#duration_seconds Schedule#duration_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#duration_seconds Schedule#duration_seconds} */ readonly durationSeconds: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_day_of_week Schedule#start_day_of_week} */ readonly startDayOfWeek?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start_time_of_day Schedule#start_time_of_day} */ readonly startTimeOfDay: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#type Schedule#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#type Schedule#type} */ readonly type: string; } @@ -334,33 +334,33 @@ export class ScheduleLayerRestrictionList extends cdktf.ComplexList { } export interface ScheduleLayer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#end Schedule#end} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#end Schedule#end} */ readonly end?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#name Schedule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#name Schedule#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_turn_length_seconds Schedule#rotation_turn_length_seconds} */ readonly rotationTurnLengthSeconds: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#rotation_virtual_start Schedule#rotation_virtual_start} */ readonly rotationVirtualStart: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#start Schedule#start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#start Schedule#start} */ readonly start: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#users Schedule#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#users Schedule#users} */ readonly users: string[]; /** * restriction block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#restriction Schedule#restriction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#restriction Schedule#restriction} */ readonly restriction?: ScheduleLayerRestriction[] | cdktf.IResolvable; } @@ -648,7 +648,7 @@ export class ScheduleLayerList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule} */ export class Schedule extends cdktf.TerraformResource { @@ -664,7 +664,7 @@ export class Schedule extends cdktf.TerraformResource { * Generates CDKTF code for importing a Schedule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Schedule to import - * @param importFromId The id of the existing Schedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Schedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Schedule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -676,7 +676,7 @@ export class Schedule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/schedule pagerduty_schedule} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/schedule pagerduty_schedule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -687,7 +687,7 @@ export class Schedule extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_schedule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/service-dependency/README.md b/src/service-dependency/README.md index 7ed0e1116..bb09e60cb 100644 --- a/src/service-dependency/README.md +++ b/src/service-dependency/README.md @@ -1,3 +1,3 @@ # `pagerduty_service_dependency` -Refer to the Terraform Registry for docs: [`pagerduty_service_dependency`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency). +Refer to the Terraform Registry for docs: [`pagerduty_service_dependency`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency). diff --git a/src/service-dependency/index.ts b/src/service-dependency/index.ts index cf9ceb7af..60312920f 100644 --- a/src/service-dependency/index.ts +++ b/src/service-dependency/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,20 +15,20 @@ export interface ServiceDependencyConfig extends cdktf.TerraformMetaArguments { /** * dependency block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependency ServiceDependency#dependency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependency ServiceDependency#dependency} */ readonly dependency?: ServiceDependencyDependency[] | cdktf.IResolvable; } export interface ServiceDependencyDependencyDependentService { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type} */ readonly type: string; } @@ -167,14 +167,14 @@ export class ServiceDependencyDependencyDependentServiceList extends cdktf.Compl } export interface ServiceDependencyDependencySupportingService { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#id ServiceDependency#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#id ServiceDependency#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type} */ readonly type: string; } @@ -313,19 +313,19 @@ export class ServiceDependencyDependencySupportingServiceList extends cdktf.Comp } export interface ServiceDependencyDependency { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#type ServiceDependency#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#type ServiceDependency#type} */ readonly type?: string; /** * dependent_service block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#dependent_service ServiceDependency#dependent_service} */ readonly dependentService?: ServiceDependencyDependencyDependentService[] | cdktf.IResolvable; /** * supporting_service block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#supporting_service ServiceDependency#supporting_service} */ readonly supportingService?: ServiceDependencyDependencySupportingService[] | cdktf.IResolvable; } @@ -499,7 +499,7 @@ export class ServiceDependencyDependencyList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency} */ export class ServiceDependency extends cdktf.TerraformResource { @@ -515,7 +515,7 @@ export class ServiceDependency extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServiceDependency resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ServiceDependency to import - * @param importFromId The id of the existing ServiceDependency that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServiceDependency that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServiceDependency to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -527,7 +527,7 @@ export class ServiceDependency extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_dependency pagerduty_service_dependency} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_dependency pagerduty_service_dependency} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -538,7 +538,7 @@ export class ServiceDependency extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_service_dependency', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/service-event-rule/README.md b/src/service-event-rule/README.md index 651607ea2..557899a70 100644 --- a/src/service-event-rule/README.md +++ b/src/service-event-rule/README.md @@ -1,3 +1,3 @@ # `pagerduty_service_event_rule` -Refer to the Terraform Registry for docs: [`pagerduty_service_event_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule). +Refer to the Terraform Registry for docs: [`pagerduty_service_event_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule). diff --git a/src/service-event-rule/index.ts b/src/service-event-rule/index.ts index c8fa02b02..8f00baee9 100644 --- a/src/service-event-rule/index.ts +++ b/src/service-event-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,52 +13,52 @@ import * as cdktf from 'cdktf'; export interface ServiceEventRuleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#disabled ServiceEventRule#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#disabled ServiceEventRule#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#id ServiceEventRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#id ServiceEventRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#position ServiceEventRule#position} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#position ServiceEventRule#position} */ readonly position?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#service ServiceEventRule#service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#service ServiceEventRule#service} */ readonly service: string; /** * actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#actions ServiceEventRule#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#actions ServiceEventRule#actions} */ readonly actions?: ServiceEventRuleActions; /** * conditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#conditions ServiceEventRule#conditions} */ readonly conditions?: ServiceEventRuleConditions; /** * time_frame block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#time_frame ServiceEventRule#time_frame} */ readonly timeFrame?: ServiceEventRuleTimeFrame; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#variable ServiceEventRule#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#variable ServiceEventRule#variable} */ readonly variable?: ServiceEventRuleVariable[] | cdktf.IResolvable; } export interface ServiceEventRuleActionsAnnotate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: string; } @@ -174,7 +174,7 @@ export class ServiceEventRuleActionsAnnotateList extends cdktf.ComplexList { } export interface ServiceEventRuleActionsEventAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: string; } @@ -290,19 +290,19 @@ export class ServiceEventRuleActionsEventActionList extends cdktf.ComplexList { } export interface ServiceEventRuleActionsExtractions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#regex ServiceEventRule#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#regex ServiceEventRule#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#source ServiceEventRule#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#source ServiceEventRule#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#target ServiceEventRule#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#target ServiceEventRule#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#template ServiceEventRule#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#template ServiceEventRule#template} */ readonly template?: string; } @@ -505,7 +505,7 @@ export class ServiceEventRuleActionsExtractionsList extends cdktf.ComplexList { } export interface ServiceEventRuleActionsPriority { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: string; } @@ -621,7 +621,7 @@ export class ServiceEventRuleActionsPriorityList extends cdktf.ComplexList { } export interface ServiceEventRuleActionsSeverity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: string; } @@ -737,19 +737,19 @@ export class ServiceEventRuleActionsSeverityList extends cdktf.ComplexList { } export interface ServiceEventRuleActionsSuppress { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_amount ServiceEventRule#threshold_time_amount} */ readonly thresholdTimeAmount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_time_unit ServiceEventRule#threshold_time_unit} */ readonly thresholdTimeUnit?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#threshold_value ServiceEventRule#threshold_value} */ readonly thresholdValue?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: boolean | cdktf.IResolvable; } @@ -952,7 +952,7 @@ export class ServiceEventRuleActionsSuppressList extends cdktf.ComplexList { } export interface ServiceEventRuleActionsSuspend { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: number; } @@ -1070,43 +1070,43 @@ export interface ServiceEventRuleActions { /** * annotate block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#annotate ServiceEventRule#annotate} */ readonly annotate?: ServiceEventRuleActionsAnnotate[] | cdktf.IResolvable; /** * event_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#event_action ServiceEventRule#event_action} */ readonly eventAction?: ServiceEventRuleActionsEventAction[] | cdktf.IResolvable; /** * extractions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#extractions ServiceEventRule#extractions} */ readonly extractions?: ServiceEventRuleActionsExtractions[] | cdktf.IResolvable; /** * priority block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#priority ServiceEventRule#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#priority ServiceEventRule#priority} */ readonly priority?: ServiceEventRuleActionsPriority[] | cdktf.IResolvable; /** * severity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#severity ServiceEventRule#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#severity ServiceEventRule#severity} */ readonly severity?: ServiceEventRuleActionsSeverity[] | cdktf.IResolvable; /** * suppress block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suppress ServiceEventRule#suppress} */ readonly suppress?: ServiceEventRuleActionsSuppress[] | cdktf.IResolvable; /** * suspend block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#suspend ServiceEventRule#suspend} */ readonly suspend?: ServiceEventRuleActionsSuspend[] | cdktf.IResolvable; } @@ -1364,11 +1364,11 @@ export class ServiceEventRuleActionsOutputReference extends cdktf.ComplexObject } export interface ServiceEventRuleConditionsSubconditionsParameter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path} */ readonly path?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: string; } @@ -1513,13 +1513,13 @@ export class ServiceEventRuleConditionsSubconditionsParameterList extends cdktf. } export interface ServiceEventRuleConditionsSubconditions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator} */ readonly operator?: string; /** * parameter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameter ServiceEventRule#parameter} */ readonly parameter?: ServiceEventRuleConditionsSubconditionsParameter[] | cdktf.IResolvable; } @@ -1664,13 +1664,13 @@ export class ServiceEventRuleConditionsSubconditionsList extends cdktf.ComplexLi } export interface ServiceEventRuleConditions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#operator ServiceEventRule#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#operator ServiceEventRule#operator} */ readonly operator?: string; /** * subconditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#subconditions ServiceEventRule#subconditions} */ readonly subconditions?: ServiceEventRuleConditionsSubconditions[] | cdktf.IResolvable; } @@ -1783,11 +1783,11 @@ export class ServiceEventRuleConditionsOutputReference extends cdktf.ComplexObje } export interface ServiceEventRuleTimeFrameActiveBetween { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#end_time ServiceEventRule#end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#end_time ServiceEventRule#end_time} */ readonly endTime?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time} */ readonly startTime?: number; } @@ -1932,19 +1932,19 @@ export class ServiceEventRuleTimeFrameActiveBetweenList extends cdktf.ComplexLis } export interface ServiceEventRuleTimeFrameScheduledWeekly { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#duration ServiceEventRule#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#duration ServiceEventRule#duration} */ readonly duration?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#start_time ServiceEventRule#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#start_time ServiceEventRule#start_time} */ readonly startTime?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#timezone ServiceEventRule#timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#timezone ServiceEventRule#timezone} */ readonly timezone?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#weekdays ServiceEventRule#weekdays} */ readonly weekdays?: number[]; } @@ -2149,13 +2149,13 @@ export interface ServiceEventRuleTimeFrame { /** * active_between block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#active_between ServiceEventRule#active_between} */ readonly activeBetween?: ServiceEventRuleTimeFrameActiveBetween[] | cdktf.IResolvable; /** * scheduled_weekly block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#scheduled_weekly ServiceEventRule#scheduled_weekly} */ readonly scheduledWeekly?: ServiceEventRuleTimeFrameScheduledWeekly[] | cdktf.IResolvable; } @@ -2268,11 +2268,11 @@ export class ServiceEventRuleTimeFrameOutputReference extends cdktf.ComplexObjec } export interface ServiceEventRuleVariableParameters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#path ServiceEventRule#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#path ServiceEventRule#path} */ readonly path?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#value ServiceEventRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#value ServiceEventRule#value} */ readonly value?: string; } @@ -2417,17 +2417,17 @@ export class ServiceEventRuleVariableParametersList extends cdktf.ComplexList { } export interface ServiceEventRuleVariable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#name ServiceEventRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#name ServiceEventRule#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#type ServiceEventRule#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#type ServiceEventRule#type} */ readonly type?: string; /** * parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#parameters ServiceEventRule#parameters} */ readonly parameters?: ServiceEventRuleVariableParameters[] | cdktf.IResolvable; } @@ -2601,7 +2601,7 @@ export class ServiceEventRuleVariableList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule} */ export class ServiceEventRule extends cdktf.TerraformResource { @@ -2617,7 +2617,7 @@ export class ServiceEventRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServiceEventRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ServiceEventRule to import - * @param importFromId The id of the existing ServiceEventRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServiceEventRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServiceEventRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2629,7 +2629,7 @@ export class ServiceEventRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_event_rule pagerduty_service_event_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_event_rule pagerduty_service_event_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2640,7 +2640,7 @@ export class ServiceEventRule extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_service_event_rule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/service-integration/README.md b/src/service-integration/README.md index cdb7bf57b..507c61b13 100644 --- a/src/service-integration/README.md +++ b/src/service-integration/README.md @@ -1,3 +1,3 @@ # `pagerduty_service_integration` -Refer to the Terraform Registry for docs: [`pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration). +Refer to the Terraform Registry for docs: [`pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration). diff --git a/src/service-integration/index.ts b/src/service-integration/index.ts index 9f1a49ae2..d18cde6d8 100644 --- a/src/service-integration/index.ts +++ b/src/service-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,84 +13,84 @@ import * as cdktf from 'cdktf'; export interface ServiceIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter_mode ServiceIntegration#email_filter_mode} */ readonly emailFilterMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_incident_creation ServiceIntegration#email_incident_creation} */ readonly emailIncidentCreation?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parsing_fallback ServiceIntegration#email_parsing_fallback} */ readonly emailParsingFallback?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#id ServiceIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#id ServiceIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_email ServiceIntegration#integration_email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_email ServiceIntegration#integration_email} */ readonly integrationEmail?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#integration_key ServiceIntegration#integration_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#integration_key ServiceIntegration#integration_key} */ readonly integrationKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#name ServiceIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#name ServiceIntegration#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#service ServiceIntegration#service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#service ServiceIntegration#service} */ readonly service: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type} */ readonly type?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#vendor ServiceIntegration#vendor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#vendor ServiceIntegration#vendor} */ readonly vendor?: string; /** * email_filter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_filter ServiceIntegration#email_filter} */ readonly emailFilter?: ServiceIntegrationEmailFilter[] | cdktf.IResolvable; /** * email_parser block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#email_parser ServiceIntegration#email_parser} */ readonly emailParser?: ServiceIntegrationEmailParser[] | cdktf.IResolvable; } export interface ServiceIntegrationEmailFilter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_mode ServiceIntegration#body_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_mode ServiceIntegration#body_mode} */ readonly bodyMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#body_regex ServiceIntegration#body_regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#body_regex ServiceIntegration#body_regex} */ readonly bodyRegex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_mode ServiceIntegration#from_email_mode} */ readonly fromEmailMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#from_email_regex ServiceIntegration#from_email_regex} */ readonly fromEmailRegex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_mode ServiceIntegration#subject_mode} */ readonly subjectMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#subject_regex ServiceIntegration#subject_regex} */ readonly subjectRegex?: string; } @@ -356,15 +356,15 @@ export class ServiceIntegrationEmailFilterList extends cdktf.ComplexList { } export interface ServiceIntegrationEmailParserMatchPredicatePredicatePredicate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher} */ readonly matcher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part} */ readonly part: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type} */ readonly type: string; } @@ -529,21 +529,21 @@ export class ServiceIntegrationEmailParserMatchPredicatePredicatePredicateList e } export interface ServiceIntegrationEmailParserMatchPredicatePredicate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#matcher ServiceIntegration#matcher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#matcher ServiceIntegration#matcher} */ readonly matcher?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part} */ readonly part?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type} */ readonly type: string; /** * predicate block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} */ readonly predicate?: ServiceIntegrationEmailParserMatchPredicatePredicatePredicate[] | cdktf.IResolvable; } @@ -743,13 +743,13 @@ export class ServiceIntegrationEmailParserMatchPredicatePredicateList extends cd } export interface ServiceIntegrationEmailParserMatchPredicate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type} */ readonly type: string; /** * predicate block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#predicate ServiceIntegration#predicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#predicate ServiceIntegration#predicate} */ readonly predicate?: ServiceIntegrationEmailParserMatchPredicatePredicate[] | cdktf.IResolvable; } @@ -859,27 +859,27 @@ export class ServiceIntegrationEmailParserMatchPredicateOutputReference extends } export interface ServiceIntegrationEmailParserValueExtractor { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#ends_before ServiceIntegration#ends_before} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#ends_before ServiceIntegration#ends_before} */ readonly endsBefore?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#part ServiceIntegration#part} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#part ServiceIntegration#part} */ readonly part: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#regex ServiceIntegration#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#regex ServiceIntegration#regex} */ readonly regex?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#starts_after ServiceIntegration#starts_after} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#starts_after ServiceIntegration#starts_after} */ readonly startsAfter?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#type ServiceIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#type ServiceIntegration#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_name ServiceIntegration#value_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_name ServiceIntegration#value_name} */ readonly valueName: string; } @@ -1131,19 +1131,19 @@ export class ServiceIntegrationEmailParserValueExtractorList extends cdktf.Compl } export interface ServiceIntegrationEmailParser { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#action ServiceIntegration#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#action ServiceIntegration#action} */ readonly action: string; /** * match_predicate block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#match_predicate ServiceIntegration#match_predicate} */ readonly matchPredicate: ServiceIntegrationEmailParserMatchPredicate; /** * value_extractor block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#value_extractor ServiceIntegration#value_extractor} */ readonly valueExtractor?: ServiceIntegrationEmailParserValueExtractor[] | cdktf.IResolvable; } @@ -1316,7 +1316,7 @@ export class ServiceIntegrationEmailParserList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration} */ export class ServiceIntegration extends cdktf.TerraformResource { @@ -1332,7 +1332,7 @@ export class ServiceIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServiceIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ServiceIntegration to import - * @param importFromId The id of the existing ServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServiceIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1344,7 +1344,7 @@ export class ServiceIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service_integration pagerduty_service_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service_integration pagerduty_service_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1355,7 +1355,7 @@ export class ServiceIntegration extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_service_integration', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/service/README.md b/src/service/README.md index 730295421..082c96b0f 100644 --- a/src/service/README.md +++ b/src/service/README.md @@ -1,3 +1,3 @@ # `pagerduty_service` -Refer to the Terraform Registry for docs: [`pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service). +Refer to the Terraform Registry for docs: [`pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service). diff --git a/src/service/index.ts b/src/service/index.ts index 8b671b4a9..568bcb9df 100644 --- a/src/service/index.ts +++ b/src/service/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,94 +13,94 @@ import * as cdktf from 'cdktf'; export interface ServiceConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout} */ readonly acknowledgementTimeout?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_creation Service#alert_creation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_creation Service#alert_creation} */ readonly alertCreation?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping Service#alert_grouping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping Service#alert_grouping} */ readonly alertGrouping?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout} */ readonly alertGroupingTimeout?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout} */ readonly autoResolveTimeout?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#description Service#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#description Service#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#escalation_policy Service#escalation_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#escalation_policy Service#escalation_policy} */ readonly escalationPolicy: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#id Service#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#id Service#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#response_play Service#response_play} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#response_play Service#response_play} */ readonly responsePlay?: string; /** * alert_grouping_parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters} */ readonly alertGroupingParameters?: ServiceAlertGroupingParameters; /** * auto_pause_notifications_parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters} */ readonly autoPauseNotificationsParameters?: ServiceAutoPauseNotificationsParameters; /** * incident_urgency_rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule} */ readonly incidentUrgencyRule?: ServiceIncidentUrgencyRule; /** * scheduled_actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#scheduled_actions Service#scheduled_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#scheduled_actions Service#scheduled_actions} */ readonly scheduledActions?: ServiceScheduledActions[] | cdktf.IResolvable; /** * support_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#support_hours Service#support_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#support_hours Service#support_hours} */ readonly supportHours?: ServiceSupportHours; } export interface ServiceAlertGroupingParametersConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#aggregate Service#aggregate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#aggregate Service#aggregate} */ readonly aggregate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#fields Service#fields} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#fields Service#fields} */ readonly fields?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_window Service#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_window Service#time_window} */ readonly timeWindow?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout} */ readonly timeout?: number; } @@ -271,13 +271,13 @@ export class ServiceAlertGroupingParametersConfigOutputReference extends cdktf.C } export interface ServiceAlertGroupingParameters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type?: string; /** * config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#config Service#config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#config Service#config} */ readonly config?: ServiceAlertGroupingParametersConfig; } @@ -390,11 +390,11 @@ export class ServiceAlertGroupingParametersOutputReference extends cdktf.Complex } export interface ServiceAutoPauseNotificationsParameters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#enabled Service#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#enabled Service#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#timeout Service#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#timeout Service#timeout} */ readonly timeout?: number; } @@ -507,11 +507,11 @@ export class ServiceAutoPauseNotificationsParametersOutputReference extends cdkt } export interface ServiceIncidentUrgencyRuleDuringSupportHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency} */ readonly urgency?: string; } @@ -624,11 +624,11 @@ export class ServiceIncidentUrgencyRuleDuringSupportHoursOutputReference extends } export interface ServiceIncidentUrgencyRuleOutsideSupportHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency} */ readonly urgency?: string; } @@ -741,23 +741,23 @@ export class ServiceIncidentUrgencyRuleOutsideSupportHoursOutputReference extend } export interface ServiceIncidentUrgencyRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#urgency Service#urgency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#urgency Service#urgency} */ readonly urgency?: string; /** * during_support_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#during_support_hours Service#during_support_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#during_support_hours Service#during_support_hours} */ readonly duringSupportHours?: ServiceIncidentUrgencyRuleDuringSupportHours; /** * outside_support_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#outside_support_hours Service#outside_support_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#outside_support_hours Service#outside_support_hours} */ readonly outsideSupportHours?: ServiceIncidentUrgencyRuleOutsideSupportHours; } @@ -925,11 +925,11 @@ export class ServiceIncidentUrgencyRuleOutputReference extends cdktf.ComplexObje } export interface ServiceScheduledActionsAt { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#name Service#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#name Service#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type?: string; } @@ -1074,17 +1074,17 @@ export class ServiceScheduledActionsAtList extends cdktf.ComplexList { } export interface ServiceScheduledActions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#to_urgency Service#to_urgency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#to_urgency Service#to_urgency} */ readonly toUrgency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type?: string; /** * at block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#at Service#at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#at Service#at} */ readonly at?: ServiceScheduledActionsAt[] | cdktf.IResolvable; } @@ -1258,23 +1258,23 @@ export class ServiceScheduledActionsList extends cdktf.ComplexList { } export interface ServiceSupportHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#days_of_week Service#days_of_week} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#days_of_week Service#days_of_week} */ readonly daysOfWeek?: number[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#end_time Service#end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#end_time Service#end_time} */ readonly endTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#start_time Service#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#start_time Service#start_time} */ readonly startTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#time_zone Service#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#time_zone Service#time_zone} */ readonly timeZone?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#type Service#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#type Service#type} */ readonly type?: string; } @@ -1474,7 +1474,7 @@ export class ServiceSupportHoursOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service} */ export class Service extends cdktf.TerraformResource { @@ -1490,7 +1490,7 @@ export class Service extends cdktf.TerraformResource { * Generates CDKTF code for importing a Service resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Service to import - * @param importFromId The id of the existing Service that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Service that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Service to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1502,7 +1502,7 @@ export class Service extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/service pagerduty_service} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/service pagerduty_service} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1513,7 +1513,7 @@ export class Service extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_service', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/slack-connection/README.md b/src/slack-connection/README.md index c0a143059..6a82c2a8b 100644 --- a/src/slack-connection/README.md +++ b/src/slack-connection/README.md @@ -1,3 +1,3 @@ # `pagerduty_slack_connection` -Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection). +Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection). diff --git a/src/slack-connection/index.ts b/src/slack-connection/index.ts index ab15b05c8..bc73d250c 100644 --- a/src/slack-connection/index.ts +++ b/src/slack-connection/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,50 +13,50 @@ import * as cdktf from 'cdktf'; export interface SlackConnectionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#channel_id SlackConnection#channel_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id} */ readonly channelId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#id SlackConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#id SlackConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#notification_type SlackConnection#notification_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type} */ readonly notificationType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_id SlackConnection#source_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_id SlackConnection#source_id} */ readonly sourceId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#source_type SlackConnection#source_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#source_type SlackConnection#source_type} */ readonly sourceType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id} */ readonly workspaceId: string; /** * config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#config SlackConnection#config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#config SlackConnection#config} */ readonly config: SlackConnectionConfigA[] | cdktf.IResolvable; } export interface SlackConnectionConfigA { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#events SlackConnection#events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#events SlackConnection#events} */ readonly events: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#priorities SlackConnection#priorities} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#priorities SlackConnection#priorities} */ readonly priorities?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#urgency SlackConnection#urgency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#urgency SlackConnection#urgency} */ readonly urgency?: string; } @@ -227,7 +227,7 @@ export class SlackConnectionConfigAList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection} */ export class SlackConnection extends cdktf.TerraformResource { @@ -243,7 +243,7 @@ export class SlackConnection extends cdktf.TerraformResource { * Generates CDKTF code for importing a SlackConnection resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SlackConnection to import - * @param importFromId The id of the existing SlackConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SlackConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SlackConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -255,7 +255,7 @@ export class SlackConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/slack_connection pagerduty_slack_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/slack_connection pagerduty_slack_connection} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -266,7 +266,7 @@ export class SlackConnection extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_slack_connection', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/tag-assignment/README.md b/src/tag-assignment/README.md index 3dd669a7f..4f02e8b6f 100644 --- a/src/tag-assignment/README.md +++ b/src/tag-assignment/README.md @@ -1,3 +1,3 @@ # `pagerduty_tag_assignment` -Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment). +Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment). diff --git a/src/tag-assignment/index.ts b/src/tag-assignment/index.ts index 1f32de395..48a4b1663 100644 --- a/src/tag-assignment/index.ts +++ b/src/tag-assignment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,21 +13,21 @@ import * as cdktf from 'cdktf'; export interface TagAssignmentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_id TagAssignment#entity_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id} */ readonly entityId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#entity_type TagAssignment#entity_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type} */ readonly entityType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#tag_id TagAssignment#tag_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id} */ readonly tagId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment} */ export class TagAssignment extends cdktf.TerraformResource { @@ -43,7 +43,7 @@ export class TagAssignment extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagAssignment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagAssignment to import - * @param importFromId The id of the existing TagAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TagAssignment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +55,7 @@ export class TagAssignment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag_assignment pagerduty_tag_assignment} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag_assignment pagerduty_tag_assignment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +66,7 @@ export class TagAssignment extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_tag_assignment', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/tag/README.md b/src/tag/README.md index 87eb60190..72f2c4682 100644 --- a/src/tag/README.md +++ b/src/tag/README.md @@ -1,3 +1,3 @@ # `pagerduty_tag` -Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag). +Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag). diff --git a/src/tag/index.ts b/src/tag/index.ts index 220b2d48c..816cd34f4 100644 --- a/src/tag/index.ts +++ b/src/tag/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,13 +13,13 @@ import * as cdktf from 'cdktf'; export interface TagConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#label Tag#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#label Tag#label} */ readonly label: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag} */ export class Tag extends cdktf.TerraformResource { @@ -35,7 +35,7 @@ export class Tag extends cdktf.TerraformResource { * Generates CDKTF code for importing a Tag resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Tag to import - * @param importFromId The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Tag to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -47,7 +47,7 @@ export class Tag extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/tag pagerduty_tag} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/tag pagerduty_tag} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -58,7 +58,7 @@ export class Tag extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_tag', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/team-membership/README.md b/src/team-membership/README.md index ef6626392..d4b09537d 100644 --- a/src/team-membership/README.md +++ b/src/team-membership/README.md @@ -1,3 +1,3 @@ # `pagerduty_team_membership` -Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership). +Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership). diff --git a/src/team-membership/index.ts b/src/team-membership/index.ts index 14afe3e39..8610efe74 100644 --- a/src/team-membership/index.ts +++ b/src/team-membership/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface TeamMembershipConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#id TeamMembership#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#role TeamMembership#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role} */ readonly role?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#team_id TeamMembership#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id} */ readonly teamId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#user_id TeamMembership#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id} */ readonly userId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership} */ export class TeamMembership extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class TeamMembership extends cdktf.TerraformResource { * Generates CDKTF code for importing a TeamMembership resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TeamMembership to import - * @param importFromId The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TeamMembership to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class TeamMembership extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team_membership pagerduty_team_membership} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class TeamMembership extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_team_membership', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/team/README.md b/src/team/README.md index 72e461242..75bcc7991 100644 --- a/src/team/README.md +++ b/src/team/README.md @@ -1,3 +1,3 @@ # `pagerduty_team` -Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team). +Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team). diff --git a/src/team/index.ts b/src/team/index.ts index 006890a85..10f6f8079 100644 --- a/src/team/index.ts +++ b/src/team/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,25 +13,25 @@ import * as cdktf from 'cdktf'; export interface TeamConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#default_role Team#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#default_role Team#default_role} */ readonly defaultRole?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#description Team#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#description Team#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#name Team#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#name Team#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#parent Team#parent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#parent Team#parent} */ readonly parent?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team} */ export class Team extends cdktf.TerraformResource { @@ -47,7 +47,7 @@ export class Team extends cdktf.TerraformResource { * Generates CDKTF code for importing a Team resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Team to import - * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Team to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -59,7 +59,7 @@ export class Team extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/team pagerduty_team} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team pagerduty_team} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -70,7 +70,7 @@ export class Team extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_team', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/user-contact-method/README.md b/src/user-contact-method/README.md index 86202ae95..0e8fe61e7 100644 --- a/src/user-contact-method/README.md +++ b/src/user-contact-method/README.md @@ -1,3 +1,3 @@ # `pagerduty_user_contact_method` -Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method). +Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method). diff --git a/src/user-contact-method/index.ts b/src/user-contact-method/index.ts index 4d2c575a5..65c2f77ca 100644 --- a/src/user-contact-method/index.ts +++ b/src/user-contact-method/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,40 +13,40 @@ import * as cdktf from 'cdktf'; export interface UserContactMethodConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#address UserContactMethod#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address} */ readonly address: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#country_code UserContactMethod#country_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code} */ readonly countryCode?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#id UserContactMethod#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#label UserContactMethod#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label} */ readonly label: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email} */ readonly sendShortEmail?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#type UserContactMethod#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type} */ readonly type: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#user_id UserContactMethod#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id} */ readonly userId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method} */ export class UserContactMethod extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class UserContactMethod extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserContactMethod resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserContactMethod to import - * @param importFromId The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserContactMethod to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class UserContactMethod extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_contact_method pagerduty_user_contact_method} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class UserContactMethod extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_user_contact_method', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/user-handoff-notification-rule/README.md b/src/user-handoff-notification-rule/README.md index fe4f50007..170f96492 100644 --- a/src/user-handoff-notification-rule/README.md +++ b/src/user-handoff-notification-rule/README.md @@ -1,3 +1,3 @@ # `pagerduty_user_handoff_notification_rule` -Refer to the Terraform Registry for docs: [`pagerduty_user_handoff_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule). +Refer to the Terraform Registry for docs: [`pagerduty_user_handoff_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule). diff --git a/src/user-handoff-notification-rule/index.ts b/src/user-handoff-notification-rule/index.ts index 252c5438d..20d41d567 100644 --- a/src/user-handoff-notification-rule/index.ts +++ b/src/user-handoff-notification-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface UserHandoffNotificationRuleConfig extends cdktf.TerraformMetaAr /** * The type of handoff to notify for. Possible values are 'both', 'oncall', 'offcall'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#handoff_type UserHandoffNotificationRule#handoff_type} */ readonly handoffType?: string; /** * The number of minutes before the handoff to notify the user. Must be greater than or equal to 0. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#notify_advance_in_minutes UserHandoffNotificationRule#notify_advance_in_minutes} */ readonly notifyAdvanceInMinutes: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#user_id UserHandoffNotificationRule#user_id} */ readonly userId: string; /** * contact_method block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#contact_method UserHandoffNotificationRule#contact_method} */ readonly contactMethod?: UserHandoffNotificationRuleContactMethod[] | cdktf.IResolvable; } export interface UserHandoffNotificationRuleContactMethod { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#id UserHandoffNotificationRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,7 +46,7 @@ export interface UserHandoffNotificationRuleContactMethod { /** * The type of contact method to notify for. Possible values are 'email_contact_method', 'email_contact_method_reference', 'phone_contact_method', 'phone_contact_method_reference', 'push_notification_contact_method', 'push_notification_contact_method_reference', 'sms_contact_method', 'sms_contact_method_reference'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#type UserHandoffNotificationRule#type} */ readonly type: string; } @@ -185,7 +185,7 @@ export class UserHandoffNotificationRuleContactMethodList extends cdktf.ComplexL } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule} */ export class UserHandoffNotificationRule extends cdktf.TerraformResource { @@ -201,7 +201,7 @@ export class UserHandoffNotificationRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserHandoffNotificationRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserHandoffNotificationRule to import - * @param importFromId The id of the existing UserHandoffNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserHandoffNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserHandoffNotificationRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -213,7 +213,7 @@ export class UserHandoffNotificationRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_handoff_notification_rule pagerduty_user_handoff_notification_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -224,7 +224,7 @@ export class UserHandoffNotificationRule extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_user_handoff_notification_rule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/user-notification-rule/README.md b/src/user-notification-rule/README.md index d7ec7f428..58d644b0f 100644 --- a/src/user-notification-rule/README.md +++ b/src/user-notification-rule/README.md @@ -1,3 +1,3 @@ # `pagerduty_user_notification_rule` -Refer to the Terraform Registry for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule). +Refer to the Terraform Registry for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule). diff --git a/src/user-notification-rule/index.ts b/src/user-notification-rule/index.ts index 6d065a0b9..e3a3046d2 100644 --- a/src/user-notification-rule/index.ts +++ b/src/user-notification-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,32 +13,32 @@ import * as cdktf from 'cdktf'; export interface UserNotificationRuleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method} */ readonly contactMethod: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#id UserNotificationRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#id UserNotificationRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes} */ readonly startDelayInMinutes: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency} */ readonly urgency: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id} */ readonly userId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule} */ export class UserNotificationRule extends cdktf.TerraformResource { @@ -54,7 +54,7 @@ export class UserNotificationRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserNotificationRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserNotificationRule to import - * @param importFromId The id of the existing UserNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserNotificationRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -66,7 +66,7 @@ export class UserNotificationRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -77,7 +77,7 @@ export class UserNotificationRule extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_user_notification_rule', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/user/README.md b/src/user/README.md index 4a1ac4602..a1bae48ff 100644 --- a/src/user/README.md +++ b/src/user/README.md @@ -1,3 +1,3 @@ # `pagerduty_user` -Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user). +Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user). diff --git a/src/user/index.ts b/src/user/index.ts index c3d8803a7..4c494113d 100644 --- a/src/user/index.ts +++ b/src/user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,52 +13,52 @@ import * as cdktf from 'cdktf'; export interface UserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#color User#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color} */ readonly color?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#description User#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#email User#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email} */ readonly email: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#id User#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#job_title User#job_title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title} */ readonly jobTitle?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#license User#license} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license} */ readonly license?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#name User#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#role User#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role} */ readonly role?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#teams User#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams} */ readonly teams?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#time_zone User#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone} */ readonly timeZone?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user} */ export class User extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class User extends cdktf.TerraformResource { * Generates CDKTF code for importing a User resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the User to import - * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the User to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class User extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/user pagerduty_user} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class User extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_user', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index 62d515673..2d5244456 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/pagerduty/pagerduty": "3.15.7" + "registry.terraform.io/pagerduty/pagerduty": "3.16.0" } diff --git a/src/webhook-subscription/README.md b/src/webhook-subscription/README.md index 93d23743d..9eae1a5e0 100644 --- a/src/webhook-subscription/README.md +++ b/src/webhook-subscription/README.md @@ -1,3 +1,3 @@ # `pagerduty_webhook_subscription` -Refer to the Terraform Registry for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription). +Refer to the Terraform Registry for docs: [`pagerduty_webhook_subscription`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription). diff --git a/src/webhook-subscription/index.ts b/src/webhook-subscription/index.ts index 093064e7b..6c76bcb8f 100644 --- a/src/webhook-subscription/index.ts +++ b/src/webhook-subscription/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription +// https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,48 +13,48 @@ import * as cdktf from 'cdktf'; export interface WebhookSubscriptionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#active WebhookSubscription#active} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#active WebhookSubscription#active} */ readonly active?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#description WebhookSubscription#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#description WebhookSubscription#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#events WebhookSubscription#events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#events WebhookSubscription#events} */ readonly events: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type} */ readonly type?: string; /** * delivery_method block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#delivery_method WebhookSubscription#delivery_method} */ readonly deliveryMethod: WebhookSubscriptionDeliveryMethod[] | cdktf.IResolvable; /** * filter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#filter WebhookSubscription#filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#filter WebhookSubscription#filter} */ readonly filter: WebhookSubscriptionFilter[] | cdktf.IResolvable; } export interface WebhookSubscriptionDeliveryMethodCustomHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#name WebhookSubscription#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#name WebhookSubscription#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#value WebhookSubscription#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#value WebhookSubscription#value} */ readonly value: string; } @@ -193,21 +193,21 @@ export class WebhookSubscriptionDeliveryMethodCustomHeaderList extends cdktf.Com } export interface WebhookSubscriptionDeliveryMethod { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#temporarily_disabled WebhookSubscription#temporarily_disabled} */ readonly temporarilyDisabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type} */ readonly type?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#url WebhookSubscription#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#url WebhookSubscription#url} */ readonly url?: string; /** * custom_header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#custom_header WebhookSubscription#custom_header} */ readonly customHeader?: WebhookSubscriptionDeliveryMethodCustomHeader[] | cdktf.IResolvable; } @@ -410,14 +410,14 @@ export class WebhookSubscriptionDeliveryMethodList extends cdktf.ComplexList { } export interface WebhookSubscriptionFilter { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#id WebhookSubscription#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#id WebhookSubscription#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#type WebhookSubscription#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#type WebhookSubscription#type} */ readonly type: string; } @@ -559,7 +559,7 @@ export class WebhookSubscriptionFilterList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription} +* Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription} */ export class WebhookSubscription extends cdktf.TerraformResource { @@ -575,7 +575,7 @@ export class WebhookSubscription extends cdktf.TerraformResource { * Generates CDKTF code for importing a WebhookSubscription resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WebhookSubscription to import - * @param importFromId The id of the existing WebhookSubscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WebhookSubscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WebhookSubscription to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -587,7 +587,7 @@ export class WebhookSubscription extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/webhook_subscription pagerduty_webhook_subscription} Resource + * Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/webhook_subscription pagerduty_webhook_subscription} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -598,7 +598,7 @@ export class WebhookSubscription extends cdktf.TerraformResource { terraformResourceType: 'pagerduty_webhook_subscription', terraformGeneratorMetadata: { providerName: 'pagerduty', - providerVersion: '3.15.7', + providerVersion: '3.16.0', providerVersionConstraint: '~> 3.0' }, provider: config.provider,